From: Vincent Whitchurch Date: Mon, 9 Nov 2020 08:54:37 +0000 (+0100) Subject: regulator: da9121: Use additionalProperties X-Git-Tag: v5.15~1909^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=285654130d5c1bed000be6b94cd43b5110d16090;p=platform%2Fkernel%2Flinux-starfive.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 cde0d82..2ece46e 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