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

Commit 0e315abe authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add vbmeta for lagoon"

parents 3181f978 c1af8cd0
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -373,6 +373,11 @@
	firmware: firmware {
		android {
			compatible = "android,firmware";
				vbmeta {
					compatible = "android,vbmeta";
					parts = "vbmeta,boot,system,vendor,dtbo";
				};

				fstab {
					compatible = "android,fstab";
						vendor {
@@ -380,7 +385,7 @@
							dev = "/dev/block/platform/soc/1d84000.ufshc/by-name/vendor";
							type = "ext4";
							mnt_flags = "ro,barrier=1,discard";
							fsmgr_flags = "wait,slotselect";
							fsmgr_flags = "wait,slotselect,avb";
							status = "ok";
						};
				};