diff options
author | David Bauer <mail@david-bauer.net> | 2021-05-07 00:35:16 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-06-27 21:40:15 +0200 |
commit | 38db2f12d6bd7337fe79d9d1b207e8bd593fc3b5 (patch) | |
tree | 0167c21910e35b22857723b2be96e994f8f64e02 /target/linux/ramips/rt288x/config-5.10 | |
parent | f033d5ad1c28e07eb6de2ce3ea8650dc7080d6d0 (diff) | |
download | upstream-38db2f12d6bd7337fe79d9d1b207e8bd593fc3b5.tar.gz upstream-38db2f12d6bd7337fe79d9d1b207e8bd593fc3b5.tar.bz2 upstream-38db2f12d6bd7337fe79d9d1b207e8bd593fc3b5.zip |
ramips: add AW9523 I2C GPIO expander driver
This adds a driver for the AW9523 I2C GPIO expander.
This driver is required to make LEDs as well as buttons on the Tenbay
T-MB5EU-V01 work.
This driver already had several upstream iterations. I'm working to
push this driver to mainline.
Ref: https://patchwork.ozlabs.org/project/linux-gpio/list/?series=226287
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ramips/rt288x/config-5.10')
-rw-r--r-- | target/linux/ramips/rt288x/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/config-5.10 b/target/linux/ramips/rt288x/config-5.10 index 095c16c43b..88d06266b9 100644 --- a/target/linux/ramips/rt288x/config-5.10 +++ b/target/linux/ramips/rt288x/config-5.10 @@ -131,6 +131,7 @@ CONFIG_PGTABLE_LEVELS=2 CONFIG_PHYLIB=y # CONFIG_PHY_RALINK_USB is not set CONFIG_PINCTRL=y +# CONFIG_PINCTRL_AW9523 is not set CONFIG_PINCTRL_RT2880=y # CONFIG_PINCTRL_SINGLE is not set CONFIG_RALINK=y |