diff options
author | Rob Herring <robh@kernel.org> | 2022-08-23 09:56:38 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-23 17:34:08 +0100 |
commit | de6fbef10c4b9c589f3b84bd926e56ba742263ea (patch) | |
tree | edbac6534e7ddabdd2590a311724888f57747057 /Documentation/devicetree/bindings/regulator/maxim,max8997.yaml | |
parent | 0739ce4c1213a040301bb185cb7a0569417aef87 (diff) | |
download | linux-next-de6fbef10c4b9c589f3b84bd926e56ba742263ea.tar.gz |
regulator: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes
In order to ensure only documented properties are present, node schemas
must have unevaluatedProperties or additionalProperties set to false
(typically).
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220823145649.3118479-7-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator/maxim,max8997.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/maxim,max8997.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/maxim,max8997.yaml b/Documentation/devicetree/bindings/regulator/maxim,max8997.yaml index 4321f061a7f6..2b266ea43716 100644 --- a/Documentation/devicetree/bindings/regulator/maxim,max8997.yaml +++ b/Documentation/devicetree/bindings/regulator/maxim,max8997.yaml @@ -111,6 +111,7 @@ properties: regulators: type: object + additionalProperties: false description: List of child nodes that specify the regulators. |