ARM: dts: Configure earlycon for pandaboard
authorTony Lindgren <tony@atomide.com>
Wed, 20 Sep 2017 14:43:23 +0000 (07:43 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 29 Sep 2017 16:41:33 +0000 (09:41 -0700)
With commit 8dd6666f4937 ("ARM: OMAP2+: omap_hwmod: Add support for
earlycon") we can now get debug information early if something goes
wrong as long as kernel command line has earlycon in it. Let's enable
it for pandaboards as they all have a debug uart at uart3.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap4-panda-common.dtsi

index 2b48e51..22c1eee 100644 (file)
                reg = <0x80000000 0x40000000>; /* 1 GB */
        };
 
+       chosen {
+               stdout-path = &uart3;
+       };
+
        aliases {
                display0 = &dvi0;
                display1 = &hdmi0;