aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net/fsl-fec.txt
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2016-02-08 21:21:13 +0100
committerDavid S. Miller <davem@davemloft.net>2016-02-16 15:15:40 -0500
commit64f10f6ebf5a6d3aef106af43cf697682d022f48 (patch)
treea1245a37e1c2d5f9d561d12d3f9ac6bc9a10df43 /Documentation/devicetree/bindings/net/fsl-fec.txt
parentMerge branch 'bcm7xxx-cleanups' (diff)
downloadlinux-dev-64f10f6ebf5a6d3aef106af43cf697682d022f48.tar.xz
linux-dev-64f10f6ebf5a6d3aef106af43cf697682d022f48.zip
net: fec: Add "phy-reset-active-low" property to DT
We need that for a custom hardware that needs the reverse reset sequence. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/fsl-fec.txt')
-rw-r--r--Documentation/devicetree/bindings/net/fsl-fec.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/fsl-fec.txt b/Documentation/devicetree/bindings/net/fsl-fec.txt
index a9eb611bee68..a4799fff0d1f 100644
--- a/Documentation/devicetree/bindings/net/fsl-fec.txt
+++ b/Documentation/devicetree/bindings/net/fsl-fec.txt
@@ -12,6 +12,9 @@ Optional properties:
only if property "phy-reset-gpios" is available. Missing the property
will have the duration be 1 millisecond. Numbers greater than 1000 are
invalid and 1 millisecond will be used instead.
+- phy-reset-active-low : If present then the reset sequence using the GPIO
+ specified in the "phy-reset-gpios" property is reversed (H=reset state,
+ L=operation state).
- phy-supply : regulator that powers the Ethernet PHY.
- phy-handle : phandle to the PHY device connected to this device.
- fixed-link : Assume a fixed link. See fixed-link.txt in the same directory.