sh: mach-ecovec24: Add active low setting for sh_eth
authorKuninori Morimoto <morimoto.kuninori@renesas.com>
Thu, 24 Sep 2009 06:28:27 +0000 (06:28 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 24 Sep 2009 07:21:51 +0000 (16:21 +0900)
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/mach-ecovec24/setup.c

index 96bc169..5f9881e 100644 (file)
@@ -121,6 +121,7 @@ static struct resource sh_eth_resources[] = {
 struct sh_eth_plat_data sh_eth_plat = {
        .phy = 0x1f, /* SMSC LAN8700 */
        .edmac_endian = EDMAC_LITTLE_ENDIAN,
+       .ether_link_active_low = 1
 };
 
 static struct platform_device sh_eth_device = {