Commit 9ff8b059 authored by Jonathan Marek's avatar Jonathan Marek Committed by Bjorn Andersson

arm64: dts: qcom: sm8250: use the right clock-freqency for sleep-clk

Downstream has this clock as 32000 rate, but testing shows it is close to
32768.
Signed-off-by: default avatarJonathan Marek <jonathan@marek.ca>
Link: https://lore.kernel.org/r/20200903215923.14314-1-jonathan@marek.caSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent bcd86d32
...@@ -73,7 +73,7 @@ xo_board: xo-board { ...@@ -73,7 +73,7 @@ xo_board: xo-board {
sleep_clk: sleep-clk { sleep_clk: sleep-clk {
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <32000>; clock-frequency = <32768>;
#clock-cells = <0>; #clock-cells = <0>;
}; };
}; };
......
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