diff options
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 | ||