]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: nau8822: add support for supply regulators
authorMark Brown <broonie@kernel.org>
Mon, 1 Jun 2026 14:13:58 +0000 (15:13 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 1 Jun 2026 14:13:58 +0000 (15:13 +0100)
commita67c554dbc0fdd7e3c5909cb9f0fff41c51b2e9d
treea1a3beca9a4d32efd7d7c2da09b924a7d51237e5
parent6c52e58dbdaed2eea6cd10461e6b7fb3de4c99d5
parentf8e7cd48e5b3b38ec5e1542b73b670a7770d2d7c
ASoC: nau8822: add support for supply regulators

Alexey Charkov <alchark@flipper.net> says:

The Nuvoton NAU8822 codec has four power supply pins: VDDA, VDDB, VDDC
and VDDSPK, which must be online and stable before the device can be
accessed over I2C. On boards where these rails are software-controlled,
probing the codec before the regulators are up results in -ENXIO errors
during register access.

This short series adds optional regulator support to both the device
tree binding and the driver, so platforms that need explicit power
sequencing can describe and enforce it:

Link: https://patch.msgid.link/20260525-nau8822-reg-v2-0-7d37ae393e46@flipper.net
MAINTAINERS
sound/soc/codecs/nau8822.c