aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-06-10 14:24:09 -0300
committerRob Herring <rob.herring@calxeda.com>2012-06-13 13:34:54 -0500
commitaf634df194955109197f0fe098d09eab741c0ce8 (patch)
treef57a1e7d5938d83835e9d522e12b3d7e220118df /Documentation/devicetree/bindings/net
parentdt: fsl-mma8450.txt: Add missing 'reg' description (diff)
downloadlinux-dev-af634df194955109197f0fe098d09eab741c0ce8.tar.xz
linux-dev-af634df194955109197f0fe098d09eab741c0ce8.zip
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/devicetree/bindings/net')
-rw-r--r--Documentation/devicetree/bindings/net/fsl-fec.txt2
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 {
reg = <0x83fec000 0x4000>;
interrupts = <87>;
phy-mode = "mii";
- phy-reset-gpios = <&gpio1 14 0>; /* GPIO2_14 */
+ phy-reset-gpios = <&gpio2 14 0>; /* GPIO2_14 */
local-mac-address = [00 04 9F 01 1B B9];
};