diff options
author | Rob Herring <robh@kernel.org> | 2023-09-25 23:27:10 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2023-09-26 08:54:35 +0200 |
commit | caaeb8c551123e26e86270c8dec99a78f1f6fe0f (patch) | |
tree | 2ec173bd8d8e88d50f606f94372cbaaf5f412845 /Documentation/devicetree/bindings/pinctrl/renesas,rzv2m-pinctrl.yaml | |
parent | Merge branch 'ib-amlogic-t7' into devel (diff) | |
download | linux-caaeb8c551123e26e86270c8dec99a78f1f6fe0f.tar.xz linux-caaeb8c551123e26e86270c8dec99a78f1f6fe0f.zip |
dt-bindings: pinctrl: Add missing additionalProperties on child node schemas
Just as unevaluatedProperties or additionalProperties are required at
the top level of schemas, they should (and will) also be required for
child node schemas. That ensures only documented properties are
present for any node.
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230925212713.1975800-1-robh@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl/renesas,rzv2m-pinctrl.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/renesas,rzv2m-pinctrl.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,rzv2m-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/renesas,rzv2m-pinctrl.yaml index cb81a17bd0b1..5fa5d31f8866 100644 --- a/Documentation/devicetree/bindings/pinctrl/renesas,rzv2m-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/renesas,rzv2m-pinctrl.yaml @@ -53,6 +53,7 @@ properties: additionalProperties: anyOf: - type: object + additionalProperties: false allOf: - $ref: pincfg-node.yaml# - $ref: pinmux-node.yaml# |