diff options
author | Michael Haas <haas@computerlinguist.org> | 2016-03-25 18:22:52 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-03-31 14:29:48 +0200 |
commit | 53866b6fc54142a2e7ab79d1c2b0f4313c29a2ec (patch) | |
tree | b8b2bc4eae8337e85c923fdba8e4e4dfd08be9db /configs | |
parent | 7e4e7e4618c67311fac0d4f8af6bedbbbfe68c9b (diff) |
sunxi: A20-OLinuXino-Lime2: Force 8211CL to master
Force master mode on the A20-OLinuXino-Lime2. This change is required
to get a reliable link at gigabit speeds.
Signed-off-by: Michael Haas <haas@computerlinguist.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/A20-OLinuXino-Lime2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/A20-OLinuXino-Lime2_defconfig b/configs/A20-OLinuXino-Lime2_defconfig index b5181c6880a..62a83388bed 100644 --- a/configs/A20-OLinuXino-Lime2_defconfig +++ b/configs/A20-OLinuXino-Lime2_defconfig @@ -13,5 +13,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 |