Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e533a459 authored by Jacopo Mondi's avatar Jacopo Mondi Committed by Simon Horman
Browse files

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
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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";
};