]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: Enable earlycon stdout path for LogicPD torpedo
authorTony Lindgren <tony@atomide.com>
Mon, 22 May 2017 16:13:45 +0000 (09:13 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 26 May 2017 15:49:38 +0000 (08:49 -0700)
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: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/logicpd-torpedo-som.dtsi

index efe53998c961244fc0cd1ff32a5e53c885b6322f..6d89736c7b44b251150c683924d67168c0ff221b 100644 (file)
@@ -7,6 +7,10 @@
 #include <dt-bindings/input/input.h>
 
 / {
+       chosen {
+               stdout-path = &uart1;
+       };
+
        cpus {
                cpu@0 {
                        cpu0-supply = <&vcc>;