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

Commit 91b676b8 authored by Salendarsingh Gaud's avatar Salendarsingh Gaud
Browse files

ARM: dts: qcom: add dt entry needed for avb

Add dt node snapshot of firmware entry
required for android verified boot.

Change-Id: I6fda2d4bd82cb1e0aad5d0789db580f6a7ebee5f
parent ba317d99
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -344,6 +344,27 @@
		scm {
			compatible = "qcom,scm";
		};

		android {
			compatible = "android,firmware";
			vbmeta {
				compatible = "android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo";
			};

			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";
				};
			};
		};
	};
};