2023-08-12 18:58:52

by David Heidelberg

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
arch/arm/boot/dts/qcom/qcom-msm8660.dtsi | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

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>;
};

--
2.40.1



2024-01-28 17:46:14

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: qcom: msm8960: drop 2nd clock frequency from timer


On Sat, 12 Aug 2023 20:38:10 +0200, David Heidelberg wrote:
> The driver reads only one clock frequency, and the schema does not
> allow more than one frequency here.
>
>

Applied, thanks!

[1/1] ARM: dts: qcom: msm8960: drop 2nd clock frequency from timer
commit: be8db0cd5e4c869db73dbfec4c5af5db248fe585

Best regards,
--
Bjorn Andersson <[email protected]>