aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2022-09-27 02:20:04 +0200
committerMark Brown <broonie@kernel.org>2022-09-27 12:08:01 +0100
commitb3eec3e6670d4da653e742bae16e5a6ff3f03825 (patch)
treebdb407d8ef642c092f21d437aa26e9275ab46b78
parentASoC: SOF: control.h: Replace zero-length array with DECLARE_FLEX_ARRAY() helper (diff)
downloadwireguard-linux-b3eec3e6670d4da653e742bae16e5a6ff3f03825.tar.xz
wireguard-linux-b3eec3e6670d4da653e742bae16e5a6ff3f03825.zip
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>
-rw-r--r--Documentation/devicetree/bindings/sound/st,stm32-sai.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml b/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml
index 1a3abc949505..56d206f97a96 100644
--- a/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml
+++ b/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml
@@ -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"