arm64: dts: qcom: qcs404: add sleep clk fixed rate oscillator
authorJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Thu, 29 Aug 2019 20:03:39 +0000 (22:03 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 2 Oct 2019 04:38:51 +0000 (21:38 -0700)
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>
arch/arm64/boot/dts/qcom/qcs404.dtsi

index a97eeb4..131d804 100644 (file)
                        #clock-cells = <0>;
                        clock-frequency = <19200000>;
                };
+
+               sleep_clk: sleep-clk {
+                       compatible = "fixed-clock";
+                       #clock-cells = <0>;
+                       clock-frequency = <32768>;
+               };
        };
 
        cpus {