Re: [PATCH 4/4] mx6cuboxi: Convert to DM_ETH

2020-06-18 Thread Vladimir Oltean
Hi Fabio, On Thu, 18 Jun 2020 at 22:07, Fabio Estevam wrote: > > Migration to DM_ETH is mandatory, so convert mx6cuboxi to Ethernet > Driver Model. > > This also brings the benefit of restoring Ethernet functionality. > > Reported-by: Tom Rini > Signed-off-by: Fabio Estevam > --- > board/solid

Re: [PATCH 4/4] mx6cuboxi: Convert to DM_ETH

2020-06-18 Thread Tom Rini
On Thu, Jun 18, 2020 at 04:05:24PM -0300, Fabio Estevam wrote: > Migration to DM_ETH is mandatory, so convert mx6cuboxi to Ethernet > Driver Model. > > This also brings the benefit of restoring Ethernet functionality. > > Reported-by: Tom Rini > Signed-off-by: Fabio Estevam Tested-by: Tom Rin

Re: [PATCH 4/4] mx6cuboxi: Convert to DM_ETH

2020-06-18 Thread Baruch Siach
Hi Fabio, Thanks for your debug and fix. Small nits below. On Thu, Jun 18 2020, Fabio Estevam wrote: > Migration to DM_ETH is mandatory, so convert mx6cuboxi to Ethernet > Driver Model. > > This also brings the benefit of restoring Ethernet functionality. > > Reported-by: Tom Rini > Signed-off-b

[PATCH 4/4] mx6cuboxi: Convert to DM_ETH

2020-06-18 Thread Fabio Estevam
Migration to DM_ETH is mandatory, so convert mx6cuboxi to Ethernet Driver Model. This also brings the benefit of restoring Ethernet functionality. Reported-by: Tom Rini Signed-off-by: Fabio Estevam --- board/solidrun/mx6cuboxi/mx6cuboxi.c | 123 --- configs/mx6cuboxi_de