diff options
author | Keerthy <j-keerthy@ti.com> | 2018-02-15 11:31:46 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-22 10:53:52 -0800 |
commit | af04aa856e932876e11e0c6d21d82281824e1b11 (patch) | |
tree | e0ab263179cbef9872d66c47b0e1ecc85fce8610 /arch/arm/mach-omap1 | |
parent | f7bda9eec007ee3a200a31bfa6825e2612840f34 (diff) | |
download | blackbird-obmc-linux-af04aa856e932876e11e0c6d21d82281824e1b11.tar.gz blackbird-obmc-linux-af04aa856e932876e11e0c6d21d82281824e1b11.zip |
ARM: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksource
Move the dmtimer driver out of plat-omap to clocksource.
So that non-omap devices also could use this.
No Code changes done to the driver file only renamed to timer-ti-dm.c.
Also removed the config dependencies for OMAP_DM_TIMER.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Tested-by: Ladislav Michl <ladis@linux-mips.org>
[tony@atomide.com: add select omap_dm_timer for omap16xx]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r-- | arch/arm/mach-omap1/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig index 45c6b733c881..c4694f26b5c4 100644 --- a/arch/arm/mach-omap1/Kconfig +++ b/arch/arm/mach-omap1/Kconfig @@ -30,6 +30,7 @@ config ARCH_OMAP16XX bool "OMAP16xx Based System" select ARCH_OMAP_OTG select CPU_ARM926T + select OMAP_DM_TIMER config OMAP_MUX bool "OMAP multiplexing support" |