diff mbox series

[U-Boot,2/2] Configs: Use the newly added PHY_RTL8211E_PINE64_GIGABIT_FIX

Message ID 20180214230216.2001-3-kevans@FreeBSD.org
State Accepted
Commit dfa1a74045c930ec3935f748b0969f9d76352e13
Delegated to: Joe Hershberger
Headers show
Series Add fix for Pine64 gigabit throughput issues | expand

Commit Message

Kyle Evans Feb. 14, 2018, 11:02 p.m. UTC
The Pine64+ uses a generic PHY driver, so flip it over to using the Realtek PHY
driver to actually apply the RTL8211e fix.

Signed-off-by: Kyle Evans <kevans@FreeBSD.org>
---
 configs/pine64_plus_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Joe Hershberger Feb. 27, 2018, 4 p.m. UTC | #1
On Wed, Feb 14, 2018 at 5:02 PM,  <kevans@freebsd.org> wrote:
> The Pine64+ uses a generic PHY driver, so flip it over to using the Realtek PHY
> driver to actually apply the RTL8211e fix.
>
> Signed-off-by: Kyle Evans <kevans@FreeBSD.org>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Joe Hershberger March 26, 2018, 7:24 p.m. UTC | #2
Hi Kyle,

https://patchwork.ozlabs.org/patch/873751/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

Thanks!
-Joe
diff mbox series

Patch

diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig
index 01ed23844b..149311f2c4 100644
--- a/configs/pine64_plus_defconfig
+++ b/configs/pine64_plus_defconfig
@@ -14,3 +14,5 @@  CONFIG_OF_LIST="sun50i-a64-pine64 sun50i-a64-pine64-plus"
 CONFIG_SUN8I_EMAC=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
+CONFIG_PHY_REALTEK=y
+CONFIG_RTL8211E_PINE64_GIGABIT_FIX=y