From: Enric Balletbo i Serra Date: Fri, 15 Feb 2019 11:51:50 +0000 (+0100) Subject: ARM: dts: rockchip: add chosen node on veyron devices X-Git-Tag: v5.15~6897^2~12^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5aed37a5cdef6453eb3bf307574e19e547ca0432;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: rockchip: add chosen node on veyron devices In order to use earlycon, the stdout-path property needs to be set in the chosen node. All veyron devices use uart2 for debugging, so add it to the core veyron dtsi. Signed-off-by: Enric Balletbo i Serra Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk3288-veyron.dtsi b/arch/arm/boot/dts/rk3288-veyron.dtsi index d8bf939..0bc2409 100644 --- a/arch/arm/boot/dts/rk3288-veyron.dtsi +++ b/arch/arm/boot/dts/rk3288-veyron.dtsi @@ -10,6 +10,10 @@ #include "rk3288.dtsi" / { + chosen { + stdout-path = "serial2:115200n8"; + }; + /* * The default coreboot on veyron devices ignores memory@0 nodes * and would instead create another memory node.