Loading arch/arm64/boot/dts/qcom/msm8937.dtsi +26 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,32 @@ bootargs = "sched_enable_hmp=1"; }; firmware: firmware { android { compatible = "android,firmware"; fstab { compatible = "android,fstab"; vendor { compatible = "android,vendor"; dev = "/dev/block/platform/soc/7824900.sdhci/by-name/vendor"; type = "ext4"; mnt_flags = "ro,barrier=1,discard"; fsmgr_flags = "wait"; status = "ok"; }; system { compatible = "android,system"; dev = "/dev/block/platform/soc/7824900.sdhci/by-name/system"; type = "ext4"; mnt_flags = "ro,barrier=1,discard"; fsmgr_flags = "wait"; status = "ok"; }; }; }; }; reserved-memory { #address-cells = <2>; #size-cells = <2>; Loading Loading
arch/arm64/boot/dts/qcom/msm8937.dtsi +26 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,32 @@ bootargs = "sched_enable_hmp=1"; }; firmware: firmware { android { compatible = "android,firmware"; fstab { compatible = "android,fstab"; vendor { compatible = "android,vendor"; dev = "/dev/block/platform/soc/7824900.sdhci/by-name/vendor"; type = "ext4"; mnt_flags = "ro,barrier=1,discard"; fsmgr_flags = "wait"; status = "ok"; }; system { compatible = "android,system"; dev = "/dev/block/platform/soc/7824900.sdhci/by-name/system"; type = "ext4"; mnt_flags = "ro,barrier=1,discard"; fsmgr_flags = "wait"; status = "ok"; }; }; }; }; reserved-memory { #address-cells = <2>; #size-cells = <2>; Loading