pinctrl: cs42l43: Add support for the cs42l43
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 4 Aug 2023 10:46:00 +0000 (11:46 +0100)
committerLee Jones <lee@kernel.org>
Thu, 17 Aug 2023 11:06:11 +0000 (12:06 +0100)
commitd5282a53929791071b17dde3eed52e40f76b101c
treed4d4c3465754e0931ce07885f0c77c66499d17a5
parentace6d14481386ec6c1b63cc2b24c71433a583dc2
pinctrl: cs42l43: Add support for the cs42l43

The CS42L43 is an audio CODEC with integrated MIPI SoundWire interface
(Version 1.2.1 compliant), I2C, SPI, and I2S/TDM interfaces designed
for portable applications. It provides a high dynamic range, stereo
DAC for headphone output, two integrated Class D amplifiers for
loudspeakers, and two ADCs for wired headset microphone input or
stereo line input. PDM inputs are provided for digital microphones.

Add a basic pinctrl driver which supports driver strength for the
various pins, gpios, and pinmux for the 2 multi-function pins.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230804104602.395892-5-ckeepax@opensource.cirrus.com
Signed-off-by: Lee Jones <lee@kernel.org>
MAINTAINERS
drivers/pinctrl/cirrus/Kconfig
drivers/pinctrl/cirrus/Makefile
drivers/pinctrl/cirrus/pinctrl-cs42l43.c [new file with mode: 0644]