diff options
author | Tony Lindgren <tony@atomide.com> | 2015-01-15 02:37:16 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-15 02:37:16 +0100 |
commit | 132754e483d55309ddd714a2c44580379e4ac55a (patch) | |
tree | 0b52f8d4b7fd1725215c9f9e0d61490b23b504f0 /arch/arm/mach-omap2/timer.c | |
parent | ARM: OMAP2+: Fix ti81xx class type (diff) | |
download | linux-132754e483d55309ddd714a2c44580379e4ac55a.tar.xz linux-132754e483d55309ddd714a2c44580379e4ac55a.zip |
ARM: OMAP2+: Fix dm814 and dm816 for clocks and timer init
Fix dm814 and dm816 clocks and timer init.
Cc: Brian Hutchinson <b.hutchman@gmail.com>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
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 4f61148ec168..376b099ba84b 100644 --- a/arch/arm/mach-omap2/timer.c +++ b/arch/arm/mach-omap2/timer.c @@ -146,6 +146,8 @@ static const struct of_device_id omap_timer_match[] __initconst = { { .compatible = "ti,omap3430-timer", }, { .compatible = "ti,omap4430-timer", }, { .compatible = "ti,omap5430-timer", }, + { .compatible = "ti,dm814-timer", }, + { .compatible = "ti,dm816-timer", }, { .compatible = "ti,am335x-timer", }, { .compatible = "ti,am335x-timer-1ms", }, { } |