Re: [PATCH v1] colibri_imx6: set gpr1 ENET_CLK_SEL

2020-03-13 Thread Oleksandr Suvorov
On Thu, Mar 12, 2020 at 11:37 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > This fixes the issue when PHY auto negotiation never completes. > > Fixes: 431cd76dd8("colibri_imx6: migrate to DM_ETH") > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > board/toradex/colibr

[PATCH v1] colibri_imx6: set gpr1 ENET_CLK_SEL

2020-03-12 Thread Igor Opaniuk
From: Igor Opaniuk This fixes the issue when PHY auto negotiation never completes. Fixes: 431cd76dd8("colibri_imx6: migrate to DM_ETH") Signed-off-by: Igor Opaniuk --- board/toradex/colibri_imx6/colibri_imx6.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/toradex/colibri_imx6/c