Re: [U-Boot] [PATCH 1/3] net: ravb: Support reset GPIO both in mac and phy node

2018-06-18 Thread Joe Hershberger
On Sun, Jun 17, 2018 at 9:30 PM, Marek Vasut wrote: > The recent DTs have the PHY reset GPIO in the PHY node rather than > the ethernet MAC node, support extracting the PHY reset GPIO info > from both the PHY node and ethernet MAC node. > > Signed-off-by: Marek Vasut > Cc: Nobuhiro Iwamatsu > Cc

[U-Boot] [PATCH 1/3] net: ravb: Support reset GPIO both in mac and phy node

2018-06-17 Thread Marek Vasut
The recent DTs have the PHY reset GPIO in the PHY node rather than the ethernet MAC node, support extracting the PHY reset GPIO info from both the PHY node and ethernet MAC node. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu Cc: Joe Hershberger --- drivers/net/ravb.c | 13 +++-- 1 f