From: Marcin Niestroj Date: Wed, 21 Nov 2018 21:05:15 +0000 (+0100) Subject: ARM: dts: am335x-chiliboard: Add stdout-path property X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e3b382c1075e967cf1a95db881f575eef3a8f007;p=linux.git ARM: dts: am335x-chiliboard: Add stdout-path property Add stdout-path property in /chosen node so that earlycon can be used by just adding earlycon in bootargs. Signed-off-by: Marcin Niestroj Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am335x-chiliboard.dts b/arch/arm/boot/dts/am335x-chiliboard.dts index 9c2a947aacf5c..b50d5d2e71ff7 100644 --- a/arch/arm/boot/dts/am335x-chiliboard.dts +++ b/arch/arm/boot/dts/am335x-chiliboard.dts @@ -14,6 +14,10 @@ compatible = "grinn,am335x-chiliboard", "grinn,am335x-chilisom", "ti,am33xx"; + chosen { + stdout-path = &uart0; + }; + leds { compatible = "gpio-leds"; pinctrl-names = "default";