[PATCH REPOST 2/2] i2c-imx: add device tree probe support

2011-09-08 Thread Shawn Guo
It adds device tree probe support for i2c-imx driver. Signed-off-by: Shawn Guo Cc: Grant Likely Cc: Darius Augulis Cc: Ben Dooks Acked-by: Grant Likely --- .../devicetree/bindings/i2c/fsl-imx-i2c.txt| 25 drivers/i2c/busses/i2c-imx.c | 2

Re: [PATCH REPOST 2/2] i2c-imx: add device tree probe support

2011-09-08 Thread Rob Herring
Shawn, On 09/08/2011 02:09 AM, Shawn Guo wrote: > It adds device tree probe support for i2c-imx driver. > > Signed-off-by: Shawn Guo > Cc: Grant Likely > Cc: Darius Augulis > Cc: Ben Dooks > Acked-by: Grant Likely > --- > .../devicetree/bindings/i2c/fsl-imx-i2c.txt| 25 >

Re: [PATCH REPOST 2/2] i2c-imx: add device tree probe support

2011-09-09 Thread Uwe Kleine-König
Hello Rob, On Fri, Sep 09, 2011 at 12:14:22AM -0500, Rob Herring wrote: > > +i2c@83fc4000 { /* I2C2 on i.MX51 */ > > + compatible = "fsl,imx51-i2c", "fsl,imx1-i2c"; > > + reg = <0x83fc4000 0x4000>; > > + interrupts = <63>; > > +}; > > + > > +i2c@70038000 { /* HS-I2C on i.MX51 */ > > The mai

Re: [PATCH REPOST 2/2] i2c-imx: add device tree probe support

2011-09-09 Thread Shawn Guo
On Fri, Sep 09, 2011 at 09:18:45AM +0200, Uwe Kleine-König wrote: > Hello Rob, > > On Fri, Sep 09, 2011 at 12:14:22AM -0500, Rob Herring wrote: > > > +i2c@83fc4000 { /* I2C2 on i.MX51 */ > > > + compatible = "fsl,imx51-i2c", "fsl,imx1-i2c"; > > > + reg = <0x83fc4000 0x4000>; > > > + interrupts = <

Re: [PATCH REPOST 2/2] i2c-imx: add device tree probe support

2011-09-09 Thread Lothar Waßmann
Hi, Shawn Guo writes: > On Fri, Sep 09, 2011 at 09:18:45AM +0200, Uwe Kleine-König wrote: > > Hello Rob, > > > > On Fri, Sep 09, 2011 at 12:14:22AM -0500, Rob Herring wrote: > > > > +i2c@83fc4000 { /* I2C2 on i.MX51 */ > > > > + compatible = "fsl,imx51-i2c", "fsl,imx1-i2c"; > > > > +