diff mbox series

ARM: sunxi_defconfig: Enable MICREL_PHY

Message ID 20191101075712.3058-1-plaes@plaes.org (mailing list archive)
State Mainlined
Commit 9567832aba7f48834d28e3174909149c904808c8
Headers show
Series ARM: sunxi_defconfig: Enable MICREL_PHY | expand

Commit Message

Priit Laes Nov. 1, 2019, 7:57 a.m. UTC
Include support for Micrel KSZ9031 PHY driver in sunxi_defconfig,
which fixes issues of link not coming up at boot time with
certain link partners.

Micrel KSZ9031 PHY chip is used on Olimex A20-OLinuXino-LIME2
boards.

The errata fix itself has been implemented in commit
"3aed3e2a143c96: net: phy: micrel: add Asym Pause workaround"

Signed-off-by: Priit Laes <plaes@plaes.org>
---
 arch/arm/configs/sunxi_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Maxime Ripard Nov. 1, 2019, 9:04 a.m. UTC | #1
On Fri, Nov 01, 2019 at 09:57:09AM +0200, Priit Laes wrote:
> Include support for Micrel KSZ9031 PHY driver in sunxi_defconfig,
> which fixes issues of link not coming up at boot time with
> certain link partners.
>
> Micrel KSZ9031 PHY chip is used on Olimex A20-OLinuXino-LIME2
> boards.
>
> The errata fix itself has been implemented in commit
> "3aed3e2a143c96: net: phy: micrel: add Asym Pause workaround"
>
> Signed-off-by: Priit Laes <plaes@plaes.org>

Applied, thanks!
Maxime
diff mbox series

Patch

diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index df433abfcb02..eb7efa2639d1 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -56,6 +56,7 @@  CONFIG_SUN4I_EMAC=y
 CONFIG_STMMAC_ETH=y
 # CONFIG_NET_VENDOR_VIA is not set
 # CONFIG_NET_VENDOR_WIZNET is not set
+CONFIG_MICREL_PHY=y
 # CONFIG_WLAN is not set
 CONFIG_INPUT_EVDEV=y
 CONFIG_KEYBOARD_SUN4I_LRADC=y