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

Commit 57dd5d22 authored by Chandrasekhar Mattaparthy's avatar Chandrasekhar Mattaparthy
Browse files

ARM: dts: msm: Early mount of vendor partition

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

Change-Id: I8ebc1c992d42eb810a29c4f57e1a9c0dbea0a309
parent f6c0edf4
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -127,6 +127,29 @@

	soc: soc { };

	firmware: firmware {
		android {
			compatible = "android,firmware";
			vbmeta {
				compatible="android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo,recovery";
			};

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

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