All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Simon <horms@verge.net.au>, Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Magnus <magnus.damm@gmail.com>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>
Subject: [PATCH v2 --/--] arm64: renesas: r8a7796: add IPMMU support for AUDIO DMAC
Date: Fri, 12 May 2017 00:17:24 +0000	[thread overview]
Message-ID: <878tm39bly.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <87o9uz9bv5.wl%kuninori.morimoto.gx@renesas.com>

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

- This is for renesas-drivers

 arch/arm64/boot/dts/renesas/r8a7796.dtsi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
index c7bd585..f815532 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
@@ -1083,6 +1083,14 @@
 					"ch12", "ch13", "ch14", "ch15";
 			clocks = <&cpg CPG_MOD 502>;
 			clock-names = "fck";
+			iommus = <&ipmmu_mp0 0>, <&ipmmu_mp0 1>,
+			       <&ipmmu_mp0 2>, <&ipmmu_mp0 3>,
+			       <&ipmmu_mp0 4>, <&ipmmu_mp0 5>,
+			       <&ipmmu_mp0 6>, <&ipmmu_mp0 7>,
+			       <&ipmmu_mp0 8>, <&ipmmu_mp0 9>,
+			       <&ipmmu_mp0 10>, <&ipmmu_mp0 11>,
+			       <&ipmmu_mp0 12>, <&ipmmu_mp0 13>,
+			       <&ipmmu_mp0 14>, <&ipmmu_mp0 15>;
 			power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
 			resets = <&cpg 502>;
 			#dma-cells = <1>;
@@ -1117,6 +1125,14 @@
 					"ch12", "ch13", "ch14", "ch15";
 			clocks = <&cpg CPG_MOD 501>;
 			clock-names = "fck";
+			iommus = <&ipmmu_mp0 16>, <&ipmmu_mp0 17>,
+			       <&ipmmu_mp0 18>, <&ipmmu_mp0 19>,
+			       <&ipmmu_mp0 20>, <&ipmmu_mp0 21>,
+			       <&ipmmu_mp0 22>, <&ipmmu_mp0 23>,
+			       <&ipmmu_mp0 24>, <&ipmmu_mp0 25>,
+			       <&ipmmu_mp0 26>, <&ipmmu_mp0 27>,
+			       <&ipmmu_mp0 28>, <&ipmmu_mp0 29>,
+			       <&ipmmu_mp0 30>, <&ipmmu_mp0 31>;
 			power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
 			resets = <&cpg 501>;
 			#dma-cells = <1>;
-- 
1.9.1

  parent reply	other threads:[~2017-05-12  0:17 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-12  0:11 [PATCH v2 00/10] arm64: renesas: r8a7796: add Sound support Kuninori Morimoto
2017-05-12  0:12 ` [PATCH v2 01/10] pinctrl: sh-pfc: r8a7796: Rename SSI_{WS,SCK}0129 to SSI_{WS,SCK}01239 Kuninori Morimoto
2017-05-12 11:24   ` Geert Uytterhoeven
2017-05-12  0:13 ` [PATCH v2 02/10] pinctrl: sh-pfc: r8a7796: add Audio SSI pin support Kuninori Morimoto
2017-05-12 11:58   ` Geert Uytterhoeven
2017-05-15  0:23     ` Kuninori Morimoto
2017-05-15  9:00       ` Geert Uytterhoeven
2017-05-15  9:07         ` Kuninori Morimoto
2017-05-15  9:17           ` Geert Uytterhoeven
2017-05-16  1:25             ` Kuninori Morimoto
2017-05-16  7:15               ` Geert Uytterhoeven
2017-05-12  0:13 ` [PATCH v2 03/10] pinctrl: sh-pfc: r8a7796: add Audio clock " Kuninori Morimoto
2017-05-12 12:06   ` Geert Uytterhoeven
2017-05-12  0:14 ` [PATCH v2 04/10] arm64: renesas: r8a7796: add AUDIO_DMAC support Kuninori Morimoto
2017-05-12  0:14 ` [PATCH v2 05/10] arm64: renesas: r8a7796: add Sound SSI PIO support Kuninori Morimoto
2017-05-12  9:43   ` Geert Uytterhoeven
2017-05-15  1:01     ` [PATCH] arm64: dts: r8a7796: tidyup power-domains for R-Car Sound Kuninori Morimoto
2017-05-15  5:53     ` [PATCH v2 05/10] arm64: renesas: r8a7796: add Sound SSI PIO support Simon Horman
2017-05-12  0:15 ` [PATCH v2 06/10] arm64: renesas: r8a7796: add Sound SSI DMA support Kuninori Morimoto
2017-05-12  0:15 ` [PATCH v2 07/10] arm64: renesas: r8a7796: add Sound SRC support Kuninori Morimoto
2017-05-12  0:15 ` [PATCH v2 08/10] arm64: renesas: r8a7796: add Sound DVC support Kuninori Morimoto
2017-05-12  0:16 ` [PATCH v2 09/10] arm64: renesas: r8a7796: add Sound CTU support Kuninori Morimoto
2017-05-12  0:16 ` [PATCH v2 10/10] arm64: renesas: r8a7796: add Sound MIX support Kuninori Morimoto
2017-05-12  0:17 ` Kuninori Morimoto [this message]
2017-05-12  7:57 ` [PATCH v2 00/10] arm64: renesas: r8a7796: add Sound support Simon Horman
2017-05-12  8:54   ` 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=878tm39bly.wl%kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=geert@linux-m68k.org \
    --cc=horms@verge.net.au \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /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.