In order to use earlycon, the stdout-path property needs to be set in the chosen node. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@xxxxxxxxxxxxx> --- arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi b/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi index b54746df3661..8890967ed572 100644 --- a/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi +++ b/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi @@ -62,6 +62,10 @@ pwm-off-delay-ms = <10>; }; + chosen { + stdout-path = "serial2:115200n8"; + }; + gpio-charger { compatible = "gpio-charger"; charger-type = "mains"; -- 2.20.1