Skip to content

Commit be8db0c

Browse files
okiasandersson
authored andcommitted
ARM: dts: qcom: msm8960: drop 2nd clock frequency from timer
The driver reads only one clock frequency, and the schema does not allow more than one frequency here. Signed-off-by: David Heidelberg <david@ixit.cz> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230812183811.375671-1-david@ixit.cz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 111bc37 commit be8db0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@
9393
<GIC_PPI 1 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_EDGE_RISING)>,
9494
<GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_EDGE_RISING)>;
9595
reg = <0x02000000 0x100>;
96-
clock-frequency = <27000000>,
97-
<32768>;
96+
clock-frequency = <27000000>;
9897
cpu-offset = <0x40000>;
9998
};
10099

0 commit comments

Comments
 (0)