Re: [PATCH v2] i2c: mxs: Let i2c-mxs be built for MX23

2011-10-22 Thread Wolfram Sang
MX23 and MX28 share the same I2C block, so let i2c-mxs be built for MX23 too. Signed-off-by: Fabio Estevam fabio.este...@freescale.com arch/arm/mach-mxs/devices/platform-mxs-i2c.c doesn't support i.MX23 yet, but still I think the change is correct. Yes, I know. I plan to submit

[PATCH v2] i2c: mxs: Let i2c-mxs be built for MX23

2011-10-21 Thread Fabio Estevam
MX23 and MX28 share the same I2C block, so let i2c-mxs be built for MX23 too. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Remove unneeded parenthesis drivers/i2c/busses/Kconfig |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [PATCH v2] i2c: mxs: Let i2c-mxs be built for MX23

2011-10-21 Thread Uwe Kleine-König
On Fri, Oct 21, 2011 at 04:27:44PM -0200, Fabio Estevam wrote: MX23 and MX28 share the same I2C block, so let i2c-mxs be built for MX23 too. Signed-off-by: Fabio Estevam fabio.este...@freescale.com arch/arm/mach-mxs/devices/platform-mxs-i2c.c doesn't support i.MX23 yet, but still I think the