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 f12aa6c15da4..02e1d56a3fe5 100644 --- a/arch/arm/mach-omap2/timer.c +++ b/arch/arm/mach-omap2/timer.c | |||
@@ -133,7 +133,12 @@ static struct property device_disabled = { | |||
133 | }; | 133 | }; |
134 | 134 | ||
135 | static struct of_device_id omap_timer_match[] __initdata = { | 135 | static struct of_device_id omap_timer_match[] __initdata = { |
136 | { .compatible = "ti,omap2-timer", }, | 136 | { .compatible = "ti,omap2420-timer", }, |
137 | { .compatible = "ti,omap3430-timer", }, | ||
138 | { .compatible = "ti,omap4430-timer", }, | ||
139 | { .compatible = "ti,omap5430-timer", }, | ||
140 | { .compatible = "ti,am335x-timer", }, | ||
141 | { .compatible = "ti,am335x-timer-1ms", }, | ||
137 | { } | 142 | { } |
138 | }; | 143 | }; |
139 | 144 | ||