Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af634df1 authored by Fabio Estevam's avatar Fabio Estevam Committed by Rob Herring
Browse files

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
parent d7858de9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];
};