From: Vincent Whitchurch Date: Mon, 9 Nov 2020 08:54:37 +0000 (+0100) Subject: regulator: da9121: Use additionalProperties X-Git-Tag: io_uring-5.11-2020-12-23~69^2^2~36 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=285654130d5c1bed000be6b94cd43b5110d16090;p=linux-block.git 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 Signed-off-by: Vincent Whitchurch Link: https://lore.kernel.org/r/20201109085438.16230-1-vincent.whitchurch@axis.com Signed-off-by: Mark Brown --- 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