Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: msm8960: drop second clock frequency from timer

Keep only one clock frequency for timer, because:
1. DT schema does not allow multiple frequencies in such property,
2. The Linux timer driver reads only first frequency.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221212163532.142533-11-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
f630f820 501d1437

+1 -2
+1 -2
arch/arm/boot/dts/qcom-msm8960.dtsi
··· 109 109 <GIC_PPI 2 0x301>, 110 110 <GIC_PPI 3 0x301>; 111 111 reg = <0x0200a000 0x100>; 112 - clock-frequency = <27000000>, 113 - <32768>; 112 + clock-frequency = <27000000>; 114 113 cpu-offset = <0x80000>; 115 114 }; 116 115