summaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorKuninori Morimoto <morimoto.kuninori@renesas.com>2009-09-24 06:28:27 +0000
committerPaul Mundt <lethal@linux-sh.org>2009-09-24 16:21:51 +0900
commitacf3cc283f1ea4ed7e579663eefed62f0aa572da (patch)
tree6ef8fe0320d09322316a3b649b7ca5d7307f4183 /arch/sh
parenta6bbce200deefb78c49e159ca718df22f18e5037 (diff)
downloadlinux-acf3cc283f1ea4ed7e579663eefed62f0aa572da.tar.gz
linux-acf3cc283f1ea4ed7e579663eefed62f0aa572da.tar.xz
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[] = {
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 = {