Commit 396defa8 authored by Ryder Lee's avatar Ryder Lee Committed by Matthias Brugger

arm64: dts: mt7622: fix no more console output on BPI-R64 board

Fix this by using a 'stdout-path' property that points to the device.

Fixes: 0b6286dd ("arm64: dts: mt7622: add bananapi BPI-R64 board")
Signed-off-by: default avatarRyder Lee <ryder.lee@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 6c05946e
...@@ -16,8 +16,13 @@ / { ...@@ -16,8 +16,13 @@ / {
model = "Bananapi BPI-R64"; model = "Bananapi BPI-R64";
compatible = "bananapi,bpi-r64", "mediatek,mt7622"; compatible = "bananapi,bpi-r64", "mediatek,mt7622";
aliases {
serial0 = &uart0;
};
chosen { chosen {
bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n1 swiotlb=512"; stdout-path = "serial0:115200n8";
bootargs = "earlycon=uart8250,mmio32,0x11002000 swiotlb=512";
}; };
cpus { cpus {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment