Re: [U-Boot] [PATCH 2/2] net: mvpp2: increase PHY reset pulse

2018-10-22 Thread Stefan Roese
On 15.10.18 12:16, Baruch Siach wrote: The default Linux PHY reset delay is 10ms. This is also the requirement for Marvell 88E151x PHYs, which are likely to be used with this Ethernet MAC. Cc: Stefan Chulski Signed-off-by: Baruch Siach --- drivers/net/mvpp2.c | 2 +- 1 file changed, 1 inser

Re: [U-Boot] [PATCH 2/2] net: mvpp2: increase PHY reset pulse

2018-10-15 Thread Joe Hershberger
On Mon, Oct 15, 2018 at 5:17 AM Baruch Siach wrote: > > The default Linux PHY reset delay is 10ms. This is also the requirement > for Marvell 88E151x PHYs, which are likely to be used with this Ethernet > MAC. > > Cc: Stefan Chulski > Signed-off-by: Baruch Siach Acked-by: Joe Hershberger _

[U-Boot] [PATCH 2/2] net: mvpp2: increase PHY reset pulse

2018-10-15 Thread Baruch Siach
The default Linux PHY reset delay is 10ms. This is also the requirement for Marvell 88E151x PHYs, which are likely to be used with this Ethernet MAC. Cc: Stefan Chulski Signed-off-by: Baruch Siach --- drivers/net/mvpp2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver