aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-mx3/armadillo5x0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/armadillo5x0.c b/arch/arm/mach-mx3/armadillo5x0.c
index 309fa7abc099..bd4a0f90fb3c 100644
--- a/arch/arm/mach-mx3/armadillo5x0.c
+++ b/arch/arm/mach-mx3/armadillo5x0.c
@@ -310,7 +310,7 @@ static struct resource armadillo5x0_smc911x_resources[] = {
310}; 310};
311 311
312static struct smsc911x_platform_config smsc911x_info = { 312static struct smsc911x_platform_config smsc911x_info = {
313 .flags = SMSC911X_USE_32BIT, 313 .flags = SMSC911X_USE_16BIT,
314 .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW, 314 .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
315 .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL, 315 .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
316}; 316};