projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a7448
)
ARM: OMAP: add DT support for ti,dm816-timer
author
Neil Armstrong
<narmstrong@baylibre.com>
Thu, 22 Oct 2015 09:18:53 +0000
(11:18 +0200)
committer
Tony 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/plat-omap/dmtimer.c
b/arch/arm/plat-omap/dmtimer.c
index 7c7f26092d2987c097bdc06a62294bb8344333b9..1600612088682f29a8ba1d2d7233d6adc0b43724 100644
(file)
--- 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);