mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-10 14:50:14 +00:00
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>
This commit is contained in:
parent
e2a01b4e88
commit
a94e5cd845
@ -23,10 +23,11 @@ properties:
|
|||||||
regulators:
|
regulators:
|
||||||
type: object
|
type: object
|
||||||
|
|
||||||
patternProperties:
|
properties:
|
||||||
"SW":
|
"SW":
|
||||||
type: object
|
type: object
|
||||||
$ref: regulator.yaml#
|
$ref: regulator.yaml#
|
||||||
|
unevaluatedProperties: false
|
||||||
|
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user