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

Commit 861903a4 authored by Prakash Gupta's avatar Prakash Gupta
Browse files

ARM: dts: msm: Add the offlineable memory sizes for holi

Add the DT node for the mem-offline driver for sizes of the offlineable
memory.

Change-Id: I7423672726220d69e7768494e8b79226099b1aeb
parent 540e981f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -24,6 +24,14 @@
	#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>;
	};

	aliases {
		ufshc1 = &ufshc_mem; /* Embedded  UFS Slot */