diff options
author | Rob Herring <robh@kernel.org> | 2020-10-05 20:38:29 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-10-26 22:13:56 +0100 |
commit | 62298364bd489b06d16370fd258c7be6a906729c (patch) | |
tree | 07b9a56b867c73ae73e64e5169366ef6ae0f5a6c /Documentation/devicetree/bindings/arm/altera.yaml | |
parent | dt-bindings: More whitespace clean-ups in schema files (diff) | |
download | linux-62298364bd489b06d16370fd258c7be6a906729c.tar.xz linux-62298364bd489b06d16370fd258c7be6a906729c.zip |
dt-bindings: Explicitly allow additional properties in board/SoC schemas
In order to add meta-schema checks for additional/unevaluatedProperties
being present, all schema need to make this explicit. As the top-level
board/SoC schemas always have additional properties, add
'additionalProperties: true'.
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201005183830.486085-4-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/altera.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/altera.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/altera.yaml b/Documentation/devicetree/bindings/arm/altera.yaml index 0bc5020b7539..c15c92fdf2ed 100644 --- a/Documentation/devicetree/bindings/arm/altera.yaml +++ b/Documentation/devicetree/bindings/arm/altera.yaml @@ -19,4 +19,7 @@ properties: - altr,socfpga-arria5 - altr,socfpga-arria10 - const: altr,socfpga + +additionalProperties: true + ... |