All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] clocksource: tegra: Add nvidia,tegra30-timer compat
@ 2014-01-31 21:29 ` Andrew Chew
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Chew @ 2014-01-31 21:29 UTC (permalink / raw)
  To: daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A,
	tglx-hfZtesqFncYOwBW4kG4KsQ, swarren-3lzwWm7+Weoh9ZMKESR00Q,
	thierry.reding-Re5JQEeQqe8AvxtiuMwx3w,
	abrestic-F7+t8E8rja9g9hUCZPvPmw, dgreid-F7+t8E8rja9g9hUCZPvPmw,
	katierh-F7+t8E8rja9g9hUCZPvPmw
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Andrew Chew

There are some differences between tegra20's timer registers and tegra30's
(and later).  For one thing, the watchdogs don't seem to be present in
tegra20.  Add this compatibility string in order to be able to distinguish
whether the watchdogs are there or not.

Signed-off-by: Andrew Chew <achew-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 drivers/clocksource/tegra20_timer.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clocksource/tegra20_timer.c b/drivers/clocksource/tegra20_timer.c
index d1869f0..73cfa56 100644
--- a/drivers/clocksource/tegra20_timer.c
+++ b/drivers/clocksource/tegra20_timer.c
@@ -218,6 +218,7 @@ static void __init tegra20_init_timer(struct device_node *np)
 					0x1, 0x1fffffff);
 }
 CLOCKSOURCE_OF_DECLARE(tegra20_timer, "nvidia,tegra20-timer", tegra20_init_timer);
+CLOCKSOURCE_OF_DECLARE(tegra30_timer, "nvidia,tegra30-timer", tegra20_init_timer);
 
 static void __init tegra20_init_rtc(struct device_node *np)
 {
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-02-04 20:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-31 21:29 [PATCH v1] clocksource: tegra: Add nvidia,tegra30-timer compat Andrew Chew
2014-01-31 21:29 ` Andrew Chew
     [not found] ` <1391203779-5676-1-git-send-email-achew-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-02-03 16:39   ` Daniel Lezcano
2014-02-03 16:39     ` Daniel Lezcano
     [not found]     ` <52EFC652.9000209-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-02-03 18:54       ` Andrew Chew
2014-02-03 18:54         ` Andrew Chew
2014-02-04 19:10         ` Thomas Gleixner
     [not found]           ` <alpine.DEB.2.02.1402042004000.24986-3cz04HxQygjZikZi3RtOZ1XZhhPuCNm+@public.gmane.org>
2014-02-04 19:14             ` Andrew Chew
2014-02-04 19:14               ` Andrew Chew
     [not found]               ` <643E69AA4436674C8F39DCC2C05F76386319985620-lR+7xdUAJVNDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2014-02-04 20:22                 ` Thomas Gleixner
2014-02-04 20:22                   ` Thomas Gleixner
2014-02-03 21:07   ` Stephen Warren
2014-02-03 21:07     ` Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.