RE: [PATCH] ARM: dts: stm32: Do not set eth1addr if KS8851 has EEPROM

2020-10-21 Thread Patrick DELAUNAY
Hi Marek, > From: Marek Vasut > Sent: jeudi 8 octobre 2020 15:15 > > In case the KS8851 has external EEPROM attached to it, do not set eth1addr at > all. The network stack will read the MAC out of the > KS8851 and set eth1addr accordingly. > > Signed-off-by: Marek Vasut > Cc: Patrice Chotard

RE: [PATCH] ARM: dts: stm32: Do not set eth1addr if KS8851 has EEPROM

2020-10-13 Thread Patrick DELAUNAY
Hi Marek, > From: Marek Vasut > Sent: jeudi 8 octobre 2020 15:15 > > In case the KS8851 has external EEPROM attached to it, do not set eth1addr at > all. The network stack will read the MAC out of the > KS8851 and set eth1addr accordingly. > > Signed-off-by: Marek Vasut > Cc: Patrice Chotard

Re: [PATCH] ARM: dts: stm32: Do not set eth1addr if KS8851 has EEPROM

2020-10-09 Thread Patrice CHOTARD
Hi Marek On 10/8/20 3:14 PM, Marek Vasut wrote: > In case the KS8851 has external EEPROM attached to it, do not set > eth1addr at all. The network stack will read the MAC out of the > KS8851 and set eth1addr accordingly. > > Signed-off-by: Marek Vasut > Cc: Patrice Chotard > Cc: Patrick