diff options
Diffstat (limited to 'arch/arm/mach-mmp/gplugd.c')
-rw-r--r-- | arch/arm/mach-mmp/gplugd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/gplugd.c b/arch/arm/mach-mmp/gplugd.c index d81b2475e67e..22762a1f9f72 100644 --- a/arch/arm/mach-mmp/gplugd.c +++ b/arch/arm/mach-mmp/gplugd.c | |||
@@ -158,6 +158,7 @@ struct pxa168_eth_platform_data gplugd_eth_platform_data = { | |||
158 | .port_number = 0, | 158 | .port_number = 0, |
159 | .phy_addr = 0, | 159 | .phy_addr = 0, |
160 | .speed = 0, /* Autonagotiation */ | 160 | .speed = 0, /* Autonagotiation */ |
161 | .intf = PHY_INTERFACE_MODE_RMII, | ||
161 | .init = gplugd_eth_init, | 162 | .init = gplugd_eth_init, |
162 | }; | 163 | }; |
163 | 164 | ||