Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 582eb3bf authored by Shefali Jain's avatar Shefali Jain
Browse files

ARM: dts: msm: Update the CC count property for SDM845/670



Currently, the count for number of clock controllers for
debug measurement is incorrect so fix the same by
updating the correct clock controllers count which
is the equal to the number of CCs.

Change-Id: I4a09cfa6ebe1da8df4411c451b2026d18de3cf4e
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent ad8801e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1096,7 +1096,7 @@

	clock_debug: qcom,cc-debug {
		compatible = "qcom,debugcc-sdm845";
		qcom,cc-count = <5>;
		qcom,cc-count = <6>;
		qcom,gcc = <&clock_gcc>;
		qcom,videocc = <&clock_videocc>;
		qcom,camcc = <&clock_camcc>;
+1 −1
Original line number Diff line number Diff line
@@ -1276,7 +1276,7 @@

	clock_debug: qcom,cc-debug@100000 {
		compatible = "qcom,debugcc-sdm845";
		qcom,cc-count = <5>;
		qcom,cc-count = <6>;
		qcom,gcc = <&clock_gcc>;
		qcom,videocc = <&clock_videocc>;
		qcom,camcc = <&clock_camcc>;