diff options
author | Jacopo Mondi | 2017-04-03 18:03:18 +0200 |
---|---|---|
committer | Simon Horman | 2017-04-05 20:15:08 +0200 |
commit | e533a459f07c2b7bcc60121032b3b24d0c58133a (patch) | |
tree | 41d30e33da18ef3b0d962d75f2884b2bd8cdaf2b /arch/arm/boot/dts/r7s72100-genmai.dts | |
parent | ARM: dts: rskrza1: add rtc DT support (diff) | |
download | kernel-qcow2-linux-e533a459f07c2b7bcc60121032b3b24d0c58133a.tar.gz kernel-qcow2-linux-e533a459f07c2b7bcc60121032b3b24d0c58133a.tar.xz kernel-qcow2-linux-e533a459f07c2b7bcc60121032b3b24d0c58133a.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/r7s72100-genmai.dts')
-rw-r--r-- | arch/arm/boot/dts/r7s72100-genmai.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s72100-genmai.dts index 118a8e2b86bd..52a7b586bac7 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"; }; |