All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 06/14] arm64: renesas: r8a7795: Sound CTU/MIX support
Date: Thu, 29 Oct 2015 23:27:52 +0000	[thread overview]
Message-ID: <1446161280-23097-7-git-send-email-horms+renesas@verge.net.au> (raw)
In-Reply-To: <1446161280-23097-1-git-send-email-horms+renesas@verge.net.au>

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

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

---

v5 [Simon Horman]
* Update for new CPG/MSSR bindings via Geert Uytterhoeven
---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index 03690b12f44b..774bdf84709a 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -375,6 +375,8 @@
 				 <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>,
 				 <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>,
 				 <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>,
+				 <&cpg CPG_MOD 1021>, <&cpg CPG_MOD 1020>,
+				 <&cpg CPG_MOD 1021>, <&cpg CPG_MOD 1020>,
 				 <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>,
 				 <&audio_clk_a>, <&audio_clk_b>,
 				 <&audio_clk_c>,
@@ -386,6 +388,8 @@
 				      "src.9", "src.8", "src.7", "src.6",
 				      "src.5", "src.4", "src.3", "src.2",
 				      "src.1", "src.0",
+				      "ctu.0", "ctu.1",
+				      "mix.0", "mix.1",
 				      "dvc.0", "dvc.1",
 				      "clk_a", "clk_b", "clk_c", "clk_i";
 			power-domains = <&cpg>;
@@ -402,6 +406,22 @@
 				};
 			};
 
+			rcar_sound,mix {
+				mix0: mix@0 { };
+				mix1: mix@1 { };
+			};
+
+			rcar_sound,ctu {
+				ctu00: ctu@0 { };
+				ctu01: ctu@1 { };
+				ctu02: ctu@2 { };
+				ctu03: ctu@3 { };
+				ctu10: ctu@4 { };
+				ctu11: ctu@5 { };
+				ctu12: ctu@6 { };
+				ctu13: ctu@7 { };
+			};
+
 			rcar_sound,src {
 				src0: src@0 {
 					interrupts = <0 352 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.1.4


WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 06/14] arm64: renesas: r8a7795: Sound CTU/MIX support
Date: Fri, 30 Oct 2015 08:27:52 +0900	[thread overview]
Message-ID: <1446161280-23097-7-git-send-email-horms+renesas@verge.net.au> (raw)
In-Reply-To: <1446161280-23097-1-git-send-email-horms+renesas@verge.net.au>

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

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

---

v5 [Simon Horman]
* Update for new CPG/MSSR bindings via Geert Uytterhoeven
---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index 03690b12f44b..774bdf84709a 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -375,6 +375,8 @@
 				 <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>,
 				 <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>,
 				 <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>,
+				 <&cpg CPG_MOD 1021>, <&cpg CPG_MOD 1020>,
+				 <&cpg CPG_MOD 1021>, <&cpg CPG_MOD 1020>,
 				 <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>,
 				 <&audio_clk_a>, <&audio_clk_b>,
 				 <&audio_clk_c>,
@@ -386,6 +388,8 @@
 				      "src.9", "src.8", "src.7", "src.6",
 				      "src.5", "src.4", "src.3", "src.2",
 				      "src.1", "src.0",
+				      "ctu.0", "ctu.1",
+				      "mix.0", "mix.1",
 				      "dvc.0", "dvc.1",
 				      "clk_a", "clk_b", "clk_c", "clk_i";
 			power-domains = <&cpg>;
@@ -402,6 +406,22 @@
 				};
 			};
 
+			rcar_sound,mix {
+				mix0: mix at 0 { };
+				mix1: mix at 1 { };
+			};
+
+			rcar_sound,ctu {
+				ctu00: ctu at 0 { };
+				ctu01: ctu at 1 { };
+				ctu02: ctu at 2 { };
+				ctu03: ctu at 3 { };
+				ctu10: ctu at 4 { };
+				ctu11: ctu at 5 { };
+				ctu12: ctu at 6 { };
+				ctu13: ctu at 7 { };
+			};
+
 			rcar_sound,src {
 				src0: src at 0 {
 					interrupts = <0 352 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.1.4

  parent reply	other threads:[~2015-10-29 23:27 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-29 23:27 [PATCH v5 00/14] arm64: renesas: add sound support Simon Horman
2015-10-29 23:27 ` Simon Horman
2015-10-29 23:27 ` [PATCH v5 01/14] arm64: renesas: r8a7795: add AUDIO_DMAC support Simon Horman
2015-10-29 23:27   ` Simon Horman
2015-10-29 23:27 ` [PATCH v5 02/14] arm64: renesas: r8a7795: Sound SSI PIO support Simon Horman
2015-10-29 23:27   ` Simon Horman
2015-10-29 23:27 ` [PATCH v5 03/14] arm64: renesas: r8a7795: Sound SSI DMA support Simon Horman
2015-10-29 23:27   ` Simon Horman
2015-10-29 23:27 ` [PATCH v5 04/14] arm64: renesas: r8a7795: Sound SRC support Simon Horman
2015-10-29 23:27   ` Simon Horman
2015-10-29 23:27 ` [PATCH v5 05/14] arm64: renesas: r8a7795: Sound DVC support Simon Horman
2015-10-29 23:27   ` Simon Horman
2015-10-29 23:27 ` Simon Horman [this message]
2015-10-29 23:27   ` [PATCH v5 06/14] arm64: renesas: r8a7795: Sound CTU/MIX support Simon Horman
2015-10-29 23:27 ` [PATCH v5 07/14] arm64: renesas: salvator-x: Sound SSI PIO support Simon Horman
2015-10-29 23:27   ` Simon Horman
2015-10-30  2:40   ` Kuninori Morimoto
2015-10-30  2:40     ` Kuninori Morimoto
2015-10-30  7:57     ` Simon Horman
2015-10-30  7:57       ` Simon Horman
2015-10-30 10:43   ` Sergei Shtylyov
2015-10-30 10:43     ` Sergei Shtylyov
2015-10-29 23:27 ` [PATCH v5 08/14] arm64: renesas: salvator-x: Sound SSI DMA support Simon Horman
2015-10-29 23:27   ` Simon Horman
2015-10-29 23:27 ` [PATCH v5 09/14] arm64: renesas: salvator-x: Sound SSI DMA support via BUSIF Simon Horman
2015-10-29 23:27   ` Simon Horman
2015-10-29 23:27 ` [PATCH v5 10/14] arm64: renesas: salvator-x: Sound SRC support Simon Horman
2015-10-29 23:27   ` Simon Horman
2015-10-29 23:27 ` [PATCH v5 11/14] arm64: renesas: salvator-x: Sound DVC support Simon Horman
2015-10-29 23:27   ` Simon Horman
2015-10-29 23:27 ` [PATCH v5 12/14] arm64: defconfig: add Renesas sound and AK4613 support Simon Horman
2015-10-29 23:27   ` Simon Horman
2015-10-29 23:27 ` [PATCH v5 13/14] arm64: defconfig: add Renesas R-Car DMAC driver support Simon Horman
2015-10-29 23:27   ` Simon Horman
2015-10-29 23:28 ` [PATCH v5 14/14] arm64: defconfig: add CS2000 " Simon Horman
2015-10-29 23:28   ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446161280-23097-7-git-send-email-horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.