diff options
author | Tony Lindgren <tony@atomide.com> | 2017-05-22 18:13:46 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-05-26 17:49:20 +0200 |
commit | bfaa10635f2e911f8edc7de4fd40a15322bb91e2 (patch) | |
tree | 113a25ecec418c242e9414c254eadecd03d7466b | |
parent | arm: dts: boneblack-wireless: add WL1835 Bluetooth device node (diff) | |
download | linux-bfaa10635f2e911f8edc7de4fd40a15322bb91e2.tar.xz linux-bfaa10635f2e911f8edc7de4fd40a15322bb91e2.zip |
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>
-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 */ |