Commit 2b07be24 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Grant Likely
Browse files

powerpc/5200: fix lite5200 ethernet phy address



According to my schematics, on Lite5200 board ethernet phy uses address
0 (all ADDR lines are pulled down). With this change I can talk to
onboard phy (LXT971) and correctly use autonegotiation.

Signed-off-by: default avatarDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent f487537c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -234,8 +234,8 @@
			reg = <0x3000 0x400>;	// fec range, since we need to setup fec interrupts
			reg = <0x3000 0x400>;	// fec range, since we need to setup fec interrupts
			interrupts = <2 5 0>;	// these are for "mii command finished", not link changes & co.
			interrupts = <2 5 0>;	// these are for "mii command finished", not link changes & co.


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