rockchip: rk3399-evb: add stdout-path for the board
authorKever Yang <kever.yang@rock-chips.com>
Wed, 3 Jun 2020 07:25:28 +0000 (15:25 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 7 Jun 2020 10:57:16 +0000 (18:57 +0800)
The 'stdout-path' is missing after dts sync.
Fixes: 167efc2c7a ("arm64: dts: rk3399: Sync v5.7-rc1 from Linux")

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3399-evb-u-boot.dtsi

index c42bd2856f6b6f4378784e9c3b2a1f496b640bd4..1be54feacc0e9c931beb25cfdf487a9c8f4db70e 100644 (file)
@@ -8,6 +8,7 @@
 
 / {
        chosen {
+               stdout-path = "serial2:1500000n8";
                u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
        };
 };