diff mbox series

[v2] ARM: dts: qcom: msm8660: drop 2nd clock frequency from timer

Message ID 20230825120832.10732-1-david@ixit.cz
State New
Headers show
Series [v2] ARM: dts: qcom: msm8660: drop 2nd clock frequency from timer | expand

Commit Message

David Heidelberg Aug. 25, 2023, 12:08 p.m. UTC
The driver reads only one clock frequency, and the schema does not
allow more than one frequency here.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: David Heidelberg <david@ixit.cz>
---
v2:
 - fix typo in commit message s/msm8960/msm8660/

 arch/arm/boot/dts/qcom/qcom-msm8660.dtsi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/qcom/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8660.dtsi
index 78023ed2fdf7..23f7b67d9d61 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8660.dtsi
+++ b/arch/arm/boot/dts/qcom/qcom-msm8660.dtsi
@@ -109,8 +109,7 @@  timer@2000000 {
 				     <1 1 0x301>,
 				     <1 2 0x301>;
 			reg = <0x02000000 0x100>;
-			clock-frequency = <27000000>,
-					  <32768>;
+			clock-frequency = <27000000>;
 			cpu-offset = <0x40000>;
 		};