mirror of https://gitee.com/openkylin/linux.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 <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>
This commit is contained in:
parent
1119c59404
commit
285654130d
|
@ -22,7 +22,7 @@ properties:
|
||||||
$ref: "regulator.yaml#"
|
$ref: "regulator.yaml#"
|
||||||
type: object
|
type: object
|
||||||
|
|
||||||
unevaluatedProperties: false
|
additionalProperties: false
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
|
|
Loading…
Reference in New Issue