summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2015-11-26 17:25:41 +0530
committerTom Rini <trini@konsulko.com>2015-12-05 18:22:26 -0500
commit0935df653993ab4b31a1b16b838199ae27be1833 (patch)
tree88ba05394929d81948c61180057aa466aaed0c21 /arch
parent85cf0e6299cc1909f814fe1ee1a6cf2f7e257bb7 (diff)
downloadblackbird-obmc-uboot-0935df653993ab4b31a1b16b838199ae27be1833.tar.gz
blackbird-obmc-uboot-0935df653993ab4b31a1b16b838199ae27be1833.zip
arm: dts: dra7-evm: add chosen node to specify serial console device
Introduce chosen node and specify uart0 to be used as serial console. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/dra7-evm.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/dra7-evm.dts b/arch/arm/dts/dra7-evm.dts
index 096f68be99..e4daa991e9 100644
--- a/arch/arm/dts/dra7-evm.dts
+++ b/arch/arm/dts/dra7-evm.dts
@@ -14,6 +14,10 @@
model = "TI DRA742";
compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7";
+ chosen {
+ stdout-path = &uart1;
+ };
+
memory {
device_type = "memory";
reg = <0x80000000 0x60000000>; /* 1536 MB */
OpenPOWER on IntegriCloud