Commit 10c71fd1 authored by Jorge Ramirez-Ortiz's avatar Jorge Ramirez-Ortiz Committed by Bjorn Andersson

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: default avatarStephen Boyd <sboyd@kernel.org>
Signed-off-by: default avatarJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 54ecb8f7
......@@ -22,6 +22,12 @@ xo_board: xo-board {
#clock-cells = <0>;
clock-frequency = <19200000>;
};
sleep_clk: sleep-clk {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <32768>;
};
};
cpus {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment