Skip to content

Commit b54dd90

Browse files
blocktrrondavem330
authored andcommitted
dt-bindings: net: add PHY reset controller binding
Add the documentation for PHY reset lines controlled by a reset controller. Signed-off-by: David Bauer <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 8a99aa5 commit b54dd90

File tree

1 file changed

+6
-0
lines changed
  • Documentation/devicetree/bindings/net

1 file changed

+6
-0
lines changed

Documentation/devicetree/bindings/net/phy.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ Optional Properties:
5151
to ensure the integrated PHY is used. The absence of this property indicates
5252
the muxers should be configured so that the external PHY is used.
5353

54+
- resets: The reset-controller phandle and specifier for the PHY reset signal.
55+
56+
- reset-names: Must be "phy" for the PHY reset signal.
57+
5458
- reset-gpios: The GPIO phandle and specifier for the PHY reset signal.
5559

5660
- reset-assert-us: Delay after the reset was asserted in microseconds.
@@ -67,6 +71,8 @@ ethernet-phy@0 {
6771
interrupts = <35 IRQ_TYPE_EDGE_RISING>;
6872
reg = <0>;
6973

74+
resets = <&rst 8>;
75+
reset-names = "phy";
7076
reset-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
7177
reset-assert-us = <1000>;
7278
reset-deassert-us = <2000>;

0 commit comments

Comments
 (0)