diff options
Diffstat (limited to 'arch/arm/mach-realview/core.c')
-rw-r--r-- | arch/arm/mach-realview/core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/core.c b/arch/arm/mach-realview/core.c index baf174542e36..a0ead0ae23d6 100644 --- a/arch/arm/mach-realview/core.c +++ b/arch/arm/mach-realview/core.c | |||
@@ -93,7 +93,8 @@ static struct smsc911x_platform_config smsc911x_config = { | |||
93 | }; | 93 | }; |
94 | 94 | ||
95 | static struct smc91x_platdata smc91x_platdata = { | 95 | static struct smc91x_platdata smc91x_platdata = { |
96 | .flags = SMC91X_USE_32BIT | SMC91X_NOWAIT, | 96 | .flags = SMC91X_USE_8BIT | SMC91X_USE_16BIT | SMC91X_USE_32BIT | |
97 | SMC91X_NOWAIT, | ||
97 | }; | 98 | }; |
98 | 99 | ||
99 | static struct platform_device realview_eth_device = { | 100 | static struct platform_device realview_eth_device = { |