mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Rob Herring (Arm)" <robh@kernel.org>
To: Prabhakar <prabhakar.csengg@gmail.com>
Cc: devicetree@vger.kernel.org, Paolo Abeni <pabeni@redhat.com>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	linux-renesas-soc@vger.kernel.org,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Andrew Lunn <andrew+netdev@lunn.ch>,
	Fabrizio Castro <fabrizio.castro.jz@renesas.com>,
	linux-kernel@vger.kernel.org,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	netdev@vger.kernel.org, Eric Dumazet <edumazet@google.com>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Jakub Kicinski <kuba@kernel.org>,
	"Russell King (Oracle)" <rmk+kernel@armlinux.org.uk>,
	Biju Das <biju.das.jz@bp.renesas.com>,
	"David S. Miller" <davem@davemloft.net>,
	Jose Abreu <joabreu@synopsys.com>,
	Giuseppe Cavallaro <peppe.cavallaro@st.com>,
	Conor Dooley <conor+dt@kernel.org>
Subject: Re: [PATCH net-next v2 2/3] dt-bindings: net: Document support for Renesas RZ/V2H(P) GBETH
Date: Mon, 10 Mar 2025 16:31:35 -0500	[thread overview]
Message-ID: <174164229502.924583.17160313707373753465.robh@kernel.org> (raw)
In-Reply-To: <20250308200921.1089980-3-prabhakar.mahadev-lad.rj@bp.renesas.com>


On Sat, 08 Mar 2025 20:09:20 +0000, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> 
> GBETH IP on the Renesas RZ/V2H(P) SoC is integrated with Synopsys
> DesignWare MAC (version 5.20). Document the device tree bindings for
> the GBETH glue layer.
> 
> Generic compatible string 'renesas,rzv2h-gbeth' is added since this
> module is identical on both the RZ/V2H(P) and RZ/G3E SoCs.
> 
> The Rx/Tx clocks supplied for GBETH on the RZ/V2H(P) SoC is depicted
> below:
> 
>                       Rx / Tx
> -------+------------- on / off -------
>        |
>        |            Rx-180 / Tx-180
>        +---- not ---- on / off -------
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
> v1->v2
> - Updated commit description
> - Updated interrupts description for clarity
> - Updated interrupt-names for clarity
> - Updated example node
> ---
>  .../bindings/net/renesas,r9a09g057-gbeth.yaml | 213 ++++++++++++++++++
>  .../devicetree/bindings/net/snps,dwmac.yaml   |   1 +
>  2 files changed, 214 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/net/renesas,r9a09g057-gbeth.yaml
> 

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>


  reply	other threads:[~2025-03-10 21:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-08 20:09 [PATCH net-next v2 0/3] Add GBETH glue layer driver for Renesas RZ/V2H(P) SoC Prabhakar
2025-03-08 20:09 ` [PATCH net-next v2 1/3] dt-bindings: net: dwmac: Increase 'maxItems' for 'interrupts' and 'interrupt-names' Prabhakar
2025-03-10 21:30   ` Rob Herring
2025-03-11  7:16     ` Lad, Prabhakar
2025-03-11  8:50       ` Lad, Prabhakar
2025-03-08 20:09 ` [PATCH net-next v2 2/3] dt-bindings: net: Document support for Renesas RZ/V2H(P) GBETH Prabhakar
2025-03-10 21:31   ` Rob Herring (Arm) [this message]
2025-03-08 20:09 ` [PATCH net-next v2 3/3] net: stmmac: Add DWMAC glue layer for Renesas GBETH Prabhakar
2025-03-09  8:50   ` Russell King (Oracle)
2025-03-09 11:24     ` Lad, Prabhakar
2025-03-09 12:18       ` Russell King (Oracle)
2025-03-09 21:06         ` Lad, Prabhakar
2025-03-09  8:53   ` [PATCH net-next] net: stmmac: allow platforms to use PHY tx clock stop capability Russell King (Oracle)

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=174164229502.924583.17160313707373753465.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=alexandre.torgue@foss.st.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=fabrizio.castro.jz@renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=joabreu@synopsys.com \
    --cc=krzk+dt@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=pabeni@redhat.com \
    --cc=peppe.cavallaro@st.com \
    --cc=prabhakar.csengg@gmail.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=rmk+kernel@armlinux.org.uk \
    /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

all inboxes | Powered by JetHome®