Re: [PATCH] net: dsa: mv88e6xxx: wait after reset deactivation

2019-06-27 Thread Andrew Lunn
On Thu, Jun 27, 2019 at 07:29:46AM +0300, Baruch Siach wrote: > Add a 1ms delay after reset deactivation. Otherwise the chip returns > bogus ID value. This is observed with 88E6390 (Peridot) chip. > > Signed-off-by: Baruch Siach > --- > drivers/net/dsa/mv88e6xxx/chip.c | 1 + > 1 file changed, 1

[PATCH] net: dsa: mv88e6xxx: wait after reset deactivation

2019-06-26 Thread Baruch Siach
Add a 1ms delay after reset deactivation. Otherwise the chip returns bogus ID value. This is observed with 88E6390 (Peridot) chip. Signed-off-by: Baruch Siach --- drivers/net/dsa/mv88e6xxx/chip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/d