[openwrt/openwrt] qoriq: enable support for Marvell Alaska PHYs

LEDE Commits lede-commits at lists.infradead.org
Tue Apr 5 14:34:31 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/59aa37b19b1554765c36f36e74f599570325b8f3

commit 59aa37b19b1554765c36f36e74f599570325b8f3
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Sun Apr 3 21:31:19 2022 +0300

    qoriq: enable support for Marvell Alaska PHYs
    
    The WatchGuard Firebox M200 and M300 use a Marvell 88e1543 PHY for the
    first 3 ethernet ports. This PHY is supported by the Marvell Alaska PHY
    driver, so enable it.
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
    (cherry picked from commit d7eba8059b3bfe89f90f1d18f1f0d23cbbb42423)
---
 target/linux/qoriq/config-5.10 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/qoriq/config-5.10 b/target/linux/qoriq/config-5.10
index 6a582bbcd5..84e09a9076 100644
--- a/target/linux/qoriq/config-5.10
+++ b/target/linux/qoriq/config-5.10
@@ -208,6 +208,7 @@ CONFIG_LIBFDT=y
 CONFIG_LOCK_DEBUGGING_SUPPORT=y
 CONFIG_LOCK_SPIN_ON_OWNER=y
 CONFIG_MAGIC_SYSRQ=y
+CONFIG_MARVELL_PHY=y
 CONFIG_MATH_EMULATION=y
 # CONFIG_MATH_EMULATION_FULL is not set
 CONFIG_MATH_EMULATION_HW_UNIMPLEMENTED=y




More information about the lede-commits mailing list