]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: mt7622: fix no more console output on BPI-R64 board
authorRyder Lee <ryder.lee@mediatek.com>
Mon, 12 Nov 2018 01:28:07 +0000 (09:28 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 23 Nov 2018 10:47:51 +0000 (11:47 +0100)
Fix this by using a 'stdout-path' property that points to the device.

Fixes: 0b6286dd96c0 ("arm64: dts: mt7622: add bananapi BPI-R64 board")
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts

index 5d6005c9b097529522b9112d3682d636b633f61b..710c5c3d87d30ef7dcb1657bb2081883f8b04aa0 100644 (file)
@@ -16,8 +16,13 @@ / {
        model = "Bananapi BPI-R64";
        compatible = "bananapi,bpi-r64", "mediatek,mt7622";
 
+       aliases {
+               serial0 = &uart0;
+       };
+
        chosen {
-               bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n1 swiotlb=512";
+               stdout-path = "serial0:115200n8";
+               bootargs = "earlycon=uart8250,mmio32,0x11002000 swiotlb=512";
        };
 
        cpus {