summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBinoy Jayan <bjayan@codeaurora.org>2017-11-09 15:46:26 +0530
committerBinoy Jayan <bjayan@codeaurora.org>2017-12-13 19:17:23 +0530
commit0bb9cafcb605ac32989a745dce20ea3b9e46070e (patch)
tree91b0f54fb0fc8a3cc30cefa1fed55c9bc56dfb74
parentaaf4841e27b932dec6fae2703fae284627f335fb (diff)
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 <bjayan@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/msm8996pro-auto.dtsi14
1 files changed, 14 insertions, 0 deletions
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>;