diff options
| author | fire855 <thefire855@gmail.com> | 2017-09-29 23:20:45 +0200 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-27 13:51:05 +0100 |
| commit | bd8f0371cfcf5f72becc36080ee42f5165f3a146 (patch) | |
| tree | 6634e39ccd78d6388ad27341496311bd5b452a7f | |
| parent | 54a71ff2f65ec4a880bbb4ee620ec82c570663b4 (diff) | |
arm64: dts: add DT entry to mount /system early during boot
BaCkPoRtEd To 3.10 By ThE BigGeSt MidGeT iN tHe GaMe
Signed-off-by: Mister Oyster <oysterized@gmail.com>
| -rw-r--r-- | arch/arm64/boot/dts/mt6735.dtsi | 17 | ||||
| -rwxr-xr-x | arch/arm64/boot/dts/mt6735m.dtsi | 17 | ||||
| -rw-r--r-- | arch/arm64/boot/dts/mt6753.dtsi | 17 |
3 files changed, 51 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mt6735.dtsi b/arch/arm64/boot/dts/mt6735.dtsi index 0858d27ed..babe87caf 100644 --- a/arch/arm64/boot/dts/mt6735.dtsi +++ b/arch/arm64/boot/dts/mt6735.dtsi @@ -1509,6 +1509,23 @@ compatible = "mediatek,audio_switch"; }; /* sensor end */ + +/* early-mount system partition */ + firmware { + android { + compatible = "android,firmware"; + fstab { + compatible = "android,fstab"; + system { + compatible = "android,system"; + dev = "/dev/block/platform/mtk-msdc.0/11230000.MSDC0/by-name/system"; + type = "ext4"; + mnt_flags = "ro,lazytime,barrier=0"; + fsmgr_flags = "wait"; + }; + }; + }; + }; }; /include/ "cust_eint.dtsi" diff --git a/arch/arm64/boot/dts/mt6735m.dtsi b/arch/arm64/boot/dts/mt6735m.dtsi index 4bad6adf2..afc60fd90 100755 --- a/arch/arm64/boot/dts/mt6735m.dtsi +++ b/arch/arm64/boot/dts/mt6735m.dtsi @@ -1350,6 +1350,23 @@ multibridge@0 { compatible = "mediatek,multibridge"; }; + +/* early-mount system partition */ + firmware { + android { + compatible = "android,firmware"; + fstab { + compatible = "android,fstab"; + system { + compatible = "android,system"; + dev = "/dev/block/platform/mtk-msdc.0/11230000.MSDC0/by-name/system"; + type = "ext4"; + mnt_flags = "ro,lazytime,barrier=0"; + fsmgr_flags = "wait"; + }; + }; + }; + }; }; /include/ "cust_eint.dtsi" diff --git a/arch/arm64/boot/dts/mt6753.dtsi b/arch/arm64/boot/dts/mt6753.dtsi index aca5c5425..98b704216 100644 --- a/arch/arm64/boot/dts/mt6753.dtsi +++ b/arch/arm64/boot/dts/mt6753.dtsi @@ -1396,6 +1396,23 @@ }; /* sensor end */ + +/* early-mount system partition */ + firmware { + android { + compatible = "android,firmware"; + fstab { + compatible = "android,fstab"; + system { + compatible = "android,system"; + dev = "/dev/block/platform/mtk-msdc.0/11230000.MSDC0/by-name/system"; + type = "ext4"; + mnt_flags = "ro,lazytime,barrier=0"; + fsmgr_flags = "wait"; + }; + }; + }; + }; }; /include/ "cust_eint.dtsi" |
