diff options
author | 2024-11-05 14:59:41 +0100 | |
---|---|---|
committer | 2024-11-11 14:45:41 +0000 | |
commit | 98d34ddd43de0b040bd3ff74b511be7074b0b310 (patch) | |
tree | 0a6534969dc3ce3f6e3ed5ef06c039c205d22333 | |
parent | ASoC: add symmetric_ prefix for dai->rate/channels/sample_bits (diff) | |
download | wireguard-linux-98d34ddd43de0b040bd3ff74b511be7074b0b310.tar.xz wireguard-linux-98d34ddd43de0b040bd3ff74b511be7074b0b310.zip |
ASoC: dt-bindings: stm32: add missing port property
Add missing port property in STM32 SPDIFRX binding.
This will prevent potential warning:
Unevaluated properties are not allowed ('port' was unexpected)
Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
Link: https://patch.msgid.link/20241105135942.526624-1-olivier.moysan@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml b/Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml index 3dedc81ec12f..56c5738ea4c5 100644 --- a/Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml +++ b/Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml @@ -50,6 +50,10 @@ properties: resets: maxItems: 1 + port: + $ref: audio-graph-port.yaml# + unevaluatedProperties: false + access-controllers: minItems: 1 maxItems: 2 |