ASoC: st,stm32-sai: Document audio OF graph port
authorMarek Vasut <marex@denx.de>
Tue, 27 Sep 2022 00:20:04 +0000 (02:20 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 27 Sep 2022 11:08:01 +0000 (12:08 +0100)
It is expected that the SAI subnodes would contain audio OF graph port
with endpoint to link it with the other side of audio link. Document
the port: property.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Olivier Moysan <olivier.moysan@foss.st.com>
Link: https://lore.kernel.org/r/20220927002004.685108-1-marex@denx.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/st,stm32-sai.yaml

index 1a3abc9..56d206f 100644 (file)
@@ -122,6 +122,10 @@ patternProperties:
         description: Configure the SAI device as master clock provider.
         const: 0
 
+      port:
+        $ref: audio-graph-port.yaml#
+        unevaluatedProperties: false
+
     required:
       - compatible
       - "#sound-dai-cells"