summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-10-03 16:21:12 +0300
committerMark Brown <broonie@kernel.org>2023-10-03 16:21:12 +0300
commit4c9d0d6f63c72cf121d15ab81ab9e1cdf50ec02c (patch)
treeceec1e8d71c8adc4b75a79b734b6e448617a8c08 /Documentation
parent736b884a7b68c4eeb66dbf75b97c8ec9b9eeff7f (diff)
parent4eed047b76fa8f56af478ca7e6d56ca7e5330cf2 (diff)
downloadlinux-4c9d0d6f63c72cf121d15ab81ab9e1cdf50ec02c.tar.xz
Remove reset GPIO for AW88261
Merge series from Luca Weiss <luca.weiss@fairphone.com>: The AW88261 chip doesn't have a reset gpio, so remove it from the bindings and from the driver.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/awinic,aw88395.yaml16
1 files changed, 12 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml b/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml
index b977d3de87cb..5d5ebc72b721 100644
--- a/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml
+++ b/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml
@@ -14,9 +14,6 @@ description:
digital Smart K audio amplifier with an integrated 10.25V
smart boost convert.
-allOf:
- - $ref: dai-common.yaml#
-
properties:
compatible:
enum:
@@ -49,9 +46,20 @@ required:
- compatible
- reg
- '#sound-dai-cells'
- - reset-gpios
- awinic,audio-channel
+allOf:
+ - $ref: dai-common.yaml#
+ - if:
+ properties:
+ compatible:
+ contains:
+ enum:
+ - awinic,aw88261
+ then:
+ properties:
+ reset-gpios: false
+
unevaluatedProperties: false
examples: