projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
157a334
)
qualcommax: ipq807x: enable GPIO bitbanged MDIO
author
Robert Marko
<robimarko@gmail.com>
Sat, 10 Feb 2024 16:19:54 +0000
(17:19 +0100)
committer
Robert Marko
<robimarko@gmail.com>
Tue, 9 Jul 2024 10:33:17 +0000
(12:33 +0200)
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@gmail.com>
target/linux/qualcommax/ipq807x/config-default
patch
|
blob
|
history
diff --git
a/target/linux/qualcommax/ipq807x/config-default
b/target/linux/qualcommax/ipq807x/config-default
index 18483d05b449a251b0944375fcc58435014f83f7..72d17641cdb09d8fcabc9790ad5d58a4ae6b76c5 100644
(file)
--- 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