Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: st,stm32-sai: Document audio OF graph port

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>

authored by

Marek Vasut and committed by
Mark Brown
b3eec3e6 b264ef79

+4
+4
Documentation/devicetree/bindings/sound/st,stm32-sai.yaml
··· 122 122 description: Configure the SAI device as master clock provider. 123 123 const: 0 124 124 125 + port: 126 + $ref: audio-graph-port.yaml# 127 + unevaluatedProperties: false 128 + 125 129 required: 126 130 - compatible 127 131 - "#sound-dai-cells"