projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19e704e
)
ARM: sunxi: Select ARCH_HAS_RESET_CONTROLLER and RESET_CONTROLLER for sun9i
author
Chen-Yu Tsai
<wens@csie.org>
Sun, 12 Oct 2014 09:40:24 +0000
(17:40 +0800)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Mon, 20 Oct 2014 12:51:31 +0000
(14:51 +0200)
The A80 SoC has reset controls matching bus clock gates.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/mach-sunxi/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-sunxi/Kconfig
b/arch/arm/mach-sunxi/Kconfig
index d04f84b4f937943afed530b331cb55ed3d2bac15..a77604fbaf257acef8e2c546dd267a5e2ef501af 100644
(file)
--- a/
arch/arm/mach-sunxi/Kconfig
+++ b/
arch/arm/mach-sunxi/Kconfig
@@
-45,6
+45,8
@@
config MACH_SUN8I
config MACH_SUN9I
bool "Allwinner (sun9i) SoCs support"
default ARCH_SUNXI
+ select ARCH_HAS_RESET_CONTROLLER
select ARM_GIC
+ select RESET_CONTROLLER
endif