summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2015-10-08 09:09:31 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2015-12-15 08:42:51 (GMT)
commitca5b21fa6ec61cdf8906265141a9f15169d2808b (patch)
tree9fd51c4cdfcb99392242e57bd0b55b45f0016010
parent5d87f7a314b94a8852a07d7e2260ee6db66cb29f (diff)
downloadlinux-ca5b21fa6ec61cdf8906265141a9f15169d2808b.tar.xz
ARM: realview: select SP810 and ICST for the DT variant
The device tree boot for RealView need the SP810 system controller (same as found on the Versatile Express) to set up the timers on the board so the machine can tick. It further utilize the ICST307 through its system controller for 6 other oscillators. We have to select these from Kconfig or the machine does not boot. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--arch/arm/mach-realview/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig
index 055e735..edbc925 100644
--- a/arch/arm/mach-realview/Kconfig
+++ b/arch/arm/mach-realview/Kconfig
@@ -4,6 +4,8 @@ menu "RealView platform type"
config REALVIEW_DT
bool "Support RealView(R) Device Tree based boot"
select ARM_GIC
+ select CLK_SP810
+ select ICST
select MFD_SYSCON
select POWER_RESET
select POWER_RESET_VERSATILE