Re: [U-Boot] [PATCH 3/4] net: dm: fec: Support the phy-supply binding

2019-01-15 Thread Adam Ford
On Tue, Jan 15, 2019 at 11:08 AM Martin Fuzzey wrote: > > Hi Adam, > > On 13/01/2019 15:00, Adam Ford wrote: > > On Thu, Oct 4, 2018 at 12:55 PM Martin Fuzzey > > wrote: > >> Configure the phy regulator if defined by the "phy-supply" DT phandle. > >> > >> Signed-off-by: Martin Fuzzey > > This pa

Re: [U-Boot] [PATCH 3/4] net: dm: fec: Support the phy-supply binding

2019-01-15 Thread Martin Fuzzey
Hi Adam, On 13/01/2019 15:00, Adam Ford wrote: On Thu, Oct 4, 2018 at 12:55 PM Martin Fuzzey wrote: Configure the phy regulator if defined by the "phy-supply" DT phandle. Signed-off-by: Martin Fuzzey This patch seems to break the Ethernet on my board, but I think I have a possible solution

Re: [U-Boot] [PATCH 3/4] net: dm: fec: Support the phy-supply binding

2019-01-13 Thread Adam Ford
On Thu, Oct 4, 2018 at 12:55 PM Martin Fuzzey wrote: > > Configure the phy regulator if defined by the "phy-supply" DT phandle. > > Signed-off-by: Martin Fuzzey This patch seems to break the Ethernet on my board, but I think I have a possible solution (see below) > --- > drivers/net/fec_mxc.c

Re: [U-Boot] [PATCH 3/4] net: dm: fec: Support the phy-supply binding

2018-10-22 Thread Joe Hershberger
On Thu, Oct 4, 2018 at 1:03 PM Martin Fuzzey wrote: > > Configure the phy regulator if defined by the "phy-supply" DT phandle. > > Signed-off-by: Martin Fuzzey Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.d

[U-Boot] [PATCH 3/4] net: dm: fec: Support the phy-supply binding

2018-10-04 Thread Martin Fuzzey
Configure the phy regulator if defined by the "phy-supply" DT phandle. Signed-off-by: Martin Fuzzey --- drivers/net/fec_mxc.c | 20 drivers/net/fec_mxc.h | 3 +++ 2 files changed, 23 insertions(+) diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c index 163ae4c..4a

[U-Boot] [PATCH 3/4] net: dm: fec: Support the phy-supply binding

2018-10-04 Thread Martin Fuzzey
Configure the phy regulator if defined by the "phy-supply" DT phandle. Signed-off-by: Martin Fuzzey --- drivers/net/fec_mxc.c | 20 drivers/net/fec_mxc.h | 3 +++ 2 files changed, 23 insertions(+) diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c index 163ae4c..4a