Skip to content

Commit b81dcda

Browse files
Rudraksha Guptaandersson
authored andcommitted
ARM: dts: qcom-msm8960: add missing clocks to the timer node
In order to fix DT schema warning and describe hardware properly, add missing sleep clock to the timer node. Solved by Dmitry Baryshkov on the APQ8064 SoC Link: https://lore.kernel.org/all/20250318-fix-nexus-4-v2-6-bcedd1406790@oss.qualcomm.com/ Signed-off-by: Rudraksha Gupta <guptarud@gmail.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250318-expressatt-solve-dts-errors-v1-1-14012a4bc315@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent f242003 commit b81dcda

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/qcom/qcom-msm8960.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@
154154
<GIC_PPI 3 0x301>;
155155
reg = <0x0200a000 0x100>;
156156
clock-frequency = <27000000>;
157+
clocks = <&sleep_clk>;
158+
clock-names = "sleep";
157159
cpu-offset = <0x80000>;
158160
};
159161

0 commit comments

Comments
 (0)