Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 132754e4 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

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: default avatarTony Lindgren <tony@atomide.com>
parent c27964b5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -571,6 +571,10 @@ static const struct of_device_id omap_prcm_dt_match_table[] = {
	{ .compatible = "ti,am3-scrm" },
	{ .compatible = "ti,am4-prcm" },
	{ .compatible = "ti,am4-scrm" },
	{ .compatible = "ti,dm814-prcm" },
	{ .compatible = "ti,dm814-scrm" },
	{ .compatible = "ti,dm816-prcm" },
	{ .compatible = "ti,dm816-scrm" },
	{ .compatible = "ti,omap2-prcm" },
	{ .compatible = "ti,omap2-scrm" },
	{ .compatible = "ti,omap3-prm" },
+2 −0
Original line number Diff line number Diff line
@@ -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", },
	{ }