Unverified Commit 18d524de authored by Bharadwaj Raju's avatar Bharadwaj Raju Committed by Mark Brown
Browse files

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: default avatarBharadwaj Raju <bharadwaj.raju@machinesoul.in>
Link: https://patch.msgid.link/20260114-aw88261-dvdd-v2-1-ef485b82a7a7@machinesoul.in


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 8978da8e
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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