]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: dts: dra7-evm: add chosen node to specify serial console device
authorMugunthan V N <mugunthanvnm@ti.com>
Thu, 26 Nov 2015 11:55:41 +0000 (17:25 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 5 Dec 2015 23:22:26 +0000 (18:22 -0500)
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>
arch/arm/dts/dra7-evm.dts

index 096f68be99e2b962a9b9ee86a22a978509477aad..e4daa991e9529fecef7ff7ba523829d7b55f74f6 100644 (file)
        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 */