ARM: dts: am335x-chiliboard: Add stdout-path property
authorMarcin Niestroj <m.niestroj@grinn-global.com>
Wed, 21 Nov 2018 21:05:15 +0000 (22:05 +0100)
committerTony Lindgren <tony@atomide.com>
Tue, 11 Dec 2018 16:35:40 +0000 (08:35 -0800)
Add stdout-path property in /chosen node so that earlycon can be
used by just adding earlycon in bootargs.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-chiliboard.dts

index 9c2a947..b50d5d2 100644 (file)
        compatible = "grinn,am335x-chiliboard", "grinn,am335x-chilisom",
                     "ti,am33xx";
 
+       chosen {
+               stdout-path = &uart0;
+       };
+
        leds {
                compatible = "gpio-leds";
                pinctrl-names = "default";