提交 deddcb89 编写于 作者: C Chris Brandt 提交者: Simon Horman

ARM: dts: r7s72100: add RTC_X clock inputs to device tree

Add the RTC clocks to device tree. The frequencies must be fixed values
according to the hardware manual.
Signed-off-by: NChris Brandt <chris.brandt@renesas.com>
Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 929ded3d
...@@ -51,6 +51,20 @@ ...@@ -51,6 +51,20 @@
clock-frequency = <0>; clock-frequency = <0>;
}; };
rtc_x1_clk: rtc_x1 {
#clock-cells = <0>;
compatible = "fixed-clock";
/* If clk present, value must be set by board to 32678 */
clock-frequency = <0>;
};
rtc_x3_clk: rtc_x3 {
#clock-cells = <0>;
compatible = "fixed-clock";
/* If clk present, value must be set by board to 4000000 */
clock-frequency = <0>;
};
/* Fixed factor clocks */ /* Fixed factor clocks */
b_clk: b { b_clk: b {
#clock-cells = <0>; #clock-cells = <0>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册