Skip to content

Commit a2187d0

Browse files
morimotobroonie
authored andcommitted
ASoC: dt-bindings: renesas,rsnd: add post-init-providers property
At least if rsnd is using DPCM connection on Audio-Graph-Card2, fw_devlink might doesn't have enough information to break the cycle (Same problem might occur with Multi-CPU/Codec or Codec2Codec). In such case, rsnd driver will not be probed. Add post-init-providers support to break the link cycle. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/87wmjkifob.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 92556bd commit a2187d0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Documentation/devicetree/bindings/sound/renesas,rsnd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ properties:
112112
description: List of necessary clock names.
113113
# details are defined below
114114

115+
post-init-providers:
116+
description: At least if rsnd is using DPCM connection on Audio-Graph-Card2,
117+
fw_devlink might doesn't have enough information to break the cycle. rsnd
118+
driver will not be probed in such case. Same problem might occur with
119+
Multi-CPU/Codec or Codec2Codec.
120+
115121
# ports is below
116122
port:
117123
$ref: audio-graph-port.yaml#/definitions/port-base

0 commit comments

Comments
 (0)