[U-Boot] [PATCH v3] ARM: imx6: DHCOM i.MX6 PDK: Switch to DM for I2C

2019-07-20 Thread sbabic
> This patch enables DM I2C for DHCOM i.MX6 PDK2 boards and > removes non DM I2C code. The I2C EEPROM with ethaddr (MAC) > is defined in the device tree. Use UCLASS_I2C_EEPROM > to find the device by fixed hardware path and read the ethaddr. > Tested with DHCOM i.MX6dl and DHCOM i.MX6q. > Signed-of

Re: [U-Boot] [PATCH v3] ARM: imx6: DHCOM i.MX6 PDK: Switch to DM for I2C

2019-07-08 Thread Marek Vasut
On 7/8/19 3:04 PM, Ludwig Zenz wrote: > This patch enables DM I2C for DHCOM i.MX6 PDK2 boards and > removes non DM I2C code. The I2C EEPROM with ethaddr (MAC) > is defined in the device tree. Use UCLASS_I2C_EEPROM > to find the device by fixed hardware path and read the ethaddr. > > Tested with DH

[U-Boot] [PATCH v3] ARM: imx6: DHCOM i.MX6 PDK: Switch to DM for I2C

2019-07-08 Thread Ludwig Zenz
This patch enables DM I2C for DHCOM i.MX6 PDK2 boards and removes non DM I2C code. The I2C EEPROM with ethaddr (MAC) is defined in the device tree. Use UCLASS_I2C_EEPROM to find the device by fixed hardware path and read the ethaddr. Tested with DHCOM i.MX6dl and DHCOM i.MX6q. Signed-off-by: Ludw