]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: da850-evm: add serial and ethernet aliases
authorSekhar Nori <nsekhar@ti.com>
Tue, 29 Aug 2017 08:22:51 +0000 (13:52 +0530)
committerSekhar Nori <nsekhar@ti.com>
Wed, 20 Sep 2017 08:03:41 +0000 (13:33 +0530)
Add aliases for serial and ethernet nodes. Serial
aliases help keep order of tty nodes fixed and
ethernet alias is used by bootloader to setup mac
address correctly.

Reported-by: Adam Ford <aford173@gmail.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Fixes: dd7deaf218bf ("ARM: davinci: da850: add DT node for ethernet")
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-evm.dts

index 67e72bc72e805be995b0d44fa68f74e29161b140..c75507922f7d7998ee0e45bb875b8b6495b3d8d7 100644 (file)
@@ -15,6 +15,13 @@ / {
        compatible = "ti,da850-evm", "ti,da850";
        model = "DA850/AM1808/OMAP-L138 EVM";
 
+       aliases {
+               serial0 = &serial0;
+               serial1 = &serial1;
+               serial2 = &serial2;
+               ethernet0 = &eth0;
+       };
+
        soc@1c00000 {
                pmx_core: pinmux@14120 {
                        status = "okay";