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: microblaze-v6.16~25^2~76^2~24 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=98d34ddd43de0b040bd3ff74b511be7074b0b310;p=linux-2.6-microblaze.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 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