[openwrt/openwrt] ramips: mt7621: enable SX150x driver

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 23 18:31:08 EST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/773949c152f7378a303919e790210113012fea04

commit 773949c152f7378a303919e790210113012fea04
Author: Sander Vanheule <sander at svanheule.net>
AuthorDate: Sat Feb 20 14:45:26 2021 +0100

    ramips: mt7621: enable SX150x driver
    
    The Netgear R6800 and R6700v2 devices have a Semtech SX1503 GPIO
    expander controlling the device LEDs. This expander was initially
    supported on 4.14, but support was lost in the transition to 5.4.
    
    Since this driver cannot be built as a kernel module, enable it in the
    kernel config for all mt7621 devices.
    
    Run-tested on a Netgear R6800.
    
    Cc: Stijn Segers <foss at volatilesystems.org>
    Cc: Hauke Mehrtens <hauke at hauke-m.de>
    Signed-off-by: Sander Vanheule <sander at svanheule.net>
    Tested-by: Stijn Segers <foss at volatilesystems.org>
---
 target/linux/ramips/mt7621/config-5.4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ramips/mt7621/config-5.4 b/target/linux/ramips/mt7621/config-5.4
index fba22a39cf..057c782760 100644
--- a/target/linux/ramips/mt7621/config-5.4
+++ b/target/linux/ramips/mt7621/config-5.4
@@ -210,6 +210,7 @@ CONFIG_PHYLINK=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_RT2880=y
 # CONFIG_PINCTRL_SINGLE is not set
+CONFIG_PINCTRL_SX150X=y
 CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_GPIO=y
 CONFIG_POWER_SUPPLY=y



More information about the lede-commits mailing list