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

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>

authored by

David Heidelberg and committed by
Bjorn Andersson
be8db0cd 111bc371

+1 -2
+1 -2
arch/arm/boot/dts/qcom/qcom-msm8660.dtsi
··· 93 93 <GIC_PPI 1 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_EDGE_RISING)>, 94 94 <GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_EDGE_RISING)>; 95 95 reg = <0x02000000 0x100>; 96 - clock-frequency = <27000000>, 97 - <32768>; 96 + clock-frequency = <27000000>; 98 97 cpu-offset = <0x40000>; 99 98 }; 100 99