diff options
author | Rob Herring <robh@kernel.org> | 2022-08-23 17:56:38 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-23 19:34:08 +0300 |
commit | de6fbef10c4b9c589f3b84bd926e56ba742263ea (patch) | |
tree | edbac6534e7ddabdd2590a311724888f57747057 /Documentation/devicetree/bindings/regulator/maxim,max77802.yaml | |
parent | 0739ce4c1213a040301bb185cb7a0569417aef87 (diff) | |
download | linux-de6fbef10c4b9c589f3b84bd926e56ba742263ea.tar.xz |
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,max77802.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/maxim,max77802.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/maxim,max77802.yaml b/Documentation/devicetree/bindings/regulator/maxim,max77802.yaml index 236348c4710c..71138c611b6c 100644 --- a/Documentation/devicetree/bindings/regulator/maxim,max77802.yaml +++ b/Documentation/devicetree/bindings/regulator/maxim,max77802.yaml @@ -79,6 +79,7 @@ patternProperties: patternProperties: regulator-state-(standby|mem|disk): type: object + additionalProperties: true properties: regulator-mode: false |