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

Commit 7c7730bb authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

ARM: dts: msm: Correct the register offset for clock_dispcc on SDM845



The register offset being used for the display clock controller
is incorrect. Fix it.

Change-Id: I6edce7e8440021102311f3bba203ae1f90a08d54
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent e4e90297
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -830,7 +830,7 @@

	clock_dispcc: qcom,dispcc@af00000 {
		compatible = "qcom,dispcc-sdm845", "syscon";
		reg = <0xaf00000 0x100000>;
		reg = <0xaf00000 0x10000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&pm8998_s9_level>;
		#clock-cells = <1>;