Skip to content

Commit b724132

Browse files
jeremie-dautheribeskuba-moo
authored andcommitted
dt-bindings: net: dp83822: change ti,rmii-mode description
Drop reference to the 25MHz clock as it has nothing to do with connecting the PHY and the MAC. Add info about the reference clock direction between the PHY and the MAC as it depends on the selected rmii mode. Suggested-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jérémie Dautheribes <jeremie.dautheribes@bootlin.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20240305141309.127669-1-jeremie.dautheribes@bootlin.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 7a04ff1 commit b724132

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/devicetree/bindings/net/ti,dp83822.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ properties:
8484
description: |
8585
If present, select the RMII operation mode. Two modes are
8686
available:
87-
- RMII master, where the PHY operates from a 25MHz clock reference,
88-
provided by a crystal or a CMOS-level oscillator
89-
- RMII slave, where the PHY operates from a 50MHz clock reference,
90-
provided by a CMOS-level oscillator
87+
- RMII master, where the PHY outputs a 50MHz reference clock which can
88+
be connected to the MAC.
89+
- RMII slave, where the PHY expects a 50MHz reference clock input
90+
shared with the MAC.
9191
The RMII operation mode can also be configured by its straps.
9292
If the strap pin is not set correctly or not set at all, then this can be
9393
used to configure it.

0 commit comments

Comments
 (0)