From: Kever Yang Date: Wed, 3 Jun 2020 07:25:28 +0000 (+0800) Subject: rockchip: rk3399-evb: add stdout-path for the board X-Git-Tag: v2020.10~175^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d82b1b3d3022b933e702515370755d559cf77dd;p=platform%2Fkernel%2Fu-boot.git rockchip: rk3399-evb: add stdout-path for the board The 'stdout-path' is missing after dts sync. Fixes: 167efc2c7a ("arm64: dts: rk3399: Sync v5.7-rc1 from Linux") Signed-off-by: Kever Yang --- diff --git a/arch/arm/dts/rk3399-evb-u-boot.dtsi b/arch/arm/dts/rk3399-evb-u-boot.dtsi index c42bd28..1be54fe 100644 --- a/arch/arm/dts/rk3399-evb-u-boot.dtsi +++ b/arch/arm/dts/rk3399-evb-u-boot.dtsi @@ -8,6 +8,7 @@ / { chosen { + stdout-path = "serial2:1500000n8"; u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc; }; };