Re: [U-Boot] [PATCH] phy: ti: Init node before reading

2019-04-09 Thread Joe Hershberger
n , Joe Hershberger > >> , Hannes Schmelzer > >> Datum: 16.03.2019 12:43 > >> Betreff: [U-Boot] [PATCH] phy: ti: Init node before reading > >> Gesendet von: "U-Boot" > >> > >> There is a need to fill node before clk_output_sel is setup

Re: [U-Boot] [PATCH] phy: ti: Init node before reading

2019-04-09 Thread Michal Simek
On 17. 03. 19 0:06, Hannes Schmelzer wrote: > "U-Boot" schrieb am 16.03.2019 12:43:17: > >> Von: Michal Simek >> An: u-boot@lists.denx.de >> Kopie: Janine Hagemann , Joe Hershberger >> , Hannes Schmelzer >> Datum: 16.03.2019 12:43 >> Betreff

Re: [U-Boot] [PATCH] phy: ti: Init node before reading

2019-03-18 Thread Michal Simek
Hi, On 18. 03. 19 9:38, Lukasz Majewski wrote: > Hi Michal, > >> There is a need to fill node before clk_output_sel is setup. > > Could you be more specific about this issue ? > > I assume that the issue is on a system where Xilinx is used. I did my > work/testing on a system where TI's SoC

Re: [U-Boot] [PATCH] phy: ti: Init node before reading

2019-03-18 Thread Lukasz Majewski
Hi Michal, > There is a need to fill node before clk_output_sel is setup. Could you be more specific about this issue ? I assume that the issue is on a system where Xilinx is used. I did my work/testing on a system where TI's SoC was used instead, so I'm curious what are the problems on Xilinx.

Re: [U-Boot] [PATCH] phy: ti: Init node before reading

2019-03-16 Thread Hannes Schmelzer
"U-Boot" schrieb am 16.03.2019 12:43:17: > Von: Michal Simek > An: u-boot@lists.denx.de > Kopie: Janine Hagemann , Joe Hershberger > , Hannes Schmelzer > Datum: 16.03.2019 12:43 > Betreff: [U-Boot] [PATCH] phy: ti: Init node before reading > Gesendet von:

[U-Boot] [PATCH] phy: ti: Init node before reading

2019-03-16 Thread Michal Simek
There is a need to fill node before clk_output_sel is setup. Signed-off-by: Michal Simek Acked-by: Siva Durga Prasad Paladugu --- drivers/net/phy/ti.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/phy/ti.c b/drivers/net/phy/ti.c index