diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2014-08-14 01:29:28 +0400 |
---|---|---|
committer | Dinh Nguyen <dinguyen@opensource.altera.com> | 2014-09-04 19:15:50 +0400 |
commit | 6314b318735a7b02271255ea4dae91ed95f528a1 (patch) | |
tree | 95a2a644d2d322b61ae681976083ad541b1986b0 /arch/arm/boot/dts/socfpga_arria5_socdk.dts | |
parent | f5bbe55a270fa153465df23c266f61973c4c7dc0 (diff) | |
download | linux-6314b318735a7b02271255ea4dae91ed95f528a1.tar.xz |
ARM: dts: socfpga: remove extra alias in the ArriaV devkit
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>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_arria5_socdk.dts')
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria5_socdk.dts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria5_socdk.dts b/arch/arm/boot/dts/socfpga_arria5_socdk.dts index d532d171e391..27d551c384d0 100644 --- a/arch/arm/boot/dts/socfpga_arria5_socdk.dts +++ b/arch/arm/boot/dts/socfpga_arria5_socdk.dts @@ -37,13 +37,6 @@ */ ethernet0 = &gmac1; }; - - aliases { - /* this allow the ethaddr uboot environmnet variable contents - * to be added to the gmac1 device tree blob. - */ - ethernet0 = &gmac1; - }; }; &gmac1 { |