diff options
author | Rob Herring <robh@kernel.org> | 2022-08-23 16:56:39 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-23 20:52:40 +0200 |
commit | 9e10a1ded6a1b7ffacbb2d9c75fe6aa91623051b (patch) | |
tree | 4eb0f2d9dbbb284c2682ad5d41f846c89a18eec6 /Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml | |
parent | ASoC: SOF: ipc4-loader: Verify ext manifest magic number (diff) | |
download | linux-9e10a1ded6a1b7ffacbb2d9c75fe6aa91623051b.tar.xz linux-9e10a1ded6a1b7ffacbb2d9c75fe6aa91623051b.zip |
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/samsung,midas-audio.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml b/Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml index ec50bcb4af5f..31095913e330 100644 --- a/Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml +++ b/Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml @@ -19,6 +19,7 @@ properties: cpu: type: object + additionalProperties: false properties: sound-dai: maxItems: 1 @@ -28,6 +29,7 @@ properties: codec: type: object + additionalProperties: false properties: sound-dai: maxItems: 1 |