All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 13/18 v3] arm64: renesas: salvator-x: Sound SRC support
@ 2015-10-05  2:29 Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2015-10-05  2:29 UTC (permalink / raw)
  To: linux-sh

On Fri, Sep 18, 2015 at 02:06:43AM +0000, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Hi,

I have taken the liberty of updating this patch with the following
incremental change from Geert. The result can be found in the
topic/r8a7795-sound-v3.update.rebase branch of my renesas tree.

diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index c084dd2d7e48b0f5..4b096abf9409143a 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -572,7 +572,13 @@
 						"ssi-all",
 						"ssi9", "ssi8", "ssi7", "ssi6",
 						"ssi5", "ssi4", "ssi3", "ssi2",
-						"ssi1", "ssi0";
+						"ssi1", "ssi0",
+						"scu-all",
+						"scu-src9", "scu-src8",
+						"scu-src7", "scu-src6",
+						"scu-src5", "scu-src4",
+						"scu-src3", "scu-src2",
+						"scu-src1", "scu-src0";
 				};
 			};
 		};
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 13/18 v3] arm64: renesas: salvator-x: Sound SRC support
@ 2015-09-18  2:06 Kuninori Morimoto
  0 siblings, 0 replies; 2+ messages in thread
From: Kuninori Morimoto @ 2015-09-18  2:06 UTC (permalink / raw)
  To: linux-sh

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
v2 -> v3

 - new patch

 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
index dc65b78..cc550b3 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
+++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
@@ -219,8 +219,8 @@
 
 	rcar_sound,dai {
 		dai0 {
-			playback = <&ssi0>;
-			capture  = <&ssi1>;
+			playback = <&ssi0 &src0>;
+			capture  = <&ssi1 &src1>;
 		};
 	};
 };
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-05  2:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-05  2:29 [PATCH 13/18 v3] arm64: renesas: salvator-x: Sound SRC support Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2015-09-18  2:06 Kuninori Morimoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.