diff mbox

[U-Boot,1/2] arm: dts: dra7-evm: add chosen node to specify serial console device

Message ID 1448538942-26723-2-git-send-email-mugunthanvnm@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Mugunthan V N Nov. 26, 2015, 11:55 a.m. UTC
Introduce chosen node and specify uart0 to be used as serial console.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 arch/arm/dts/dra7-evm.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Simon Glass Nov. 26, 2015, 5:49 p.m. UTC | #1
On 26 November 2015 at 03:55, Mugunthan V N <mugunthanvnm@ti.com> wrote:
> Introduce chosen node and specify uart0 to be used as serial console.
>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> ---
>  arch/arm/dts/dra7-evm.dts | 4 ++++
>  1 file changed, 4 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Dec. 6, 2015, 10:07 p.m. UTC | #2
On Thu, Nov 26, 2015 at 05:25:41PM +0530, Mugunthan V N wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/arch/arm/dts/dra7-evm.dts b/arch/arm/dts/dra7-evm.dts
index 096f68b..e4daa99 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 */