diff options
author | Chris Brandt <chris.brandt@renesas.com> | 2017-03-29 20:30:34 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-04-04 19:58:50 +0300 |
commit | f90c36448aacde1fd41332659a12cbc9558b1137 (patch) | |
tree | b7929173df46e21d78ac5bb965326275aa21942b | |
parent | 3b5e3f0455442f376f91c69147526535a0389ac3 (diff) | |
download | linux-f90c36448aacde1fd41332659a12cbc9558b1137.tar.xz |
ARM: dts: rskrza1: set rtc_x1 clock value
Enable the 32.768 kHz RTC_X1 clock by setting the frequency value to
non-zero.
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r7s72100-rskrza1.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r7s72100-rskrza1.dts b/arch/arm/boot/dts/r7s72100-rskrza1.dts index 02b59c5b3c53..cab5857bfb41 100644 --- a/arch/arm/boot/dts/r7s72100-rskrza1.dts +++ b/arch/arm/boot/dts/r7s72100-rskrza1.dts @@ -43,6 +43,10 @@ clock-frequency = <48000000>; }; +&rtc_x1_clk { + clock-frequency = <32768>; +}; + &mtu2 { status = "okay"; }; |