[PATCH v2 0/2] ASoC: codecs: aw88261: add dvdd-supply property

Bharadwaj Raju via B4 Relay posted 2 patches 3 weeks, 4 days ago
Documentation/devicetree/bindings/sound/awinic,aw88395.yaml | 13 +++++++++++++
sound/soc/codecs/aw88261.c                                  |  5 +++++
2 files changed, 18 insertions(+)
[PATCH v2 0/2] ASoC: codecs: aw88261: add dvdd-supply property
Posted by Bharadwaj Raju via B4 Relay 3 weeks, 4 days ago
The AW88261 has a DVDD chip which needs to be powered on for it to 
function correctly. The property for this was missing, so this patchset 
adds the dvdd-supply property which enables a regulator to be bound 
to it in a device tree.

Signed-off-by: Bharadwaj Raju <bharadwaj.raju@machinesoul.in>
---
Changes in v2:
- reorder so that the dt-bindings change is before the implementation
- describe the reasons for the new required property in the commit msg
- Link to v1: https://lore.kernel.org/r/20260111-aw88261-dvdd-v1-0-83fa0850d561@machinesoul.in

---
Bharadwaj Raju (2):
      ASoC: dt-bindings: document dvdd-supply property for awinic,aw88261
      ASoC: codecs: aw88261: use dvdd-supply regulator

 Documentation/devicetree/bindings/sound/awinic,aw88395.yaml | 13 +++++++++++++
 sound/soc/codecs/aw88261.c                                  |  5 +++++
 2 files changed, 18 insertions(+)
---
base-commit: db1c30e19243982e34f027a2e564c93e94f42cb2
change-id: 20260111-aw88261-dvdd-50c41c151ba0

Best regards,
-- 
Bharadwaj Raju <bharadwaj.raju@machinesoul.in>
Re: [PATCH v2 0/2] ASoC: codecs: aw88261: add dvdd-supply property
Posted by Mark Brown 3 weeks, 4 days ago
On Wed, 14 Jan 2026 16:03:23 +0530, Bharadwaj Raju wrote:
> The AW88261 has a DVDD chip which needs to be powered on for it to
> function correctly. The property for this was missing, so this patchset
> adds the dvdd-supply property which enables a regulator to be bound
> to it in a device tree.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: dt-bindings: document dvdd-supply property for awinic,aw88261
      commit: 18d524de812ff37e7de12a2acddfe7eee6b4ca3c
[2/2] ASoC: codecs: aw88261: use dvdd-supply regulator
      commit: 519d0a6b2ca5a891340b6c24a4c40545f518e1a8

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark