diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-08-21 04:34:15 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-08-21 04:55:24 +0100 |
commit | 0d3f3323a2fc58598e4036a84624ad57586f6538 (patch) | |
tree | cfc3644f471b242851bf96e193044cec46847ee8 /target/linux/mediatek/patches-5.10 | |
parent | 7ca173d51a281681f85532fbd212e0c1b9d95806 (diff) | |
download | upstream-0d3f3323a2fc58598e4036a84624ad57586f6538.tar.gz upstream-0d3f3323a2fc58598e4036a84624ad57586f6538.tar.bz2 upstream-0d3f3323a2fc58598e4036a84624ad57586f6538.zip |
mediatek: mt7623: enable more hardware features
In order to make HDMI console available on the BananaPi BPi-R2 select
various Kconfig symbols which are useful for systems with graphics.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek/patches-5.10')
-rw-r--r-- | target/linux/mediatek/patches-5.10/110-dts-fix-bpi2-console.patch | 2 | ||||
-rw-r--r-- | target/linux/mediatek/patches-5.10/160-dts-mt7623-bpi-r2-earlycon.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/mediatek/patches-5.10/110-dts-fix-bpi2-console.patch b/target/linux/mediatek/patches-5.10/110-dts-fix-bpi2-console.patch index c696e7d369..8dc53d2985 100644 --- a/target/linux/mediatek/patches-5.10/110-dts-fix-bpi2-console.patch +++ b/target/linux/mediatek/patches-5.10/110-dts-fix-bpi2-console.patch @@ -4,7 +4,7 @@ chosen { stdout-path = "serial2:115200n8"; -+ bootargs = "console=ttyS2,115200n8"; ++ bootargs = "console=ttyS2,115200n8 console=tty1"; }; connector { diff --git a/target/linux/mediatek/patches-5.10/160-dts-mt7623-bpi-r2-earlycon.patch b/target/linux/mediatek/patches-5.10/160-dts-mt7623-bpi-r2-earlycon.patch index bd386c8420..091cffc3c0 100644 --- a/target/linux/mediatek/patches-5.10/160-dts-mt7623-bpi-r2-earlycon.patch +++ b/target/linux/mediatek/patches-5.10/160-dts-mt7623-bpi-r2-earlycon.patch @@ -4,8 +4,8 @@ chosen { stdout-path = "serial2:115200n8"; -- bootargs = "console=ttyS2,115200n8"; -+ bootargs = "earlycon=uart8250,mmio32,0x11004000 console=ttyS2,115200n8"; +- bootargs = "console=ttyS2,115200n8 console=tty1"; ++ bootargs = "earlycon=uart8250,mmio32,0x11004000 console=ttyS2,115200n8 console=tty1"; }; connector { |