diff mbox

[01/04] ARM: shmobile: Register DT TWD from timer.c

Message ID 20130306002224.5430.13116.sendpatchset@w520 (mailing list archive)
State Deferred
Headers show

Commit Message

Magnus Damm March 6, 2013, 12:22 a.m. UTC
From: Magnus Damm <damm@opensource.se>

Add a call to twd_local_timer_of_register() in
the function shmobile_timer_init(). In case we
have TWD device information provided via DT this
will make sure the TWD driver gets registered.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/mach-shmobile/timer.c |    1 +
 1 file changed, 1 insertion(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 0001/arch/arm/mach-shmobile/timer.c
+++ work/arch/arm/mach-shmobile/timer.c	2013-03-05 17:55:48.000000000 +0900
@@ -65,4 +65,5 @@  void __init shmobile_timer_init(void)
 {
 	arch_timer_of_register();
 	arch_timer_sched_clock_init();
+	twd_local_timer_of_register();
 }