diff mbox

[RFC,4/5] arm/versatile: Add the uart as the stdout device.

Message ID 1396022885-6102-5-git-send-email-grant.likely@linaro.org
State Accepted
Commit 003882180340a2808151d320dedd853f4cff5e4b
Headers show

Commit Message

Grant Likely March 28, 2014, 4:08 p.m. UTC
Signed-off-by: Grant Likely <grant.likely@linaro.org>
---
 arch/arm/boot/dts/versatile-ab.dts | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/versatile-ab.dts b/arch/arm/boot/dts/versatile-ab.dts
index e01e5a081def..88e94c5506a1 100644
--- a/arch/arm/boot/dts/versatile-ab.dts
+++ b/arch/arm/boot/dts/versatile-ab.dts
@@ -15,6 +15,10 @@ 
 		i2c0 = &i2c0;
 	};
 
+	chosen {
+		stdout-path = &uart0;
+	};
+
 	memory {
 		reg = <0x0 0x08000000>;
 	};