[openwrt/openwrt] qualcommax: ipq807x: enable GPIO bitbanged MDIO

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 9 03:33:36 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c39c8da2425f0cc4f4628237d773fe089576b816

commit c39c8da2425f0cc4f4628237d773fe089576b816
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sat Feb 10 17:19:54 2024 +0100

    qualcommax: ipq807x: enable GPIO bitbanged MDIO
    
    Asus RT-AX89X is using GPIO bitbanged MDIO on newer HW revisions, so lets
    enable it in kernel config.
    
    Link: https://github.com/openwrt/openwrt/pull/15840
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/qualcommax/ipq807x/config-default | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/qualcommax/ipq807x/config-default b/target/linux/qualcommax/ipq807x/config-default
index 18483d05b4..72d17641cd 100644
--- a/target/linux/qualcommax/ipq807x/config-default
+++ b/target/linux/qualcommax/ipq807x/config-default
@@ -1,6 +1,8 @@
 CONFIG_ARM_PSCI_CPUIDLE_DOMAIN=y
 CONFIG_DT_IDLE_GENPD=y
 CONFIG_IPQ_GCC_8074=y
+CONFIG_MDIO_BITBANG=y
+CONFIG_MDIO_GPIO=y
 # CONFIG_MFD_HI6421_SPMI is not set
 CONFIG_MFD_SPMI_PMIC=y
 # CONFIG_NVMEM_SPMI_SDAM is not set




More information about the lede-commits mailing list