From: Olivier Moysan Date: Tue, 5 Nov 2024 13:59:41 +0000 (+0100) Subject: ASoC: dt-bindings: stm32: add missing port property X-Git-Tag: v6.13-rc1~123^2~2^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98d34ddd43de0b040bd3ff74b511be7074b0b310;p=thirdparty%2Flinux.git 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 Link: https://patch.msgid.link/20241105135942.526624-1-olivier.moysan@foss.st.com Signed-off-by: Mark Brown --- diff --git a/Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml b/Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml index 3dedc81ec12f6..56c5738ea4c53 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