1
0
Fork 0

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>
hifive-unleashed-5.1
Linus Walleij 2015-10-08 11:09:31 +02:00
parent 5d87f7a314
commit ca5b21fa6e
1 changed files with 2 additions and 0 deletions

View File

@ -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