Skip to content

Commit 4b0eb14

Browse files
lumagandersson
authored andcommitted
ARM: dts: qcom: apq8064: 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. Fixes: f335b8a ("ARM: dts: qcom: Add initial APQ8064 SoC and IFC6410 board device trees") Signed-off-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 5e1be5d commit 4b0eb14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@
326326
<GIC_PPI 3 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_EDGE_RISING)>;
327327
reg = <0x0200a000 0x100>;
328328
clock-frequency = <27000000>;
329+
clocks = <&sleep_clk>;
330+
clock-names = "sleep";
329331
cpu-offset = <0x80000>;
330332
};
331333

0 commit comments

Comments
 (0)