diff options
author | Rob Herring <robh@kernel.org> | 2022-08-23 17:56:39 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-23 21:52:40 +0300 |
commit | 9e10a1ded6a1b7ffacbb2d9c75fe6aa91623051b (patch) | |
tree | 4eb0f2d9dbbb284c2682ad5d41f846c89a18eec6 /Documentation/devicetree/bindings/sound/st,stm32-sai.yaml | |
parent | a337c2012774d588fcab318c42edc2601d90e549 (diff) | |
download | linux-9e10a1ded6a1b7ffacbb2d9c75fe6aa91623051b.tar.xz |
ASoC: 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-8-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/st,stm32-sai.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/sound/st,stm32-sai.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml b/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml index fe2e15504ebc..1a3abc949505 100644 --- a/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml +++ b/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml @@ -60,6 +60,7 @@ required: patternProperties: "^audio-controller@[0-9a-f]+$": type: object + additionalProperties: false description: Two subnodes corresponding to SAI sub-block instances A et B can be defined. Subnode can be omitted for unsused sub-block. |