Re: [U-Boot] [PATCH 4/4] arm: zynq: use i2c cadence DM driver

2018-07-21 Thread Luis Araneda
Hi Michal, On Fri, Jul 20, 2018 at 6:57 AM Michal Simek wrote: > On 9.7.2018 07:00, Luis Araneda wrote: > > [...] > > --- a/arch/arm/dts/zynq-syzygy-hub.dts > > +++ b/arch/arm/dts/zynq-syzygy-hub.dts > > @@ -15,6 +15,7 @@ > > aliases { > > ethernet0 = &gem0; > >

Re: [U-Boot] [PATCH 4/4] arm: zynq: use i2c cadence DM driver

2018-07-20 Thread Michal Simek
On 9.7.2018 07:00, Luis Araneda wrote: > Migrate most boards to the Cadence I2C driver and > use DM functions to read the MAC address from EEPROM > > Additionally, remove the legacy eeprom command from > defconfig since it was only used to provide the functions > to read the MAC address > > Board

[U-Boot] [PATCH 4/4] arm: zynq: use i2c cadence DM driver

2018-07-08 Thread Luis Araneda
Migrate most boards to the Cadence I2C driver and use DM functions to read the MAC address from EEPROM Additionally, remove the legacy eeprom command from defconfig since it was only used to provide the functions to read the MAC address Boards ZC702 and ZC706 were not migrated because they have I