mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-02 19:22:00 +02:00
colibri-imx6ull: fix ethernet phy power on
Just give the new Ethernet PHY power save mode circuitry time to settle. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
This commit is contained in:
parent
ce30382b49
commit
70a0467b92
@ -263,6 +263,9 @@ static int setup_fec(void)
|
|||||||
IOMUX_GPR1_FEC2_CLOCK_MUX2_SEL_MASK,
|
IOMUX_GPR1_FEC2_CLOCK_MUX2_SEL_MASK,
|
||||||
IOMUX_GPR1_FEC2_CLOCK_MUX1_SEL_MASK);
|
IOMUX_GPR1_FEC2_CLOCK_MUX1_SEL_MASK);
|
||||||
|
|
||||||
|
/* give new Ethernet PHY power save mode circuitry time to settle */
|
||||||
|
mdelay(300);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user