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

Commit 869198a9 authored by Swathi Sridhar's avatar Swathi Sridhar Committed by Patrick Daly
Browse files

ARM: dts: msm: Configure mem-offline node for kona



Configure mem-offline node to properly initialize
the mem-offline driver.

Change-Id: I78ffd4aabe2504118898022999174a25c669c35b
Signed-off-by: default avatarSwathi Sridhar <swatsrid@codeaurora.org>
parent f909cbbc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -31,6 +31,14 @@
	qcom,msm-id = <356 0x10000>;
	interrupt-parent = <&intc>;

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

	aliases {
		ufshc1 = &ufshc_mem; /* Embedded UFS slot */
		sdhc2 = &sdhc_2; /* SDC2 SD card slot */