diff options
author | Vincent Whitchurch <vincent.whitchurch@axis.com> | 2020-11-09 09:54:37 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-09 17:43:17 +0000 |
commit | 285654130d5c1bed000be6b94cd43b5110d16090 (patch) | |
tree | e7d110f94d5fee3a624bc7b425e1baa22af59547 | |
parent | 1119c59404141200125af31f775d3fbbba52c651 (diff) | |
download | linux-285654130d5c1bed000be6b94cd43b5110d16090.tar.bz2 |
regulator: da9121: Use additionalProperties
There's no $ref at the top level so use additionalProperties instead of
unevaluatedProperties.
This fixes the following warning with the latest dtschema:
Documentation/devicetree/bindings/regulator/dlg,da9121.yaml:
'additionalProperties' is a required property
Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
Link: https://lore.kernel.org/r/20201109085438.16230-1-vincent.whitchurch@axis.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/regulator/dlg,da9121.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/dlg,da9121.yaml b/Documentation/devicetree/bindings/regulator/dlg,da9121.yaml index cde0d82dd201..2ece46ee1a59 100644 --- a/Documentation/devicetree/bindings/regulator/dlg,da9121.yaml +++ b/Documentation/devicetree/bindings/regulator/dlg,da9121.yaml @@ -22,7 +22,7 @@ properties: $ref: "regulator.yaml#" type: object -unevaluatedProperties: false +additionalProperties: false required: - compatible |