]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: OMAP: add DT support for ti,dm816-timer
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 22 Oct 2015 09:18:53 +0000 (11:18 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 30 Nov 2015 18:35:07 +0000 (10:35 -0800)
Adds ti,dm816-timer to the dmtimer OF match table.

Cc: Brian Hutchinson <b.hutchman@gmail.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/dmtimer.c

index 7c7f26092d2987c097bdc06a62294bb8344333b9..1600612088682f29a8ba1d2d7233d6adc0b43724 100644 (file)
@@ -972,6 +972,10 @@ static const struct of_device_id omap_timer_match[] = {
                .compatible = "ti,am335x-timer-1ms",
                .data = &omap3plus_pdata,
        },
+       {
+               .compatible = "ti,dm816-timer",
+               .data = &omap3plus_pdata,
+       },
        {},
 };
 MODULE_DEVICE_TABLE(of, omap_timer_match);