diff options
author | Tony Lindgren <tony@atomide.com> | 2013-04-08 19:34:32 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-04-08 19:34:32 -0400 |
commit | d05663a23f31a1baf25ab8894b8c3fb2a506aa6a (patch) | |
tree | 6b40bb08676a2788b007482df65f6d21a4afe331 /arch/arm/mach-omap2/timer.c | |
parent | 07961ac7c0ee8b546658717034fe692fd12eefa9 (diff) | |
parent | 1fac4fffa719a98ec1047eaece236244333c9afe (diff) |
Merge branch 'for_3.10/dts' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.10/dt
Diffstat (limited to 'arch/arm/mach-omap2/timer.c')
-rw-r--r-- | arch/arm/mach-omap2/timer.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c index 2bdd4cf17a8f..14b89afe4af7 100644 --- a/arch/arm/mach-omap2/timer.c +++ b/arch/arm/mach-omap2/timer.c | |||
@@ -143,7 +143,12 @@ static struct property device_disabled = { | |||
143 | }; | 143 | }; |
144 | 144 | ||
145 | static struct of_device_id omap_timer_match[] __initdata = { | 145 | static struct of_device_id omap_timer_match[] __initdata = { |
146 | { .compatible = "ti,omap2-timer", }, | 146 | { .compatible = "ti,omap2420-timer", }, |
147 | { .compatible = "ti,omap3430-timer", }, | ||
148 | { .compatible = "ti,omap4430-timer", }, | ||
149 | { .compatible = "ti,omap5430-timer", }, | ||
150 | { .compatible = "ti,am335x-timer", }, | ||
151 | { .compatible = "ti,am335x-timer-1ms", }, | ||
147 | { } | 152 | { } |
148 | }; | 153 | }; |
149 | 154 | ||