diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-09-24 02:28:27 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-09-24 03:21:51 -0400 |
commit | acf3cc283f1ea4ed7e579663eefed62f0aa572da (patch) | |
tree | 6ef8fe0320d09322316a3b649b7ca5d7307f4183 /arch/sh | |
parent | a6bbce200deefb78c49e159ca718df22f18e5037 (diff) |
sh: mach-ecovec24: Add active low setting for sh_eth
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-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 = { |