diff options
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 96bc1698310f..5f9881e16e2f 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -121,6 +121,7 @@ static struct resource sh_eth_resources[] = { | |||
121 | struct sh_eth_plat_data sh_eth_plat = { | 121 | struct sh_eth_plat_data sh_eth_plat = { |
122 | .phy = 0x1f, /* SMSC LAN8700 */ | 122 | .phy = 0x1f, /* SMSC LAN8700 */ |
123 | .edmac_endian = EDMAC_LITTLE_ENDIAN, | 123 | .edmac_endian = EDMAC_LITTLE_ENDIAN, |
124 | .ether_link_active_low = 1 | ||
124 | }; | 125 | }; |
125 | 126 | ||
126 | static struct platform_device sh_eth_device = { | 127 | static struct platform_device sh_eth_device = { |