Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks

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>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20260203104541.264759-1-biju.das.jz@bp.renesas.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Biju Das and committed by
Jakub Kicinski
d2adcbda d713ed0f

+6 -2
+6 -2
Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
··· 58 58 - description: TX clock phase-shifted by 180 degrees 59 59 - description: RX clock phase-shifted by 180 degrees 60 60 - description: RMII clock 61 + - description: RMII TX clock 62 + - description: RMII RX clock 61 63 62 64 minItems: 7 63 65 ··· 79 77 - const: tx-180 80 78 - const: rx-180 81 79 - const: rmii 80 + - const: rmii_tx 81 + - const: rmii_rx 82 82 83 83 minItems: 7 84 84 ··· 174 170 then: 175 171 properties: 176 172 clocks: 177 - minItems: 8 173 + minItems: 10 178 174 179 175 clock-names: 180 - minItems: 8 176 + minItems: 10 181 177 182 178 interrupts: 183 179 minItems: 15