diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-11-18 17:28:07 +0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-12-03 09:35:35 +0400 |
commit | 21ea02686164a71f1d464835c602c3fe2a0f3d61 (patch) | |
tree | 121ce06038e0ade07b1be6538f960be26a876c2e /Documentation | |
parent | f1e8e3811486b858bcc7190477bc6e4ea8f3488c (diff) | |
download | linux-21ea02686164a71f1d464835c602c3fe2a0f3d61.tar.xz |
Documentation: net: fsl-fec.txt: Add phy-supply entry
phy-supply is an optional property of the fec driver, so add it to the binding
documentation.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/fsl-fec.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/fsl-fec.txt b/Documentation/devicetree/bindings/net/fsl-fec.txt index d53639221403..845ff848d895 100644 --- a/Documentation/devicetree/bindings/net/fsl-fec.txt +++ b/Documentation/devicetree/bindings/net/fsl-fec.txt @@ -15,6 +15,7 @@ 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-supply: regulator that powers the Ethernet PHY. Example: @@ -25,4 +26,5 @@ ethernet@83fec000 { phy-mode = "mii"; phy-reset-gpios = <&gpio2 14 0>; /* GPIO2_14 */ local-mac-address = [00 04 9F 01 1B B9]; + phy-supply = <®_fec_supply>; }; |