Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Rob Herring <robh@kernel.org>
Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
Link: https://lore.kernel.org/r/20220211132449.2899924-1-vincent.whitchurch@axis.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Vincent Whitchurch and committed by
Mark Brown
a94e5cd8 e2a01b4e

+2 -1
+2 -1
Documentation/devicetree/bindings/regulator/ti,tps62864.yaml
··· 23 23 regulators: 24 24 type: object 25 25 26 - patternProperties: 26 + properties: 27 27 "SW": 28 28 type: object 29 29 $ref: regulator.yaml# 30 + unevaluatedProperties: false 30 31 31 32 additionalProperties: false 32 33