提交 af634df1 编写于 作者: F Fabio Estevam 提交者: Rob Herring

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: NFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: NRob Herring <rob.herring@calxeda.com>
上级 d7858de9
...@@ -19,6 +19,6 @@ ethernet@83fec000 { ...@@ -19,6 +19,6 @@ ethernet@83fec000 {
reg = <0x83fec000 0x4000>; reg = <0x83fec000 0x4000>;
interrupts = <87>; interrupts = <87>;
phy-mode = "mii"; 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]; local-mac-address = [00 04 9F 01 1B B9];
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册