提交 8d1acfd8 编写于 作者: V Vignesh Raghavendra 提交者: Tom Rini

ARM: dts: k3-am642: Correct timer frequency

Timer0 runs at 200MHz,and the clock-frequency defined in DT is
incorrect. Fix it.
Signed-off-by: NVignesh Raghavendra <vigneshr@ti.com>
Reviewed-By: NNishanth Menon <nm@ti.com>
上级 1e20f571
......@@ -16,7 +16,7 @@
compatible = "ti,omap5430-timer";
reg = <0x0 0x2400000 0x0 0x80>;
ti,timer-alwon;
clock-frequency = <250000000>;
clock-frequency = <200000000>;
u-boot,dm-spl;
};
};
......
......@@ -20,7 +20,7 @@
compatible = "ti,omap5430-timer";
reg = <0x0 0x2400000 0x0 0x80>;
ti,timer-alwon;
clock-frequency = <250000000>;
clock-frequency = <200000000>;
u-boot,dm-spl;
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册