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

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

Merge "ARM: dts: msm: Increase offlinable memory region for kona target"

parents c61a39e1 07254d6c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -35,8 +35,9 @@

	mem-offline {
		compatible = "qcom,mem-offline";
		offline-sizes = <0x1 0x40000000 0x0 0x40000000>,
				<0x1 0xc0000000 0x0 0x80000000>;
		offline-sizes = <0x1 0x40000000 0x0 0x80000000>,
				<0x1 0xc0000000 0x0 0xc0000000>,
				<0x2 0xc0000000 0x1 0x40000000>;
		granule = <512>;
		mboxes = <&qmp_aop 0>;
	};