arm64: dts: qcom: qcs404: add sleep clk fixed rate oscillator

This fixed rate clock is required for the operation of some devices
(ie watchdog).

Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Jorge Ramirez-Ortiz
2019-08-29 22:03:39 +02:00
committed by Bjorn Andersson
parent 54ecb8f702
commit 10c71fd1c6

View File

@@ -22,6 +22,12 @@
#clock-cells = <0>;
clock-frequency = <19200000>;
};
sleep_clk: sleep-clk {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <32768>;
};
};
cpus {