]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: socfpga: remove extra alias in the ArriaV devkit
authorDinh Nguyen <dinguyen@opensource.altera.com>
Wed, 13 Aug 2014 21:29:28 +0000 (16:29 -0500)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Thu, 4 Sep 2014 15:15:50 +0000 (10:15 -0500)
commit [2755e187 dts: socfpga: Add DTS entry for adding the stmmac glue
layer for stmmac.] added an extra ethernet alias in the ArriaV devkit
board file. This patch removes it.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/boot/dts/socfpga_arria5_socdk.dts

index d532d171e3917dba36b2284be351d33774fdd7a4..27d551c384d06b884f4eee5d19f7c75e783938e3 100644 (file)
                */
                ethernet0 = &gmac1;
        };
-
-       aliases {
-               /* this allow the ethaddr uboot environmnet variable contents
-                * to be added to the gmac1 device tree blob.
-                */
-               ethernet0 = &gmac1;
-       };
 };
 
 &gmac1 {