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>
This commit is contained in:
Chris Brandt 2017-03-29 10:30:34 -07:00 committed by Simon Horman
parent 3b5e3f0455
commit f90c36448a
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ &usb_x1_clk {
clock-frequency = <48000000>;
};
&rtc_x1_clk {
clock-frequency = <32768>;
};
&mtu2 {
status = "okay";
};