ARM: dts: rockchip: add chosen node on veyron devices
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Fri, 15 Feb 2019 11:51:50 +0000 (12:51 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 16 Feb 2019 20:18:26 +0000 (21:18 +0100)
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 <enric.balletbo@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-veyron.dtsi

index d8bf939..0bc2409 100644 (file)
 #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.