Commit cb11a8ba authored by Tony Lindgren's avatar Tony Lindgren

ARM: dts: Enable earlycon stdout path for LogicPD torpedo

As long as the kernel cmdline has "earlycon" in it, this allows
seeing debug messages earlier and does not require DEBUG_LL to
be enabled.
Acked-by: default avatarAdam Ford <aford173@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent bfaa1063
......@@ -7,6 +7,10 @@
#include <dt-bindings/input/input.h>
/ {
chosen {
stdout-path = &uart1;
};
cpus {
cpu@0 {
cpu0-supply = <&vcc>;
......
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