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

Commit d8dffa1f authored by Yogesh Lal's avatar Yogesh Lal
Browse files

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

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

Change-Id: I789ff36c6e3de27892c02054af9826e78bc8a80d
parent 0a5f50c4
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -339,6 +339,21 @@
		scm {
			compatible = "qcom,scm";
		};

		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,avb";
					status = "ok";
				};
			};
		};
	};

	chosen {