diff options
author | Neil Armstrong | 2015-10-22 11:18:53 +0200 |
---|---|---|
committer | Tony Lindgren | 2015-11-30 10:35:07 -0800 |
commit | 8c0cabd7970c0d50d53bf795b1a0f6f570b19437 (patch) | |
tree | 18fe5150e7cfac86b924ce2b3ed2410c78262c8e /arch/arm/plat-omap | |
parent | 31a7448f4fa8a528040e3df593e9781f55218183 (diff) |
ARM: OMAP: add DT support for ti,dm816-timer
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>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/dmtimer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/dmtimer.c b/arch/arm/plat-omap/dmtimer.c index 7c7f26092d29..160061208868 100644 --- a/arch/arm/plat-omap/dmtimer.c +++ b/arch/arm/plat-omap/dmtimer.c @@ -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); |