From: Mugunthan V N Date: Thu, 26 Nov 2015 11:55:41 +0000 (+0530) Subject: arm: dts: dra7-evm: add chosen node to specify serial console device X-Git-Tag: v2016.01-rc2~29 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0935df653993ab4b31a1b16b838199ae27be1833;p=u-boot 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 Reviewed-by: Simon Glass --- 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 */