From 1c6e288da6cc3c72579ff0062b5a5684fb9ef90e Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Mon, 25 Jan 2016 09:23:02 +0100 Subject: ARM: versatile: move restart to the device tree We have a power/reset driver for the Versatile family in drivers/power/reset so let's just activate that driver and use it and get rid of some non-DT remnants. Cc: Rob Herring Signed-off-by: Linus Walleij --- arch/arm/mach-versatile/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/mach-versatile/Kconfig') diff --git a/arch/arm/mach-versatile/Kconfig b/arch/arm/mach-versatile/Kconfig index e40f777ccf7d..b0cc26284fc9 100644 --- a/arch/arm/mach-versatile/Kconfig +++ b/arch/arm/mach-versatile/Kconfig @@ -8,8 +8,11 @@ config ARCH_VERSATILE select COMMON_CLK_VERSATILE select CPU_ARM926T select ICST + select MFD_SYSCON select MIGHT_HAVE_PCI select PLAT_VERSATILE + select POWER_RESET + select POWER_RESET_VERSATILE select VERSATILE_FPGA_IRQ help This enables support for ARM Ltd Versatile board. -- cgit v1.2.3