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>

authored by Kuninori Morimoto and committed by Paul Mundt acf3cc28 a6bbce20

+1
+1
arch/sh/boards/mach-ecovec24/setup.c
··· 121 121 struct sh_eth_plat_data sh_eth_plat = { 122 122 .phy = 0x1f, /* SMSC LAN8700 */ 123 123 .edmac_endian = EDMAC_LITTLE_ENDIAN, 124 + .ether_link_active_low = 1 124 125 }; 125 126 126 127 static struct platform_device sh_eth_device = {