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

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

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



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

Change-Id: Id213b7f3b30a3a708fd8a1568eca254026618c87
Signed-off-by: default avatarqqzhou <qqzhou@codeaurora.org>
Signed-off-by: default avatarZhenhua Huang <zhenhuah@codeaurora.org>
parent 925a36b0
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -37,6 +37,15 @@
	qcom,msm-id = <407 0x0>;
	interrupt-parent = <&pdc>;

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

	aliases {
		serial0 = &qupv3_se8_2uart;
		sdhc1 = &sdhc_1; /* eMMC */