linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ulrich Hecht <uli@fpond.eu>
To: Geert Uytterhoeven <geert+renesas@glider.be>,
	Magnus Damm <magnus.damm@gmail.com>
Cc: linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH 1/2] arm64: dts: renesas: r8a77990: Fix MSIOF1 DMA channels
Date: Sat, 19 Sep 2020 11:34:45 +0200 (CEST)	[thread overview]
Message-ID: <391035688.1109009.1600508085865@webmail.strato.com> (raw)
In-Reply-To: <20200917132117.8515-2-geert+renesas@glider.be>


> On 09/17/2020 3:21 PM Geert Uytterhoeven <geert+renesas@glider.be> wrote:
> 
>  
> According to Technical Update TN-RCT-S0352A/E, MSIOF1 DMA can only be
> used with SYS-DMAC0 on R-Car E3.
> 
> Fixes: 8517042060b55a37 ("arm64: dts: renesas: r8a77990: Add DMA properties to MSIOF nodes")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  arch/arm64/boot/dts/renesas/r8a77990.dtsi | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/renesas/r8a77990.dtsi b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
> index 2cdf766fe3651809..87d41bc076a99d95 100644
> --- a/arch/arm64/boot/dts/renesas/r8a77990.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
> @@ -1193,9 +1193,8 @@
>  			reg = <0 0xe6ea0000 0 0x0064>;
>  			interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
>  			clocks = <&cpg CPG_MOD 210>;
> -			dmas = <&dmac1 0x43>, <&dmac1 0x42>,
> -			       <&dmac2 0x43>, <&dmac2 0x42>;
> -			dma-names = "tx", "rx", "tx", "rx";
> +			dmas = <&dmac0 0x43>, <&dmac0 0x42>;
> +			dma-names = "tx", "rx";
>  			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
>  			resets = <&cpg 210>;
>  			#address-cells = <1>;
> -- 
> 2.17.1

Reviewed-by: Ulrich Hecht <uli+renesas@fpond.eu>

CU
Uli

  reply	other threads:[~2020-09-19  9:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17 13:21 [PATCH 0/2] arm64: dts: renesas: Fix MSIOF1 DMA channels Geert Uytterhoeven
2020-09-17 13:21 ` [PATCH 1/2] arm64: dts: renesas: r8a77990: " Geert Uytterhoeven
2020-09-19  9:34   ` Ulrich Hecht [this message]
2020-09-17 13:21 ` [PATCH 2/2] arm64: dts: renesas: r8a774c0: " Geert Uytterhoeven
2020-09-19  9:36   ` Ulrich Hecht
2020-09-21  7:33     ` Geert Uytterhoeven

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=391035688.1109009.1600508085865@webmail.strato.com \
    --to=uli@fpond.eu \
    --cc=geert+renesas@glider.be \
    --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).