Re: [PATCH 1/2] ARM: dts: Enable earlycon stdout path for LogicPD torpedo
From: Adam Ford <hidden>
Date: 2017-05-22 18:30:05
Also in:
linux-omap
On Mon, May 22, 2017 at 11:13 AM, Tony Lindgren [off-list ref] wrote:
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.
Thanks for doing that. I was meaning to do that after I found it was necessary for porting OMAP3 device tree stuff to U-Boot. I just got distracted and forgot to do it.
Cc: Adam Ford <redacted> Signed-off-by: Tony Lindgren <redacted>
Acked-by: Adam Ford <redacted>
quoted hunk
--- arch/arm/boot/dts/logicpd-torpedo-som.dtsi | 4 ++++ 1 file changed, 4 insertions(+)diff --git a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi --- a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi +++ b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi@@ -7,6 +7,10 @@ #include <dt-bindings/input/input.h> / { + chosen { + stdout-path = &uart1; + }; + cpus { cpu@0 { cpu0-supply = <&vcc>; --2.13.0
-- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html