Reviewed-by: Igor Opaniuk <[email protected]> On Tue, Apr 9, 2019 at 5:28 PM Marcel Ziswiler <[email protected]> wrote: > > From: Marcel Ziswiler <[email protected]> > > Just give the new Ethernet PHY power save mode circuitry time to settle. > > Signed-off-by: Marcel Ziswiler <[email protected]> > Acked-by: Max Krummenacher <[email protected]> > > --- > > Changes in v2: None > > board/toradex/colibri-imx6ull/colibri-imx6ull.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/board/toradex/colibri-imx6ull/colibri-imx6ull.c > b/board/toradex/colibri-imx6ull/colibri-imx6ull.c > index fe60b8e870..b6f45edb86 100644 > --- a/board/toradex/colibri-imx6ull/colibri-imx6ull.c > +++ b/board/toradex/colibri-imx6ull/colibri-imx6ull.c > @@ -263,6 +263,9 @@ static int setup_fec(void) > IOMUX_GPR1_FEC2_CLOCK_MUX2_SEL_MASK, > IOMUX_GPR1_FEC2_CLOCK_MUX1_SEL_MASK); > > + /* give new Ethernet PHY power save mode circuitry time to settle */ > + mdelay(300); > + > return 0; > } > > -- > 2.20.1 > > _______________________________________________ > U-Boot mailing list > [email protected] > https://lists.denx.de/listinfo/u-boot
-- Best regards - Freundliche GrĂ¼sse - Meilleures salutations Senior Development Engineer, Igor Opaniuk Toradex AG Altsagenstrasse 5 | 6048 Horw/Luzern | Switzerland | T: +41 41 500 48 00 (main line) _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

