ARM: dts: Configure earlycon for omap5-common
authorTony Lindgren <tony@atomide.com>
Wed, 20 Sep 2017 14:43:24 +0000 (07:43 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 29 Sep 2017 16:41:37 +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 omap5-common as all these have debug uart at uart3.

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

index 7824b2631cb6b3f93ffaedbaff5ebc65d6064292..575ecffb0e9e47cfda8373c22071de12e8789302 100644 (file)
                display0 = &hdmi0;
        };
 
+       chosen {
+               stdout-path = &uart3;
+       };
+
        vmain: fixedregulator-vmain {
                compatible = "regulator-fixed";
                regulator-name = "vmain";