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

Commit e3bb0dcb authored by Charan Teja Reddy's avatar Charan Teja Reddy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add mem-offline support for trinket



Add memory offline support in dt that will be used by PASR feature.

Change-Id: I5532799b88b338a610c6e5c4fe5c25c53d8f1276
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent bfb4f469
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -35,6 +35,13 @@
	qcom,pmic-name = "pm6125 + pmi632";
	interrupt-parent = <&wakegic>;

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

	aliases {
		serial0 = &qupv3_se4_2uart;
		sdhc1 = &sdhc_1; /* SDC1 eMMC slot */