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

Commit fe74dbf6 authored by Shadab Naseem's avatar Shadab Naseem Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: qcom: Add early mount partition details for Bengal

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

Change-Id: Ic668a3f365c5365b4e4c8d659217c79bbf6c11fb
parent 1a2480a0
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -285,6 +285,23 @@
		method = "smc";
	};

	firmware: firmware {
		android {
			compatible = "android,firmware";
			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";
					status = "ok";
				};
			};
		};
	};

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