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

Commit 3bd8d1b3 authored by Bruce Levy's avatar Bruce Levy Committed by Gerrit - the friendly Code Review server
Browse files

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



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: Ibcc733f17336d876171b013a6740dd33affea64b
Signed-off-by: default avatarBruce Levy <blevy@codeaurora.org>
parent b2c041bb
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,avb";
					status = "ok";
				};
			};
		};
	};


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