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

ARM: 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 the board is using "simple-card".
Hence tidy up the comments.

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/87edrzi41e.wl-kuninori.morimoto.gx@renesas.com


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent a6a4bfea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1155,7 +1155,7 @@ vin3: video@e6ef3000 {

		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
@@ -1190,7 +1190,7 @@ vin2: video@e6ef2000 {

		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
@@ -1190,7 +1190,7 @@ vin2: video@e6ef2000 {

		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
@@ -1120,7 +1120,7 @@ vin1: video@e6ef1000 {

		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
@@ -241,7 +241,7 @@ tmu2: timer@ffd82000 {

	rcar_sound: sound@ffd90000 {
		/*
		 * #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