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

Commit f65ee8dd authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents ef713a0d 2f1ca45d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -802,11 +802,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 {