Commit 6997e462 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

ASoC: odroid: Add missing properties

Usage of "unevaluatedProperties: false" is not correct as it suppresses
warnings about all undocumented properties.  Instead, add all missing
properties.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200903203250.19830-1-krzk@kernel.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent f4c4b1bb
...@@ -28,6 +28,11 @@ properties: ...@@ -28,6 +28,11 @@ properties:
$ref: /schemas/types.yaml#/definitions/string $ref: /schemas/types.yaml#/definitions/string
description: The user-visible name of this sound complex. description: The user-visible name of this sound complex.
assigned-clock-parents: true
assigned-clock-rates: true
assigned-clocks: true
clocks: true
cpu: cpu:
type: object type: object
properties: properties:
...@@ -69,7 +74,7 @@ required: ...@@ -69,7 +74,7 @@ required:
- cpu - cpu
- codec - codec
unevaluatedProperties: false additionalProperties: false
examples: examples:
- | - |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment