Commit e533a459 authored by Jacopo Mondi's avatar Jacopo Mondi Committed by 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: default avatarJacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 931f3dc3
...@@ -44,6 +44,10 @@ &usb_x1_clk { ...@@ -44,6 +44,10 @@ &usb_x1_clk {
clock-frequency = <48000000>; clock-frequency = <48000000>;
}; };
&rtc_x1_clk {
clock-frequency = <32768>;
};
&mtu2 { &mtu2 {
status = "okay"; status = "okay";
}; };
...@@ -59,6 +63,10 @@ eeprom@50 { ...@@ -59,6 +63,10 @@ eeprom@50 {
}; };
}; };
&rtc {
status = "okay";
};
&scif2 { &scif2 {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment