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

ASoC: dt-bindings: audio-graph-card2: reference audio-graph routing property

audio-graph.yaml already has "routing" property, let's reference it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/875xi4axln.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
39663929 0d2992d3

+1 -5
+1 -5
Documentation/devicetree/bindings/sound/audio-graph-card2.yaml
··· 18 18 label: 19 19 maxItems: 1 20 20 routing: 21 - description: | 22 - A list of the connections between audio components. 23 - Each entry is a pair of strings, the first being the 24 - connection's sink, the second being the connection's source. 25 - $ref: /schemas/types.yaml#/definitions/non-unique-string-array 21 + $ref: audio-graph.yaml#/properties/routing 26 22 aux-devs: 27 23 description: | 28 24 List of phandles pointing to auxiliary devices, such