summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-02-18 07:13:12 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2019-02-18 07:13:12 -0800
commit9d691c2aa4b21135d69ce51adab824951b1180f7 (patch)
tree32aaa7b89287065da2783e3768d542c8bc9bcdf9 /Documentation
parentdffc37d08f56ac1699615b16c3db8527d78f78a6 (diff)
parent92cdb8b98482c35cd616e197a699258e981e2fe1 (diff)
Merge "Documentation: bindings: Add node details for VB"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/arm/msm/android.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/msm/android.txt b/Documentation/devicetree/bindings/arm/msm/android.txt
index 7b8b7909bae3..9939643a097e 100644
--- a/Documentation/devicetree/bindings/arm/msm/android.txt
+++ b/Documentation/devicetree/bindings/arm/msm/android.txt
@@ -33,12 +33,18 @@ Required properties:
-type: file system type of vendor partition
-mnt_flags: mount flags
-fsmgr_flags: fsmgr flags
+-"android,firmware" for firmware image
+-"android,vbmeta" for setting system properties for verified boot
Example:
firmware: firmware {
android {
compatible = "android,firmware";
+ vbmeta {
+ compatible = "android,vbmeta";
+ parts = "vbmeta,boot,system,vendor,dtbo,recovery";
+ };
fstab {
compatible = "android,fstab";
vendor {
@@ -46,7 +52,7 @@ Example:
dev = "/dev/block/platform/soc/1da4000.ufshc/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,discard";
- fsmgr_flags = "wait,slotselect";
+ fsmgr_flags = "wait,slotselect,avb";
status = "ok";
};
};