Commit 1ed25e1a authored by Tony Lindgren's avatar Tony Lindgren

ARM: dts: Configure earlycon for pandaboard

With commit 8dd6666f ("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: default avatarTony Lindgren <tony@atomide.com>
parent 18424039
......@@ -13,6 +13,10 @@ memory@80000000 {
reg = <0x80000000 0x40000000>; /* 1 GB */
};
chosen {
stdout-path = &uart3;
};
aliases {
display0 = &dvi0;
display1 = &hdmi0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment