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

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

ARM: dts: msm: add offlineable memory sizes on lito

Add memory dt node that defines the offlineable memory sizes on Lito.

Change-Id: I310fb9f108d2eedbcee89559267ac614783fc8d5
parent 24c82844
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -26,6 +26,15 @@
	#size-cells = <2>;
	memory { device_type = "memory"; reg = <0 0 0 0>; };

	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_se2_2uart;	/*RUMI*/
		ufshc1 = &ufshc_mem; /* Embedded UFS slot */