diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-02-04 14:05:14 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-03-08 10:22:38 +0100 |
commit | 23d2ed63cda07c614b85a8c5b9ccd13cfc627482 (patch) | |
tree | 04ad4cd071292d6cebcc64fb79954300952963f8 /arch/arm/boot/dts/r8a7790-lager.dts | |
parent | ARM: dts: renesas: Group tuples in APMU cpus properties (diff) | |
download | linux-23d2ed63cda07c614b85a8c5b9ccd13cfc627482.tar.xz linux-23d2ed63cda07c614b85a8c5b9ccd13cfc627482.zip |
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/r8a7790-lager.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 09a152b91557..58687f2af3c5 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -918,8 +918,8 @@ rcar_sound,dai { dai0 { - playback = <&ssi0 &src2 &dvc0>; - capture = <&ssi1 &src3 &dvc1>; + playback = <&ssi0>, <&src2>, <&dvc0>; + capture = <&ssi1>, <&src3>, <&dvc1>; }; }; }; |