aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/armadillo5x0.c
diff options
context:
space:
mode:
authorAlberto Panizzo <maramaopercheseimorto@gmail.com>2009-10-15 13:29:05 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2009-11-14 04:29:12 -0500
commit07299ca323022be10ccd56055704de3717b8fe69 (patch)
treeb8f96ea5e15f9d902a0f6f3fbfd6b154ff6ea4c7 /arch/arm/mach-mx3/armadillo5x0.c
parente33c049cb540602a2554264652e2c717ab7f5ec3 (diff)
Armadillo500 Correct bus length for SMSC9118 on board chip.
Armadillo500 Correct bus length for SMSC9118 on board chip. The SMSC9118 network chip is connected to the data bus with a 16 bit interface, not 32 as early suggested. Signed-off-by: Alberto Panizzo <maramaopercheseimorto@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/armadillo5x0.c')
-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};