diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-03-25 17:23:52 +0100 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-04-11 22:11:17 +0200 |
commit | 7a0eca712118862a2ac25413b7ee24deb27808ea (patch) | |
tree | 9ad5dec4526b8b65077e5e128c16607512b35904 /arch/arm/Kconfig | |
parent | OF: add empty of_device_is_available for !OF (diff) | |
download | linux-7a0eca712118862a2ac25413b7ee24deb27808ea.tar.xz linux-7a0eca712118862a2ac25413b7ee24deb27808ea.zip |
ARM: timer-sp: convert to use CLKSRC_OF init
This adds CLKSRC_OF based init for sp804 timer. The clock initialization is
refactored to support retrieving the clock(s) from the DT.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5bfd584929c8..10e3053b7d8a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1173,6 +1173,7 @@ config PLAT_VERSATILE config ARM_TIMER_SP804 bool select CLKSRC_MMIO + select CLKSRC_OF if OF select HAVE_SCHED_CLOCK source arch/arm/mm/Kconfig |