aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorKuninori Morimoto <morimoto.kuninori@renesas.com>2009-09-24 02:28:27 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-09-24 03:21:51 -0400
commitacf3cc283f1ea4ed7e579663eefed62f0aa572da (patch)
tree6ef8fe0320d09322316a3b649b7ca5d7307f4183 /arch/sh
parenta6bbce200deefb78c49e159ca718df22f18e5037 (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.c1
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[] = {
121struct sh_eth_plat_data sh_eth_plat = { 121struct 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
126static struct platform_device sh_eth_device = { 127static struct platform_device sh_eth_device = {