diff options
author | Tony Lindgren <tony@atomide.com> | 2017-05-22 19:13:46 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-05-26 18:49:20 +0300 |
commit | bfaa10635f2e911f8edc7de4fd40a15322bb91e2 (patch) | |
tree | 113a25ecec418c242e9414c254eadecd03d7466b /arch/arm/boot/dts/omap4-duovero.dtsi | |
parent | c2498af5c036ee72e0a0f4247770cab7fd1f34b5 (diff) | |
download | linux-bfaa10635f2e911f8edc7de4fd40a15322bb91e2.tar.xz |
ARM: dts: Enable earlycon stdout path for duovero
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.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-duovero.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4-duovero.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-duovero.dtsi b/arch/arm/boot/dts/omap4-duovero.dtsi index ec0bd9779e1a..6e6810c258eb 100644 --- a/arch/arm/boot/dts/omap4-duovero.dtsi +++ b/arch/arm/boot/dts/omap4-duovero.dtsi @@ -12,6 +12,10 @@ model = "Gumstix Duovero"; compatible = "gumstix,omap4-duovero", "ti,omap4430", "ti,omap4"; + chosen { + stdout-path = &uart3; + }; + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x40000000>; /* 1 GB */ |