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

Commit 9c05d5e7 authored by Charan Teja Kalla's avatar Charan Teja Kalla
Browse files

ARM: dts: msm: define mem offline node in yupik

Define the memory offline node in yupik. This node defines the
offlineable memory size used by PASR.

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

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

	aliases {
		ufshc1 = &ufshc_mem; /* Embedded UFS Slot */
		sdhc0 = &sdhc_1; /*SDC1 eMMC slot*/