Commit f08c74a3 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Mark Brown

ASoC: dt-bindings: renesas, rsnd: Group tuples in playback/capture properties

To improve human readability and enable automatic validation, the tuples
in "playback" and "capture" properties in sound device nodes should be
grouped using angle brackets.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20210204130022.1646427-1-geert+renesas@glider.beSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 500c9f8c
...@@ -404,7 +404,7 @@ examples: ...@@ -404,7 +404,7 @@ examples:
/* DAI base */ /* DAI base */
rcar_sound,dai { rcar_sound,dai {
dai0 { dai0 {
playback = <&ssi5 &src5>; playback = <&ssi5>, <&src5>;
capture = <&ssi6>; capture = <&ssi6>;
}; };
dai1 { dai1 {
...@@ -430,8 +430,8 @@ examples: ...@@ -430,8 +430,8 @@ examples:
bitclock-master = <&rsnd_endpoint0>; bitclock-master = <&rsnd_endpoint0>;
frame-master = <&rsnd_endpoint0>; frame-master = <&rsnd_endpoint0>;
playback = <&ssi0 &src0 &dvc0>; playback = <&ssi0>, <&src0>, <&dvc0>;
capture = <&ssi1 &src1 &dvc1>; capture = <&ssi1>, <&src1>, <&dvc1>;
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment