diff options
Diffstat (limited to 'arch/arm/mach-omap2/timer.c')
-rw-r--r-- | arch/arm/mach-omap2/timer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c index 7d45c84c69ba..cef67af9e9b8 100644 --- a/arch/arm/mach-omap2/timer.c +++ b/arch/arm/mach-omap2/timer.c | |||
@@ -147,6 +147,8 @@ static const struct of_device_id omap_timer_match[] __initconst = { | |||
147 | { .compatible = "ti,omap3430-timer", }, | 147 | { .compatible = "ti,omap3430-timer", }, |
148 | { .compatible = "ti,omap4430-timer", }, | 148 | { .compatible = "ti,omap4430-timer", }, |
149 | { .compatible = "ti,omap5430-timer", }, | 149 | { .compatible = "ti,omap5430-timer", }, |
150 | { .compatible = "ti,dm814-timer", }, | ||
151 | { .compatible = "ti,dm816-timer", }, | ||
150 | { .compatible = "ti,am335x-timer", }, | 152 | { .compatible = "ti,am335x-timer", }, |
151 | { .compatible = "ti,am335x-timer-1ms", }, | 153 | { .compatible = "ti,am335x-timer-1ms", }, |
152 | { } | 154 | { } |