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: Jacopo Mondi <jacopo+renesas@jmondi.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
931f3dc3f0
commit
e533a459f0
|
@ -44,6 +44,10 @@
|
|||
clock-frequency = <48000000>;
|
||||
};
|
||||
|
||||
&rtc_x1_clk {
|
||||
clock-frequency = <32768>;
|
||||
};
|
||||
|
||||
&mtu2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -59,6 +63,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&rtc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&scif2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue