Loading qcom/monaco.dtsi +23 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,29 @@ soc: soc { }; firmware: firmware { android { compatible = "android,firmware"; vbmeta { compatible="android,vbmeta"; parts = "vbmeta,boot,system,vendor,dtbo,recovery"; }; fstab { compatible = "android,fstab"; vendor { compatible = "android,vendor"; dev = "/dev/block/platform/soc/4744000.sdhci/by-name/vendor"; type = "ext4"; mnt_flags = "ro,barrier=1,discard"; fsmgr_flags = "wait,slotselect,avb"; status = "ok"; }; }; }; }; reserved-memory { #address-cells = <2>; #size-cells = <2>; Loading Loading
qcom/monaco.dtsi +23 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,29 @@ soc: soc { }; firmware: firmware { android { compatible = "android,firmware"; vbmeta { compatible="android,vbmeta"; parts = "vbmeta,boot,system,vendor,dtbo,recovery"; }; fstab { compatible = "android,fstab"; vendor { compatible = "android,vendor"; dev = "/dev/block/platform/soc/4744000.sdhci/by-name/vendor"; type = "ext4"; mnt_flags = "ro,barrier=1,discard"; fsmgr_flags = "wait,slotselect,avb"; status = "ok"; }; }; }; }; reserved-memory { #address-cells = <2>; #size-cells = <2>; Loading