Skip to content

Commit

Permalink
ARM: dts: qcom: msm8660: drop 2nd clock frequency from timer
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
okias committed Sep 14, 2023
1 parent 21dc954 commit 0f2ebec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/boot/dts/qcom/qcom-msm8660.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@
<1 1 0x301>,
<1 2 0x301>;
reg = <0x02000000 0x100>;
clock-frequency = <27000000>,
<32768>;
clock-frequency = <27000000>;
cpu-offset = <0x40000>;
};

Expand Down

0 comments on commit 0f2ebec

Please sign in to comment.