From 0bb9cafcb605ac32989a745dce20ea3b9e46070e Mon Sep 17 00:00:00 2001 From: Binoy Jayan Date: Thu, 9 Nov 2017 15:46:26 +0530 Subject: [PATCH] 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: Binoy Jayan --- arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi b/arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi index f0fade10633e..262f8397d975 100644 --- a/arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi @@ -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>;