From: Neil Armstrong Date: Thu, 22 Oct 2015 09:18:53 +0000 (+0200) Subject: ARM: OMAP: add DT support for ti,dm816-timer X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8c0cabd7970c0d50d53bf795b1a0f6f570b19437;p=linux-beck.git ARM: OMAP: add DT support for ti,dm816-timer Adds ti,dm816-timer to the dmtimer OF match table. Cc: Brian Hutchinson Signed-off-by: Neil Armstrong Signed-off-by: Tony Lindgren --- 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);