mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Merge "ARM: dts: msm: Add odm partition for sm8150"
This commit is contained in:
commit
8272ed65a7
@ -53,6 +53,38 @@ Example:
|
||||
};
|
||||
};
|
||||
|
||||
odm:
|
||||
-----------------
|
||||
|
||||
odm partition specification.
|
||||
|
||||
Required properties:
|
||||
|
||||
-compatible: "android, odm"
|
||||
-dev: block device corresponding to odm partition
|
||||
-type: file system type of odm partition
|
||||
-mnt_flags: mount flags
|
||||
-fsmgr_flags: fsmgr flags
|
||||
|
||||
Example:
|
||||
|
||||
firmware: firmware {
|
||||
android {
|
||||
compatible = "android,firmware";
|
||||
fstab {
|
||||
compatible = "android,fstab";
|
||||
odm {
|
||||
compatible = "android,odm";
|
||||
dev = "/dev/block/platform/soc/1da4000.ufshc/by-name/odm";
|
||||
type = "ext4";
|
||||
mnt_flags = "ro,barrier=1,discard";
|
||||
fsmgr_flags = "wait,slotselect";
|
||||
status = "ok";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
system:
|
||||
-----------------
|
||||
|
||||
|
@ -574,7 +574,7 @@
|
||||
compatible = "android,firmware";
|
||||
vbmeta {
|
||||
compatible = "android,vbmeta";
|
||||
parts = "vbmeta,boot,system,vendor,dtbo";
|
||||
parts = "vbmeta,boot,system,vendor,dtbo,odm";
|
||||
};
|
||||
fstab {
|
||||
compatible = "android,fstab";
|
||||
@ -586,6 +586,14 @@
|
||||
fsmgr_flags = "wait,slotselect,avb";
|
||||
status = "ok";
|
||||
};
|
||||
odm {
|
||||
compatible = "android,odm";
|
||||
dev = "/dev/block/platform/soc/8804000.sdhci/by-name/odm";
|
||||
type = "ext4";
|
||||
mnt_flags = "ro,barrier=1,discard";
|
||||
fsmgr_flags = "wait,slotselect,avb";
|
||||
status = "ok";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user