Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f18153f9 authored by R Sricharan's avatar R Sricharan Committed by Rajendra Nayak
Browse files

ARM: DRA7: Resue the clocksource, clockevent support



All of OMAP5 timer support for clocksource and clockevent is completely
reused across DRA7.

Signed-off-by: default avatarR Sricharan <r.sricharan@ti.com>
Signed-off-by: default avatarRajendra Nayak <rnayak@ti.com>
parent a3a9384a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ config SOC_HAS_OMAP2_SDRC

config SOC_HAS_REALTIME_COUNTER
	bool "Real time free running counter"
	depends on SOC_OMAP5
	depends on SOC_OMAP5 || SOC_DRA7XX
	default y

comment "OMAP Core Type"
+2 −1
Original line number Diff line number Diff line
@@ -594,7 +594,8 @@ OMAP_SYS_GP_TIMER_INIT(3, 2, "timer_sys_ck", NULL,
		       1, "timer_sys_ck", "ti,timer-alwon");
#endif

#if defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_SOC_OMAP5)
#if defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_SOC_OMAP5) || \
	defined(CONFIG_SOC_DRA7XX)
static OMAP_SYS_32K_TIMER_INIT(4, 1, "timer_32k_ck", "ti,timer-alwon",
			       2, "sys_clkin_ck", NULL);
#endif