Re: [U-Boot] [PATCH] net: ravb: Add PHY reset GPIO support

2017-09-19 Thread Joe Hershberger
On Fri, Sep 15, 2017 at 2:11 PM, Marek Vasut wrote: > Add support for obtaining PHY reset GPIO from DT and toggling it > before configuring the PHY to put the PHY into defined state. > > Signed-off-by: Marek Vasut > Cc: Nobuhiro Iwamatsu > Cc: Joe Hershberger Acked-by: Joe Hershberger ___

[U-Boot] [PATCH] net: ravb: Add PHY reset GPIO support

2017-09-15 Thread Marek Vasut
Add support for obtaining PHY reset GPIO from DT and toggling it before configuring the PHY to put the PHY into defined state. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu Cc: Joe Hershberger --- drivers/net/ravb.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/