linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Simon Horman <horms@verge.net.au>, Magnus Damm <magnus.damm@gmail.com>
Cc: Fabrizio Castro <fabrizio.castro@bp.renesas.com>,
	Biju Das <biju.das@bp.renesas.com>,
	linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH v2 5/5] arm64: dts: renesas: r8a77990: Enable DMA for SCIF2
Date: Thu, 10 Jan 2019 14:39:17 +0100	[thread overview]
Message-ID: <20190110133917.21353-6-geert+renesas@glider.be> (raw)
In-Reply-To: <20190110133917.21353-1-geert+renesas@glider.be>

SCIF2 on R-Car E3 can be used with both DMAC1 and DMAC2.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v2:
  - No changes.
---
 arch/arm64/boot/dts/renesas/r8a77990.dtsi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a77990.dtsi b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
index 84bbe70cb0abfc88..786178cf1ffd1304 100644
--- a/arch/arm64/boot/dts/renesas/r8a77990.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
@@ -993,7 +993,9 @@
 				 <&cpg CPG_CORE R8A77990_CLK_S3D1C>,
 				 <&scif_clk>;
 			clock-names = "fck", "brg_int", "scif_clk";
-
+			dmas = <&dmac1 0x13>, <&dmac1 0x12>,
+			       <&dmac2 0x13>, <&dmac2 0x12>;
+			dma-names = "tx", "rx", "tx", "rx";
 			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
 			resets = <&cpg 310>;
 			status = "disabled";
-- 
2.17.1


  parent reply	other threads:[~2019-01-10 13:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-10 13:39 [PATCH v2 0/5] arm64: dts: renesas: Enable DMA for SCIF2 where missing Geert Uytterhoeven
2019-01-10 13:39 ` [PATCH v2 1/5] arm64: dts: renesas: r8a774a1: Enable DMA for SCIF2 Geert Uytterhoeven
2019-01-10 13:39 ` [PATCH v2 2/5] arm64: dts: renesas: r8a774c0: " Geert Uytterhoeven
2019-01-10 13:39 ` [PATCH v2 3/5] arm64: dts: renesas: r8a7796: " Geert Uytterhoeven
2019-01-10 13:39 ` [PATCH v2 4/5] arm64: dts: renesas: r8a77965: " Geert Uytterhoeven
2019-01-10 13:39 ` Geert Uytterhoeven [this message]
2019-01-17 13:25 ` [PATCH v2 0/5] arm64: dts: renesas: Enable DMA for SCIF2 where missing 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=20190110133917.21353-6-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=biju.das@bp.renesas.com \
    --cc=fabrizio.castro@bp.renesas.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).