[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1396022885-6102-5-git-send-email-grant.likely@linaro.org>
Date: Fri, 28 Mar 2014 09:08:04 -0700
From: Grant Likely <grant.likely@...aro.org>
To: devicetree@...r.kernel.org, christoffer.dall@...aro.org,
linux-kernel@...r.kernel.org, olof@...om.net,
benh@...nel.crashing.org, rob.herring@...aro.org
Cc: Grant Likely <grant.likely@...aro.org>
Subject: [RFC 4/5] arm/versatile: Add the uart as the stdout device.
Signed-off-by: Grant Likely <grant.likely@...aro.org>
---
arch/arm/boot/dts/versatile-ab.dts | 4 ++++
1 file changed, 4 insertions(+)
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>;
};
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists