Unverified Commit a94e5cd8 authored by Vincent Whitchurch's avatar Vincent Whitchurch Committed by Mark Brown
Browse files

regulator: tps62864: Fix bindings for SW property



The property is not a pattern, so it should use 'properties' instead of
'patternProperties'.  Also, unevaluatedProperties should be set to false
like in the other regulator bindings.

Reported-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarVincent Whitchurch <vincent.whitchurch@axis.com>
Link: https://lore.kernel.org/r/20220211132449.2899924-1-vincent.whitchurch@axis.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent e2a01b4e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,10 +23,11 @@ properties:
  regulators:
    type: object

    patternProperties:
    properties:
      "SW":
        type: object
        $ref: regulator.yaml#
        unevaluatedProperties: false

    additionalProperties: false