diff mbox series

[U-Boot,v1,3/3] ARM: imx: Disable 1Gbps support onMCCMON6's KSZ9031 PHY

Message ID 20190516074144.32375-4-lukma@denx.de
State Accepted
Commit 917964cbbede7cf1568ef74ab71a541b07dae183
Delegated to: Stefano Babic
Headers show
Series imx: Cleanup i.MX6Q mccmon6 boardconfiguration | expand

Commit Message

Lukasz Majewski May 16, 2019, 7:41 a.m. UTC
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>


---

 include/configs/mccmon6.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic July 20, 2019, 8:45 a.m. UTC | #1
> 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>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/configs/mccmon6.h b/include/configs/mccmon6.h
index 231b2af87a..667dac7340 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" \