aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Majewski2019-05-16 09:41:44 +0200
committerStefano Babic2019-07-19 20:14:50 +0200
commit917964cbbede7cf1568ef74ab71a541b07dae183 (patch)
treed4a8ad153e53ae0fbfb7f75fc1ffcbf2da2e249e
parent2e8f9138d8e3600de38c0776f962bd087260349d (diff)
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 <lukma@denx.de>
-rw-r--r--include/configs/mccmon6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mccmon6.h b/include/configs/mccmon6.h
index 231b2af87a5..667dac7340a 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" \