Re: [U-Boot] [PATCH v2 4/7] arm64: zynqmp: Switch all platfroms to DM_I2C

2019-02-06 Thread Heiko Schocher
Hello Michal, Am 05.02.2019 um 10:55 schrieb Michal Simek: CONFIG_PCA953X is not needed because of PCA953X is integrated in gpio subsystem already. That's why also remove CMD_PCA953X which is only for this driver. zcu102/zcu104-revC/zcu106/zcu111 contain links to eeprom which stores MAC addres

[U-Boot] [PATCH v2 4/7] arm64: zynqmp: Switch all platfroms to DM_I2C

2019-02-05 Thread Michal Simek
CONFIG_PCA953X is not needed because of PCA953X is integrated in gpio subsystem already. That's why also remove CMD_PCA953X which is only for this driver. zcu102/zcu104-revC/zcu106/zcu111 contain links to eeprom which stores MAC address. DM_I2C is not enabled for the whole SoC because it increas