diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-10-05 20:03:20 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-10-05 20:03:20 +0200 |
commit | bc622f16c18dd5ef72a8b598b1d9e77bbe0c11d3 (patch) | |
tree | bb94ee6ccecc764113711346f65defcd167ed134 /drivers/mfd | |
parent | Merge tag 'ovl-fixes-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
parent | dt-bindings: mfd: Revert "dt-bindings: mfd: maxim,max77693: Add USB connector" (diff) | |
download | linux-bc622f16c18dd5ef72a8b598b1d9e77bbe0c11d3.tar.xz linux-bc622f16c18dd5ef72a8b598b1d9e77bbe0c11d3.zip |
Merge tag 'mfd-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD fixes from Lee Jones:
"A couple of small fixes:
- Potential build failure in CS42L43
- Device Tree bindings clean-up for a superseded patch"
* tag 'mfd-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd:
dt-bindings: mfd: Revert "dt-bindings: mfd: maxim,max77693: Add USB connector"
mfd: cs42l43: Fix MFD_CS42L43 dependency on REGMAP_IRQ
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index aea95745c73f..90ce58fd629e 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -241,6 +241,7 @@ config MFD_CS42L43 tristate select MFD_CORE select REGMAP + select REGMAP_IRQ config MFD_CS42L43_I2C tristate "Cirrus Logic CS42L43 (I2C)" |