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

Commit fc834777 authored by Nimrod Andy's avatar Nimrod Andy Committed by David S. Miller
Browse files

ARM: dts: imx6sx: correct i.MX6sx sdb board enet phy address



The commit (3d125f9c) cause i.MX6SX sdb enet cannot work. The cause is
the commit add mdio node with un-correct phy address.

The patch just correct i.MX6sx sdb board enet phy address.

Signed-off-by: default avatarFugang Duan <B38611@freescale.com>
Acked-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 22a5dc0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -167,11 +167,11 @@
		#size-cells = <0>;

		ethphy1: ethernet-phy@0 {
			reg = <0>;
			reg = <1>;
		};

		ethphy2: ethernet-phy@1 {
			reg = <1>;
			reg = <2>;
		};
	};
};