diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2020-06-03 15:25:28 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2020-06-07 18:57:16 +0800 |
commit | 3d82b1b3d3022b933e702515370755d559cf77dd (patch) | |
tree | f9d71cf6f3091cb3462ffd00b4ef6a3edc821495 /arch | |
parent | d9c3417b528902fc16e831c931d56aa6aae73141 (diff) | |
download | u-boot-3d82b1b3d3022b933e702515370755d559cf77dd.tar.gz u-boot-3d82b1b3d3022b933e702515370755d559cf77dd.tar.bz2 u-boot-3d82b1b3d3022b933e702515370755d559cf77dd.zip |
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 <kever.yang@rock-chips.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/rk3399-evb-u-boot.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-evb-u-boot.dtsi b/arch/arm/dts/rk3399-evb-u-boot.dtsi index c42bd2856f..1be54feacc 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; }; }; |