summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharadwaj Raju <bharadwaj.raju@machinesoul.in>2026-01-14 13:33:24 +0300
committerMark Brown <broonie@kernel.org>2026-01-14 16:35:45 +0300
commit18d524de812ff37e7de12a2acddfe7eee6b4ca3c (patch)
treeadbfabdd1c296bb66b876dc640792033c25f05b7
parent8978da8e51ed648a5ad5da3d4c0fffde46757cf2 (diff)
downloadlinux-18d524de812ff37e7de12a2acddfe7eee6b4ca3c.tar.xz
ASoC: dt-bindings: document dvdd-supply property for awinic,aw88261
Add (and require) the dvdd-supply property for awinic,aw88261 in the awinic,aw88395.yaml binding. The chip needs DVDD to power on, and currently there are no users of this compatible in the kernel device trees, so we should be fine to change the ABI in this case. Signed-off-by: Bharadwaj Raju <bharadwaj.raju@machinesoul.in> Link: https://patch.msgid.link/20260114-aw88261-dvdd-v2-1-ef485b82a7a7@machinesoul.in Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/sound/awinic,aw88395.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml b/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml
index bb92d6ca3144..994d68c074a9 100644
--- a/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml
+++ b/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml
@@ -33,6 +33,8 @@ properties:
reset-gpios:
maxItems: 1
+ dvdd-supply: true
+
awinic,audio-channel:
description:
It is used to distinguish multiple PA devices, so that different
@@ -65,6 +67,17 @@ allOf:
then:
properties:
reset-gpios: false
+ - if:
+ properties:
+ compatible:
+ contains:
+ const: awinic,aw88261
+ then:
+ required:
+ - dvdd-supply
+ else:
+ properties:
+ dvdd-supply: false
unevaluatedProperties: false