Skip to content

Commit

Permalink
ARM64: dts: qcom: xiaomi: Move all devices to second stage init
Browse files Browse the repository at this point in the history
Change-Id: Ia7642d730b0a68e045f19c6a3fd00ce3c8844379
  • Loading branch information
SebaUbuntu authored and Joker-V2 committed Mar 3, 2024
1 parent 2fe803a commit 96dfba3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
8 changes: 2 additions & 6 deletions arch/arm64/boot/dts/qcom/sdmmagpie.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@

firmware: firmware {
android {
boot_devices = "soc/7c4000.sdhci";
compatible = "android,firmware";
vbmeta {
compatible = "android,vbmeta";
Expand All @@ -474,12 +475,7 @@
fstab {
compatible = "android,fstab";
vendor {
compatible = "android,vendor";
dev = "/dev/block/platform/soc/1d84000.ufshc/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,discard";
fsmgr_flags = "wait,slotselect,avb";
status = "ok";
status = "disabled";
};
};
};
Expand Down
14 changes: 2 additions & 12 deletions arch/arm64/boot/dts/xiaomi/violet/violet-sm6150.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,14 @@

&firmware {
android {
boot_devices = "soc/7c4000.sdhci";
vbmeta {
parts = "vbmeta,boot,recovery,system,vendor,dtbo";
};
fstab {
vendor {
dev = "/dev/block/platform/soc/7c4000.sdhci/by-name/vendor";
fsmgr_flags = "wait,avb";
status = "disabled";
};
persist {
compatible = "android,persist";
dev = "/dev/block/platform/soc/7c4000.sdhci/by-name/persist";
type = "ext4";
mnt_point = "/mnt/vendor/persist";
mnt_flags = "nosuid,nodev,noatime,barrier=1";
fsmgr_flags = "wait";
status = "ok";
};

};
};
};
Expand Down

0 comments on commit 96dfba3

Please sign in to comment.