From: Kuninori Morimoto Date: Thu, 24 Sep 2009 06:28:27 +0000 (+0000) Subject: sh: mach-ecovec24: Add active low setting for sh_eth X-Git-Tag: firefly_0821_release~12305^2~9 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=acf3cc283f1ea4ed7e579663eefed62f0aa572da;p=firefly-linux-kernel-4.4.55.git sh: mach-ecovec24: Add active low setting for sh_eth Signed-off-by: Kuninori Morimoto Signed-off-by: Paul Mundt --- 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[] = { 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 = {