From 91b66a78e6203f21902740c2131d471641f9d4f6 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 8 Oct 2015 11:09:31 +0200 Subject: [PATCH] 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 --- arch/arm/mach-realview/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index 055e7355ec145..edbc925e42c26 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 -- 2.39.5