diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-02-04 16:05:14 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-03-08 12:22:38 +0300 |
commit | 23d2ed63cda07c614b85a8c5b9ccd13cfc627482 (patch) | |
tree | 04ad4cd071292d6cebcc64fb79954300952963f8 /arch/arm/boot/dts/r8a7791-koelsch.dts | |
parent | e0f0c7066f20052845008b59012d544b059d071c (diff) | |
download | linux-23d2ed63cda07c614b85a8c5b9ccd13cfc627482.tar.xz |
ARM: dts: renesas: Group tuples in playback and 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: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20210204130517.1647073-3-geert+renesas@glider.be
Diffstat (limited to 'arch/arm/boot/dts/r8a7791-koelsch.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index f603cba5441f..7f58e56bcf13 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -888,8 +888,8 @@ rcar_sound,dai { dai0 { - playback = <&ssi0 &src2 &dvc0>; - capture = <&ssi1 &src3 &dvc1>; + playback = <&ssi0>, <&src2>, <&dvc0>; + capture = <&ssi1>, <&src3>, <&dvc1>; }; }; }; |