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

Commit 0bb9cafc authored by Binoy Jayan's avatar Binoy Jayan
Browse files

ARM: dts: msm: Override vendor node entires in fstab for MSM8996ProAU



Override the property fsmgr_flags by adding the options verify and
slotselect for the vendor node in the fstab so that A/B is enabled and the
partition is verified by the device mapper target dm-verity. Also delete
the system node from the fstab as it is already mounted by the kernel.

Change-Id: Ib65f1d261c95b995f3999ba24517a69488346ca9
Signed-off-by: default avatarBinoy Jayan <bjayan@codeaurora.org>
parent aaf4841e
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -12,6 +12,20 @@

#include "msm8996v3-auto.dtsi"

/ {
	firmware: firmware {
		android {
			fstab {
				/delete-node/ system;
				vendor {
					fsmgr_flags = "wait,slotselect,verify";
					status = "ok";
				};
			};
		};
	};
};

&gfx_vreg {
	qcom,cpr-fuse-combos = <24>;
	qcom,cpr-speed-bins = <3>;