From: Jacopo Mondi Date: Mon, 3 Apr 2017 16:03:18 +0000 (+0200) Subject: ARM: dts: genmai: Enable rtc and rtc_x1 clock X-Git-Tag: v4.12-rc1~56^2~17^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e533a459f07c2b7bcc60121032b3b24d0c58133a;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s72100-genmai.dts index 118a8e2b86bdd..52a7b586bac72 100644 --- a/arch/arm/boot/dts/r7s72100-genmai.dts +++ b/arch/arm/boot/dts/r7s72100-genmai.dts @@ -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"; };