commit | 4a6f5b4f56b8bc6f36736fc0a07c5c4f9069e69b | [log] [tgz] |
---|---|---|
author | Ludwig Zenz <lzenz@dh-electronics.com> | Mon Jul 08 15:04:58 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jul 19 20:32:24 2019 +0200 |
tree | 1a7a6905926630002f520d289103ca872e1b9323 | |
parent | 86e59530be5b0a87641d3bd76959a55b99028bc2 [diff] |
ARM: imx6: DHCOM i.MX6 PDK: Switch to DM for I2C 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: Ludwig Zenz <lzenz@dh-electronics.com> Reviewed-by: Marek Vasut <marex@denx.de>