Re: [U-Boot] [PATCH v2 00/19] DM_I2C_COMPAT removal for all ti platforms

2018-10-05 Thread Adam Ford
On Fri, Oct 5, 2018 at 11:45 AM Jean-Jacques Hiblot wrote: > > This series remove the usage of the DM_I2C_COMPAT option for all the ti > platforms. It also takes this opportunity to not disable DM_I2C in the SPL. > > There are a couples of issues to fix: > - CMD_EEPROM does not support the DM API.

Re: [U-Boot] [PATCH v2 00/19] DM_I2C_COMPAT removal for all ti platforms

2018-10-05 Thread Jean-Jacques Hiblot
On 05/10/2018 18:53, Adam Ford wrote: On Fri, Oct 5, 2018 at 11:45 AM Jean-Jacques Hiblot wrote: This series remove the usage of the DM_I2C_COMPAT option for all the ti platforms. It also takes this opportunity to not disable DM_I2C in the SPL. There are a couples of issues to fix: - CMD_EEP