提交 e533a459 编写于 作者: J Jacopo Mondi 提交者: Simon Horman

ARM: dts: genmai: Enable rtc and rtc_x1 clock

Enable the 32.768 kHz RTC_X1 clock by setting the frequency value to
non-zero and enable the realtime clock.
Signed-off-by: NJacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 931f3dc3
...@@ -44,6 +44,10 @@ ...@@ -44,6 +44,10 @@
clock-frequency = <48000000>; clock-frequency = <48000000>;
}; };
&rtc_x1_clk {
clock-frequency = <32768>;
};
&mtu2 { &mtu2 {
status = "okay"; status = "okay";
}; };
...@@ -59,6 +63,10 @@ ...@@ -59,6 +63,10 @@
}; };
}; };
&rtc {
status = "okay";
};
&scif2 { &scif2 {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册