Loading qcom/scuba.dtsi +17 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,23 @@ method = "smc"; }; firmware: firmware { android { compatible = "android,firmware"; 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"; status = "ok"; }; }; }; }; chosen { bootargs = "rcupdate.rcu_expedited=1 rcu_nocbs=0-7"; }; Loading Loading
qcom/scuba.dtsi +17 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,23 @@ method = "smc"; }; firmware: firmware { android { compatible = "android,firmware"; 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"; status = "ok"; }; }; }; }; chosen { bootargs = "rcupdate.rcu_expedited=1 rcu_nocbs=0-7"; }; Loading