[U-Boot] [PATCH v1 3/3] ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY

2019-07-20 Thread sbabic
> mccmon6 works in 10/100 MiB Ethernet environment, so disabling 1GiB support > improves robustness of the network after power up (as one don't need to > wait for autoneg). > Signed-off-by: Lukasz Majewski Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- =

[U-Boot] [PATCH v1 3/3] ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY

2019-05-16 Thread Lukasz Majewski
mccmon6 works in 10/100 MiB Ethernet environment, so disabling 1GiB support improves robustness of the network after power up (as one don't need to wait for autoneg). Signed-off-by: Lukasz Majewski --- include/configs/mccmon6.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/confi