devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Magnus Damm <magnus.damm@gmail.com>,
	Rob Herring <robh@kernel.org>,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	 linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org,
	 linux-kernel@vger.kernel.org,
	Biju Das <biju.das.jz@bp.renesas.com>,
	 Fabrizio Castro <fabrizio.castro.jz@renesas.com>,
	 Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: Re: [PATCH 1/6] arm64: dts: renesas: r9a09g077: Add I2C controller nodes
Date: Fri, 4 Jul 2025 00:51:22 +0100	[thread overview]
Message-ID: <CA+V-a8uTbEfD+egzRHjw6og=mh-+WzhwLVT6gZPi6OHjAdLEQQ@mail.gmail.com> (raw)
In-Reply-To: <CAMuHMdVDjdgKDPA3ARPby=Os=WnrXRZQSTc_54oPJpbJ9GV8-g@mail.gmail.com>

Hi Geert,

Thank you for the review.

On Thu, Jul 3, 2025 at 10:45 AM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> Hi Prabhakar,
>
> On Wed, 25 Jun 2025 at 17:30, Prabhakar <prabhakar.csengg@gmail.com> wrote:
> > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> >
> > The Renesas RZ/T2H ("R9A09G077") SoC includes three I2C (RIIC) channels.
> > Adds the device tree nodes for all three I2C controllers to RZ/T2H
> > SoC DTSI.
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Thanks for your patch!
>
> > --- a/arch/arm64/boot/dts/renesas/r9a09g077.dtsi
> > +++ b/arch/arm64/boot/dts/renesas/r9a09g077.dtsi
> > @@ -90,6 +90,51 @@ sci0: serial@80005000 {
> >                         status = "disabled";
> >                 };
> >
> > +               i2c0: i2c@80088000 {
> > +                       compatible = "renesas,riic-r9a09g077";
> > +                       reg = <0 0x80088000 0 0x400>;
> > +                       interrupts = <GIC_SPI 614 IRQ_TYPE_LEVEL_HIGH>,
> > +                                    <GIC_SPI 615 IRQ_TYPE_EDGE_RISING>,
> > +                                    <GIC_SPI 616 IRQ_TYPE_EDGE_RISING>,
> > +                                    <GIC_SPI 617 IRQ_TYPE_LEVEL_HIGH>;
> > +                       interrupt-names = "eei", "rxi", "txi", "tei";
> > +                       clocks = <&cpg CPG_MOD 100>;
> > +                       power-domains = <&cpg>;
> > +                       #address-cells = <1>;
> > +                       #size-cells = <0>;
> > +                       status = "disabled";
> > +               };
> > +
> > +               i2c1: i2c@80088004 {
>
> 80088400
>
Agreed.

> Aha, the related warning was demoted to W=1:
>
Thanks for the hint, I always ran it with W=2.

>     Warning (simple_bus_reg): /soc/i2c@80088004: simple-bus unit
> address format error, expected "80088400"
>

> > +                       compatible = "renesas,riic-r9a09g077";
> > +                       reg = <0 0x80088400 0 0x400>;
> > +                       interrupts = <GIC_SPI 618 IRQ_TYPE_LEVEL_HIGH>,
> > +                                    <GIC_SPI 619 IRQ_TYPE_EDGE_RISING>,
> > +                                    <GIC_SPI 620 IRQ_TYPE_EDGE_RISING>,
> > +                                    <GIC_SPI 621 IRQ_TYPE_LEVEL_HIGH>;
> > +                       interrupt-names = "eei", "rxi", "txi", "tei";
> > +                       clocks = <&cpg CPG_MOD 101>;
> > +                       power-domains = <&cpg>;
> > +                       #address-cells = <1>;
> > +                       #size-cells = <0>;
> > +                       status = "disabled";
> > +               };
> > +
> > +               i2c2: i2c@81008000 {
> > +                       compatible = "renesas,riic-r9a09g077";
> > +                       reg = <0 0x81008000 0 0x400>;
> > +                       interrupts = <GIC_SPI 622 IRQ_TYPE_LEVEL_HIGH>,
> > +                                    <GIC_SPI 623 IRQ_TYPE_EDGE_RISING>,
> > +                                    <GIC_SPI 624 IRQ_TYPE_EDGE_RISING>,
> > +                                    <GIC_SPI 625 IRQ_TYPE_LEVEL_HIGH>;
> > +                       interrupt-names = "eei", "rxi", "txi", "tei";
> > +                       clocks = <&cpg CPG_MOD 501>;
>
> 601
>
Agreed.

Cheers,
Prabhakar

  reply	other threads:[~2025-07-03 23:51 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-25 15:30 [PATCH 0/6] arm64: dts: renesas: Add I2C and SDHI nodes for RZ/T2H and RZ/N2H SoCs Prabhakar
2025-06-25 15:30 ` [PATCH 1/6] arm64: dts: renesas: r9a09g077: Add I2C controller nodes Prabhakar
2025-07-03  9:45   ` Geert Uytterhoeven
2025-07-03 23:51     ` Lad, Prabhakar [this message]
2025-06-25 15:30 ` [PATCH 2/6] arm64: dts: renesas: r9a09g087: " Prabhakar
2025-07-03  9:50   ` Geert Uytterhoeven
2025-06-25 15:30 ` [PATCH 3/6] arm64: dts: renesas: r9a09g077: Add SDHI nodes Prabhakar
2025-07-03  9:55   ` Geert Uytterhoeven
2025-07-03 23:52     ` Lad, Prabhakar
2025-07-04 17:12       ` Lad, Prabhakar
2025-07-07  9:47         ` Geert Uytterhoeven
2025-06-25 15:30 ` [PATCH 4/6] arm64: dts: renesas: r9a09g087: " Prabhakar
2025-07-03  9:56   ` Geert Uytterhoeven
2025-07-07  9:48     ` Geert Uytterhoeven
2025-06-25 15:30 ` [PATCH 5/6] arm64: dts: renesas: r9a09g077m44-rzt2h-evk: Add user LEDs Prabhakar
2025-06-25 15:30 ` [PATCH 6/6] arm64: dts: renesas: r9a09g087m44-rzn2h-evk: " Prabhakar
2025-06-26 14:26 ` [PATCH 0/6] arm64: dts: renesas: Add I2C and SDHI nodes for RZ/T2H and RZ/N2H SoCs Geert Uytterhoeven
2025-06-27 12:53   ` Lad, Prabhakar

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='CA+V-a8uTbEfD+egzRHjw6og=mh-+WzhwLVT6gZPi6OHjAdLEQQ@mail.gmail.com' \
    --to=prabhakar.csengg@gmail.com \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fabrizio.castro.jz@renesas.com \
    --cc=geert@linux-m68k.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh@kernel.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 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).