Re: [PATCH v2] net: fec: add post PHY reset delay DT property
From: Andrew Lunn <andrew@lunn.ch>
Date: 2017-05-23 12:52:20
Also in:
linux-devicetree, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2017-05-23 12:52:20
Also in:
linux-devicetree, lkml
On Tue, May 23, 2017 at 11:48:08AM +0200, Quentin Schulz wrote:
Some PHY require to wait for a bit after the reset GPIO has been toggled. This adds support for the DT property `phy-reset-post-delay` which gives the delay in milliseconds to wait after reset. If the DT property is not given, no delay is observed. Post reset delay greater than 1000ms are invalid. Signed-off-by: Quentin Schulz <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew