.../devicetree/bindings/net/renesas,rzv2h-gbeth.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
From: Biju Das <biju.das.jz@bp.renesas.com>
As per the RZ/G3L Hardware manual, CPG_CLKON_ETH register bits{12,13} are
to control the RMII{tx, rx} clocks. Document the rmii{tx.rx} clocks for
RZ/G3L SoC.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
.../devicetree/bindings/net/renesas,rzv2h-gbeth.yaml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml b/Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
index fb60f745a1ff..2125b5ddf73d 100644
--- a/Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
+++ b/Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
@@ -58,6 +58,8 @@ properties:
- description: TX clock phase-shifted by 180 degrees
- description: RX clock phase-shifted by 180 degrees
- description: RMII clock
+ - description: RMII TX clock
+ - description: RMII RX clock
minItems: 7
@@ -77,6 +79,8 @@ properties:
- const: tx-180
- const: rx-180
- const: rmii
+ - const: rmii_tx
+ - const: rmii_rx
minItems: 7
@@ -170,10 +174,10 @@ allOf:
then:
properties:
clocks:
- minItems: 8
+ minItems: 10
clock-names:
- minItems: 8
+ minItems: 10
interrupts:
minItems: 15
--
2.43.0
Acked-by: Conor Dooley <conor.dooley@microchip.com> pw-bot: not-applicable
On Wed, Feb 04, 2026 at 06:01:33PM +0000, Conor Dooley wrote: > Acked-by: Conor Dooley <conor.dooley@microchip.com> > > pw-bot: not-applicable Aw shit, this is a netdev patch. If I have screwed up the state, hopefully someone can fix it?
On Wed, 4 Feb 2026 18:02:50 +0000 Conor Dooley wrote: > On Wed, Feb 04, 2026 at 06:01:33PM +0000, Conor Dooley wrote: > > Acked-by: Conor Dooley <conor.dooley@microchip.com> > > > > pw-bot: not-applicable > > Aw shit, this is a netdev patch. > If I have screwed up the state, hopefully someone can fix it? Ugh, looks like I didn't implement the logic to ignore "+dt" in emails right, cause the cmd didn't even work :/
Hi Biju,
On Tue, 3 Feb 2026 at 11:45, Biju <biju.das.au@gmail.com> wrote:
> From: Biju Das <biju.das.jz@bp.renesas.com>
>
> As per the RZ/G3L Hardware manual, CPG_CLKON_ETH register bits{12,13} are
> to control the RMII{tx, rx} clocks. Document the rmii{tx.rx} clocks for
> RZ/G3L SoC.
>
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Doesn't this need a Fixes-tag?
Fixes: 3ac2aa31b489eb4e ("dt-bindings: net: renesas,rzv2h-gbeth:
Document Renesas RZ/G3L SoC")
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
© 2016 - 2026 Red Hat, Inc.