Commit 9e72606c authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: #sound-dai-cells is used when simple-card



Current sound comment is indicating that #sound-dai-cells is required,
but it is needed only if board is using "simple-card".
Hence tidy up the comments.

As ulcb.dtsi and salvator-common.dtsi are already using "audio-graph",
the unneeded #sound-dai-cells are removed.

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/87cz7ji418.wl-kuninori.morimoto.gx@renesas.com


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent e9ae752f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1678,7 +1678,7 @@ vin7csi40: endpoint@2 {

		rcar_sound: sound@ec500000 {
			/*
			 * #sound-dai-cells is required
			 * #sound-dai-cells is required if simple-card
			 *
			 * Single DAI : #sound-dai-cells = <0>;	<&rcar_sound>;
			 * Multi  DAI : #sound-dai-cells = <1>;	<&rcar_sound N>;
+1 −1
Original line number Diff line number Diff line
@@ -1562,7 +1562,7 @@ vin7csi40: endpoint@2 {

		rcar_sound: sound@ec500000 {
			/*
			 * #sound-dai-cells is required
			 * #sound-dai-cells is required if simple-card
			 *
			 * Single DAI : #sound-dai-cells = <0>;	<&rcar_sound>;
			 * Multi  DAI : #sound-dai-cells = <1>;	<&rcar_sound N>;
+1 −1
Original line number Diff line number Diff line
@@ -1317,7 +1317,7 @@ vin5csi40: endpoint@2 {

		rcar_sound: sound@ec500000 {
			/*
			 * #sound-dai-cells is required
			 * #sound-dai-cells is required if simple-card
			 *
			 * Single DAI : #sound-dai-cells = <0>;	<&rcar_sound>;
			 * Multi  DAI : #sound-dai-cells = <1>;	<&rcar_sound N>;
+1 −1
Original line number Diff line number Diff line
@@ -1774,7 +1774,7 @@ vin7csi20: endpoint@0 {

		rcar_sound: sound@ec500000 {
			/*
			 * #sound-dai-cells is required
			 * #sound-dai-cells is required if simple-card
			 *
			 * Single DAI : #sound-dai-cells = <0>;	<&rcar_sound>;
			 * Multi  DAI : #sound-dai-cells = <1>;	<&rcar_sound N>;
+1 −1
Original line number Diff line number Diff line
@@ -1998,7 +1998,7 @@ drif31: rif@e6fb0000 {

		rcar_sound: sound@ec500000 {
			/*
			 * #sound-dai-cells is required
			 * #sound-dai-cells is required if simple-card
			 *
			 * Single DAI : #sound-dai-cells = <0>;	<&rcar_sound>;
			 * Multi  DAI : #sound-dai-cells = <1>;	<&rcar_sound N>;
Loading