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

Commit 74c95be6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Correct dcc ram offset size for sdxpoorwills"

parents 989133af 8f89b17c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -910,10 +910,10 @@
	dcc: dcc_v2@10a2000 {
		compatible = "qcom,dcc-v2";
		reg = <0x10a2000 0x1000>,
		      <0x10ae000 0x2000>;
		      <0x10ae400 0x1c00>;
		reg-names = "dcc-base", "dcc-ram-base";

		dcc-ram-offset = <0x6000>;
		dcc-ram-offset = <0x400>;
	};

	system_pm {