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

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

ARM: dts: msm: Add vendor mount node for sdmshrike



Add the node to enable early vendor mount for sdmshrike.

Change-Id: I50e034bcccf52de186b3fd248939570f93daac19
Signed-off-by: default avatarBruce Levy <blevy@codeaurora.org>
parent 452becbf
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -375,6 +375,23 @@
		};
	};

	firmware: firmware {
		android {
			compatible = "android,firmware";
			fstab {
				compatible = "android,fstab";
				vendor {
					compatible = "android,vendor";
					dev = "/dev/block/platform/soc/8804000.sdhci/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>;