[U-Boot] [PATCH] tegra: dts: colibri_t30 add serial port details

Marcel Ziswiler marcel at ziswiler.com
Sat Oct 11 00:10:40 CEST 2014


Add missing chosen stdout-path device tree node. This got missed by
commit

c369139234c03b1494394d12cd27009f47aa6606
tegra: dts: Add serial port details

Signed-off-by: Marcel Ziswiler <marcel at ziswiler.com>
---
note:
- this patch got re-based against u-boot/master which includes above
  mentioned commit while u-boot-tegra/master does not (yet)

 arch/arm/dts/tegra30-colibri.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/tegra30-colibri.dts b/arch/arm/dts/tegra30-colibri.dts
index 43d03ca..dd6009a 100644
--- a/arch/arm/dts/tegra30-colibri.dts
+++ b/arch/arm/dts/tegra30-colibri.dts
@@ -6,6 +6,10 @@
 	model = "Toradex Colibri T30";
 	compatible = "toradex,colibri_t30", "nvidia,tegra30";
 
+	chosen {
+		stdout-path = &uarta;
+	};
+
 	aliases {
 		i2c0 = "/i2c at 7000d000";
 		i2c1 = "/i2c at 7000c000";
-- 
1.9.3



More information about the U-Boot mailing list