OSDN Git Service

ARM: dts: am437x: add aliases for all UART instances
authorSekhar Nori <nsekhar@ti.com>
Mon, 20 Jul 2015 11:12:20 +0000 (16:42 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 21 Jul 2015 11:01:23 +0000 (04:01 -0700)
Add serialN aliases for all 6 UART instances on
the AM437x SoC so each board's .dts file does not
have to define its own aliases.

Remove the alias added for am437x-gp-evm.dts now
that we have the aliases defined in am4372.dtsi
file.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am4372.dtsi
arch/arm/boot/dts/am437x-gp-evm.dts

index 6f6f393..1db7c75 100644 (file)
                i2c1 = &i2c1;
                i2c2 = &i2c2;
                serial0 = &uart0;
+               serial1 = &uart1;
+               serial2 = &uart2;
+               serial3 = &uart3;
+               serial4 = &uart4;
+               serial5 = &uart5;
                ethernet0 = &cpsw_emac0;
                ethernet1 = &cpsw_emac1;
        };
index 8e6ada7..58cfad2 100644 (file)
@@ -21,7 +21,6 @@
 
        aliases {
                display0 = &lcd0;
-               serial3 = &uart3;
        };
 
        evm_v3_3d: fixedregulator-v3_3d {