ARM: dts: genmai: Enable rtc and rtc_x1 clock
authorJacopo Mondi <jacopo+renesas@jmondi.org>
Mon, 3 Apr 2017 16:03:18 +0000 (18:03 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 5 Apr 2017 18:15:08 +0000 (14:15 -0400)
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>
arch/arm/boot/dts/r7s72100-genmai.dts

index 118a8e2..52a7b58 100644 (file)
        clock-frequency = <48000000>;
 };
 
+&rtc_x1_clk {
+       clock-frequency = <32768>;
+};
+
 &mtu2 {
        status = "okay";
 };
        };
 };
 
+&rtc {
+       status = "okay";
+};
+
 &scif2 {
        status = "okay";
 };