All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: "Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>
Cc: linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH 1/2] arm64: dts: renesas: r8a779g0: R-Car Ethernet TSN support
Date: Thu, 15 Feb 2024 17:11:18 +0100	[thread overview]
Message-ID: <CAMuHMdV_a2u7PPaYbu+zU7-5jN2+ux6e4AAsWxC6+LCFyfvgPQ@mail.gmail.com> (raw)
In-Reply-To: <20240122160441.759620-2-niklas.soderlund+renesas@ragnatech.se>

Hi Niklas,

On Mon, Jan 22, 2024 at 5:06 PM Niklas Söderlund
<niklas.soderlund+renesas@ragnatech.se> wrote:
> Add Ethernet TSN support for R-Car V4H.
>
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

Thanks for your patch!

> --- a/arch/arm64/boot/dts/renesas/r8a779g0.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r8a779g0.dtsi
> @@ -538,6 +538,22 @@ tmu4: timer@ffc00000 {
>                         status = "disabled";
>                 };
>
> +               tsn0: ethernet@e6460000 {
> +                       compatible = "renesas,r8a779g0-ethertsn", "renesas,rcar-gen4-ethertsn";
> +                       reg = <0 0xe6460000 0 0x7000>,
> +                             <0 0xe6449000 0 0x500>;
> +                       reg-names = "tsnes", "gptp";
> +                       interrupts = <GIC_SPI 429 IRQ_TYPE_LEVEL_HIGH>,
> +                                    <GIC_SPI 430 IRQ_TYPE_LEVEL_HIGH>;
> +                       interrupt-names = "tx", "rx";
> +                       clocks = <&cpg CPG_MOD 2723>;
> +                       power-domains = <&sysc R8A779G0_PD_ALWAYS_ON>;
> +                       resets = <&cpg 2723>;
> +                       #address-cells = <1>;
> +                       #size-cells = <0>;
> +                       status = "disabled";
> +               };
> +
>                 i2c0: i2c@e6500000 {
>                         compatible = "renesas,i2c-r8a779g0",
>                                      "renesas,rcar-gen4-i2c";

Matches the bindings (for which I did have some comments), so
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

  reply	other threads:[~2024-02-15 16:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-22 16:04 [PATCH 0/2] arm64: dts: renesas: Add TSN support for V4H Niklas Söderlund
2024-01-22 16:04 ` [PATCH 1/2] arm64: dts: renesas: r8a779g0: R-Car Ethernet TSN support Niklas Söderlund
2024-02-15 16:11   ` Geert Uytterhoeven [this message]
2024-01-22 16:04 ` [PATCH 2/2] arm64: dts: renesas: white-hawk: Add Ethernet TSN overlay Niklas Söderlund
2024-02-15 16:37   ` 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=CAMuHMdV_a2u7PPaYbu+zU7-5jN2+ux6e4AAsWxC6+LCFyfvgPQ@mail.gmail.com \
    --to=geert@linux-m68k.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=niklas.soderlund+renesas@ragnatech.se \
    /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.