All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulrich Hecht <uli@fpond.eu>
To: Geert Uytterhoeven <geert+renesas@glider.be>,
	Simon Horman <horms@verge.net.au>,
	Magnus Damm <magnus.damm@gmail.com>
Cc: Vladimir Barinov <vladimir.barinov@cogentembedded.com>,
	Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>,
	linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH] arm64: dts: renesas: r8a77980: Fix IPMMU-VC0 base address
Date: Wed, 31 Jul 2019 16:34:39 +0200 (CEST)	[thread overview]
Message-ID: <2035520176.323020.1564583679166@webmail.strato.com> (raw)
In-Reply-To: <20190731133656.18037-1-geert+renesas@glider.be>


> On July 31, 2019 at 3:36 PM Geert Uytterhoeven <geert+renesas@glider.be> wrote:
> 
> 
> According to the R-Car Gen3 Hardware Manual Errata for Rev 1.50 of Feb
> 12, 2019, the base address of the IPMMU-VC0 block on R-Car V3H is
> 0xfe990000.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  arch/arm64/boot/dts/renesas/r8a77980.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/renesas/r8a77980.dtsi b/arch/arm64/boot/dts/renesas/r8a77980.dtsi
> index a901a341dcf71981..461a47ea656dabdf 100644
> --- a/arch/arm64/boot/dts/renesas/r8a77980.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r8a77980.dtsi
> @@ -1299,9 +1299,9 @@
>  			#iommu-cells = <1>;
>  		};
>  
> -		ipmmu_vc0: mmu@fe6b0000 {
> +		ipmmu_vc0: mmu@fe990000 {
>  			compatible = "renesas,ipmmu-r8a77980";
> -			reg = <0 0xfe6b0000 0 0x1000>;
> +			reg = <0 0xfe990000 0 0x1000>;
>  			renesas,ipmmu-main = <&ipmmu_mm 12>;
>  			power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
>  			#iommu-cells = <1>;
> -- 
> 2.17.1
>

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

CU
Uli

  reply	other threads:[~2019-07-31 14:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-31 13:36 [PATCH] arm64: dts: renesas: r8a77980: Fix IPMMU-VC0 base address Geert Uytterhoeven
2019-07-31 14:34 ` Ulrich Hecht [this message]
2019-08-19 13:17   ` 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=2035520176.323020.1564583679166@webmail.strato.com \
    --to=uli@fpond.eu \
    --cc=geert+renesas@glider.be \
    --cc=horms@verge.net.au \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=sergei.shtylyov@cogentembedded.com \
    --cc=vladimir.barinov@cogentembedded.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.