diff options
author | David Lechner <david@lechnology.com> | 2018-05-18 19:48:27 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2018-06-26 13:48:10 +0300 |
commit | 62604824d234ddf456dd4a97f52bcd0f4e534446 (patch) | |
tree | 9b6192ac871ffca809cc63af4565cd6ff525ee20 /arch/arm/mach-davinci/Kconfig | |
parent | 88ff663d50e09fdb36dae41fdf803d01529e6883 (diff) | |
download | linux-62604824d234ddf456dd4a97f52bcd0f4e534446.tar.xz |
ARM: davinci: add device tree support to timer
This adds device tree support to the davinci timer so that when clocks
are moved to device tree, the timer will still work.
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index ba9912b4dfab..da8a039d65f9 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -59,6 +59,7 @@ config MACH_DA8XX_DT default y depends on ARCH_DAVINCI_DA850 select PINCTRL + select TIMER_OF help Say y here to include support for TI DaVinci DA850 based using Flattened Device Tree. More information at Documentation/devicetree |