]> Git Repo - u-boot.git/commitdiff
colibri-imx6ull: fix ethernet phy power on
authorMarcel Ziswiler <[email protected]>
Tue, 9 Apr 2019 15:24:11 +0000 (17:24 +0200)
committerStefano Babic <[email protected]>
Thu, 25 Apr 2019 15:03:25 +0000 (17:03 +0200)
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]>
Reviewed-by: Igor Opaniuk <[email protected]>
board/toradex/colibri-imx6ull/colibri-imx6ull.c

index fe60b8e870220f72c6b17d6ba9c65aff95ee7fca..b6f45edb86a2dd0492892adcc2d7ac87007e5a17 100644 (file)
@@ -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;
 }
 
This page took 0.034785 seconds and 4 git commands to generate.