From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.hauer@pengutronix.de (Sascha Hauer) Date: Mon, 19 Oct 2009 16:27:57 +0200 Subject: [PATCH 2/4] [MXC] Armadillo500 Correct bus length for SMSC9118 on board chip. In-Reply-To: <20091015192905.2fa228f9@Marramao-laptop> References: <20091015191325.74ba24fb@Marramao-laptop> <20091015192451.50ee35c5@Marramao-laptop> <20091015192905.2fa228f9@Marramao-laptop> Message-ID: <20091019142757.GL8818@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Alberto, On Thu, Oct 15, 2009 at 07:29:05PM +0200, Alberto Panizzo wrote: > 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. This one looks like it should go into 2.6.32, right? The other patches are ok. Please let me know what I should do with this one. Sascha > > Signed-off-by: Alberto Panizzo > --- > arch/arm/mach-mx3/armadillo5x0.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-mx3/armadillo5x0.c b/arch/arm/mach-mx3/armadillo5x0.c > index 309fa7a..bd4a0f9 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[] = { > }; > > static struct smsc911x_platform_config smsc911x_info = { > - .flags = SMSC911X_USE_32BIT, > + .flags = SMSC911X_USE_16BIT, > .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW, > .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL, > }; > -- > 1.5.4.3 > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |