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

Commit 375a683b authored by Prasad Sodagudi's avatar Prasad Sodagudi Committed by Runmin Wang
Browse files

ARM: dts: msm: Early mount of vendor partition for SDM855



Add support to early mount vendor partition from device tree. This is
required so that vendor modules can be loaded during early-init.

Change-Id: Ic92c6384fe8237e8090c3322073cb6cd3c40e60e
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent bb08fec4
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -214,6 +214,23 @@

	soc: soc { };

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

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