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

Commit ccc1aa6a authored by Marco Zhang's avatar Marco Zhang
Browse files

ARM: dts: msm: Add early mount partition details for atoll



Add details of vendor partition to support early mount on atoll.

Change-Id: I30a284f631c1a251ebb678f80e13328a925f0ee3
Signed-off-by: default avatarMarco Zhang <zhangx@codeaurora.org>
parent 23ed922d
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -450,6 +450,23 @@
		method = "smc";
	};

	firmware: firmware {
		android {
			compatible = "android,firmware";
			fstab {
				compatible = "android,fstab";
				vendor {
					compatible = "android,vendor";
					dev = "/dev/block/platform/soc/7c4000.sdhci/by-name/vendor";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait,slotselect";
					status = "ok";
				};
			};
		};
	};

	reserved_memory: reserved-memory {
		#address-cells = <2>;
		#size-cells = <2>;