Re: [U-Boot] Disabling CONFIG_DM_I2C_COMPAT in twl4030 PMIC

2018-08-21 Thread Simon Glass
Hi, On 19 August 2018 at 17:33, Tom Rini wrote: > On Sun, Aug 19, 2018 at 01:37:29PM -0500, Adam Ford wrote: >> On Sun, Aug 19, 2018 at 11:53 AM Tom Rini wrote: >> > >> > On Sun, Aug 19, 2018 at 09:45:30AM -0500, Adam Ford wrote: >> > > On Fri, Aug 17, 2018 at 10:21 PM Adam Ford wrote: >> > > >

Re: [U-Boot] Disabling CONFIG_DM_I2C_COMPAT in twl4030 PMIC

2018-08-19 Thread Tom Rini
On Sun, Aug 19, 2018 at 01:37:29PM -0500, Adam Ford wrote: > On Sun, Aug 19, 2018 at 11:53 AM Tom Rini wrote: > > > > On Sun, Aug 19, 2018 at 09:45:30AM -0500, Adam Ford wrote: > > > On Fri, Aug 17, 2018 at 10:21 PM Adam Ford wrote: > > > > > > > > I am working to disable CONFIG_DM_I2C_COMPAT for

Re: [U-Boot] Disabling CONFIG_DM_I2C_COMPAT in twl4030 PMIC

2018-08-19 Thread Adam Ford
On Sun, Aug 19, 2018 at 11:53 AM Tom Rini wrote: > > On Sun, Aug 19, 2018 at 09:45:30AM -0500, Adam Ford wrote: > > On Fri, Aug 17, 2018 at 10:21 PM Adam Ford wrote: > > > > > > I am working to disable CONFIG_DM_I2C_COMPAT for the omap3 boards. > > > Some of these boards use the TWL4030 PMIC whic

Re: [U-Boot] Disabling CONFIG_DM_I2C_COMPAT in twl4030 PMIC

2018-08-19 Thread Tom Rini
On Sun, Aug 19, 2018 at 09:45:30AM -0500, Adam Ford wrote: > On Fri, Aug 17, 2018 at 10:21 PM Adam Ford wrote: > > > > I am working to disable CONFIG_DM_I2C_COMPAT for the omap3 boards. > > Some of these boards use the TWL4030 PMIC which is still using the > > older i2c_write and i2c_read function

Re: [U-Boot] Disabling CONFIG_DM_I2C_COMPAT in twl4030 PMIC

2018-08-19 Thread Adam Ford
On Fri, Aug 17, 2018 at 10:21 PM Adam Ford wrote: > > I am working to disable CONFIG_DM_I2C_COMPAT for the omap3 boards. > Some of these boards use the TWL4030 PMIC which is still using the > older i2c_write and i2c_read functions. > > I wonder if someone can point me to a good patch that I can us