mirror of https://gitee.com/openkylin/linux.git
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:
parent
3b5e3f0455
commit
f90c36448a
|
@ -43,6 +43,10 @@ &usb_x1_clk {
|
|||
clock-frequency = <48000000>;
|
||||
};
|
||||
|
||||
&rtc_x1_clk {
|
||||
clock-frequency = <32768>;
|
||||
};
|
||||
|
||||
&mtu2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue