diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-06-10 13:24:09 -0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-06-13 14:34:54 -0400 |
commit | af634df194955109197f0fe098d09eab741c0ce8 (patch) | |
tree | f57a1e7d5938d83835e9d522e12b3d7e220118df /Documentation | |
parent | d7858de94584a2edb842fa5bea1c5c7aa08608c4 (diff) |
dt: fsl-fec.txt: Fix gpio number assignment
Fix gpio number assignment, so that it can match the number stated in the comment.
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, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/fsl-fec.txt b/Documentation/devicetree/bindings/net/fsl-fec.txt index 7ab9e1a2d8be..4616fc28ee86 100644 --- a/Documentation/devicetree/bindings/net/fsl-fec.txt +++ b/Documentation/devicetree/bindings/net/fsl-fec.txt | |||
@@ -19,6 +19,6 @@ ethernet@83fec000 { | |||
19 | reg = <0x83fec000 0x4000>; | 19 | reg = <0x83fec000 0x4000>; |
20 | interrupts = <87>; | 20 | interrupts = <87>; |
21 | phy-mode = "mii"; | 21 | phy-mode = "mii"; |
22 | phy-reset-gpios = <&gpio1 14 0>; /* GPIO2_14 */ | 22 | phy-reset-gpios = <&gpio2 14 0>; /* GPIO2_14 */ |
23 | local-mac-address = [00 04 9F 01 1B B9]; | 23 | local-mac-address = [00 04 9F 01 1B B9]; |
24 | }; | 24 | }; |