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

Commit 09f8d020 authored by Baochu Xu's avatar Baochu Xu
Browse files

ARM: dts: msm: disable dm-verity on SDW2500



Disable dm-verity on SDW2500 for SDW2500 don't
support dm-verity feature.

Change-Id: I4d8e6ebff6b1f67cec5d78e50b2bd2329a140e7c
Signed-off-by: default avatarBaochu Xu <bxu@codeaurora.org>
parent 3aafa883
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@
			compatible = "android,firmware";
			fstab {
				compatible = "android,fstab";
				vendor {
				vendor_fstab: vendor {
					compatible = "android,vendor";
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/vendor";
					type = "ext4";
@@ -120,7 +120,7 @@
					fsmgr_flags = "wait,verify";
					status = "ok";
				};
				system {
				system_fstab: system {
					compatible = "android,system";
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/system";
					type = "ext4";
+8 −0
Original line number Diff line number Diff line
@@ -195,3 +195,11 @@
		pins = "gpio98", "gpio16";
	};
};

&system_fstab {
	fsmgr_flags = "wait";
};

&vendor_fstab {
	fsmgr_flags = "wait";
};