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

Commit 2f1ca45d authored by Mao Jinlong's avatar Mao Jinlong
Browse files

ARM: dts: msm: Correct config base and ram offset of dcc for lito

Correct config base and ram offset of dcc for lito to make dcc function
work.

Change-Id: Idcd92125e084413ff51608c28bc99c5062b6ab96
parent 40808214
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -782,11 +782,11 @@

	dcc: dcc_v2@1022000 {
		compatible = "qcom,dcc-v2";
		reg = <0x1023000 0x1000>,
		reg = <0x1022000 0x1000>,
			<0x103b000 0x5000>;
		reg-names = "dcc-base", "dcc-ram-base";

		dcc-ram-offset = <0x1b000>;
		dcc-ram-offset = <0xb000>;
	};

	restart@c264000 {