From 917964cbbede7cf1568ef74ab71a541b07dae183 Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Thu, 16 May 2019 09:41:44 +0200 Subject: [PATCH] ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY 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/configs/mccmon6.h b/include/configs/mccmon6.h index 231b2af..667dac7 100644 --- a/include/configs/mccmon6.h +++ b/include/configs/mccmon6.h @@ -78,6 +78,7 @@ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ "boot_os=yes\0" \ + "disable_giga=yes\0" \ "download_kernel=" \ "tftpboot ${kernel_addr} ${kernel_file};" \ "tftpboot ${fdt_addr} ${fdtfile};\0" \ -- 2.7.4