提交 c030688d 编写于 作者: T Tony Lindgren

ARM: dts: Fix omap4 system timer source clocks

I accidentally flipped the system timer to use system clock instead of
the 32k source clock.

Fixes: 14b1925a ("ARM: dts: Configure system timers for omap4")
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 9cf28e41
......@@ -662,6 +662,6 @@
ti,no-idle;
timer@0 {
assigned-clocks = <&l4_wkup_clkctrl OMAP4_TIMER1_CLKCTRL 24>;
assigned-clock-parents = <&sys_clkin_ck>;
assigned-clock-parents = <&sys_32k_ck>;
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册