diff options
author | Mark-MC Lee (李明昌) <Mark-MC.Lee@mediatek.com> | 2020-02-10 09:33:15 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-02-28 17:50:46 +0100 |
commit | 25d9df670b850a4e3702e084ff249baa1670ae3f (patch) | |
tree | 3c477bcf6d64f9dec90609872113ee6e3f73b02f /target/linux/mediatek/patches-5.4/0006-dts-fix-bpi64-console.patch | |
parent | 50c6938b95a0c915c5c8ffe1fe67a94b9402e98e (diff) | |
download | upstream-25d9df670b850a4e3702e084ff249baa1670ae3f.tar.gz upstream-25d9df670b850a4e3702e084ff249baa1670ae3f.tar.bz2 upstream-25d9df670b850a4e3702e084ff249baa1670ae3f.zip |
mediatek: add v5.4 support
Signed-off-by: Mark-MC Lee (李明昌) <Mark-MC.Lee@mediatek.com>
Diffstat (limited to 'target/linux/mediatek/patches-5.4/0006-dts-fix-bpi64-console.patch')
-rwxr-xr-x | target/linux/mediatek/patches-5.4/0006-dts-fix-bpi64-console.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/mediatek/patches-5.4/0006-dts-fix-bpi64-console.patch b/target/linux/mediatek/patches-5.4/0006-dts-fix-bpi64-console.patch new file mode 100755 index 0000000000..c0e4130806 --- /dev/null +++ b/target/linux/mediatek/patches-5.4/0006-dts-fix-bpi64-console.patch @@ -0,0 +1,12 @@ +diff -urN a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts +--- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts 2019-11-29 16:44:05.105269904 +0800 ++++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts 2019-11-29 16:44:20.184825647 +0800 +@@ -22,7 +22,7 @@ + + chosen { + stdout-path = "serial0:115200n8"; +- bootargs = "earlycon=uart8250,mmio32,0x11002000 swiotlb=512"; ++ bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n1 swiotlb=512"; + }; + + cpus { |