summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-08-23 20:24:51 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-08-23 20:24:51 -0700
commit5d09858f45c7ccb63f3c3b55d3e3c259cc92d628 (patch)
tree6e2dfcd4e8c732376bb15d1d83a8838962c1fd00 /arch
parent03b85eaf785d283b6e9d671051e3b1918042343e (diff)
parentb075d93c27f06509698776e7be2718510da9e6b5 (diff)
Merge "ARM: dts: msm: Add early mount for vendor and system"
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/qcom/msm8996.dtsi25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996.dtsi b/arch/arm/boot/dts/qcom/msm8996.dtsi
index f5e059484c95..505e325db1f5 100644
--- a/arch/arm/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm/boot/dts/qcom/msm8996.dtsi
@@ -176,6 +176,31 @@
soc: soc { };
+ firmware: firmware {
+ android {
+ compatible = "android,firmware";
+ fstab {
+ compatible = "android,fstab";
+ vendor {
+ compatible = "android,vendor";
+ dev = "/dev/block/platform/soc/7464900.sdhci/by-name/vendor";
+ type = "ext4";
+ mnt_flags = "ro,barrier=1,discard";
+ fsmgr_flags = "wait,verify";
+ status = "ok";
+ };
+ system {
+ compatible = "android,system";
+ dev = "/dev/block/platform/soc/7464900.sdhci/by-name/system";
+ type = "ext4";
+ mnt_flags = "ro,barrier=1,discard";
+ fsmgr_flags = "wait,verify";
+ status = "ok";
+ };
+ };
+ };
+ };
+
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;