diff mbox

[U-Boot,v5,2/3] sunxi: A20-Olimex-SOM-EVB: Force 8211CL to master

Message ID 1458926572-21236-3-git-send-email-haas@computerlinguist.org
State Accepted
Commit 7e4e7e4618c67311fac0d4f8af6bedbbbfe68c9b
Delegated to: Hans de Goede
Headers show

Commit Message

Michael Haas March 25, 2016, 5:22 p.m. UTC
Force master mode for 1000BASE-T operation on the
A20-Olimex-SOM-EVB.

Karsten Merker reports that this change is necessary to get a reliable
link at gigabit speeds.

Signed-off-by: Michael Haas <haas@computerlinguist.org>

---

Changes in v5:
 - Fix order of defconfig entry (suggested by Karsten Marker)
Series-changes: 4
 - Changed commit summary according to Chen-Yu Tsai's suggestion,
   modified to fit the 70 character limit

Changes in v4: None
Changes in v3: None
Changes in v2: None

 configs/A20-Olimex-SOM-EVB_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/configs/A20-Olimex-SOM-EVB_defconfig b/configs/A20-Olimex-SOM-EVB_defconfig
index 66d8f98..bcfbf9c 100644
--- a/configs/A20-Olimex-SOM-EVB_defconfig
+++ b/configs/A20-Olimex-SOM-EVB_defconfig
@@ -17,5 +17,6 @@  CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPC(3)"
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
 CONFIG_CMD_GPIO=y
+CONFIG_RTL8211X_PHY_FORCE_MASTER=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_USB_EHCI_HCD=y