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/[email protected]/ Signed-off-by: Rudraksha Gupta <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent f242003 commit b81dcda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)