aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2010-06-09 17:16:20 -0400
committerGrant Likely <grant.likely@secretlab.ca>2010-06-15 16:47:04 -0400
commit2b07be2493681220cac4d185494a4edb0b8efd1e (patch)
treebb97f1dd36a02df700b94779914cfb92017242ce /arch/powerpc/boot
parentf487537c2b6b23332bbea7ecb1fe793b6c74d5b2 (diff)
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: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/lite5200.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/lite5200.dts b/arch/powerpc/boot/dts/lite5200.dts
index d1502ef85edb..179a1785d645 100644
--- a/arch/powerpc/boot/dts/lite5200.dts
+++ b/arch/powerpc/boot/dts/lite5200.dts
@@ -234,8 +234,8 @@
234 reg = <0x3000 0x400>; // fec range, since we need to setup fec interrupts 234 reg = <0x3000 0x400>; // fec range, since we need to setup fec interrupts
235 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co. 235 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
236 236
237 phy0: ethernet-phy@1 { 237 phy0: ethernet-phy@0 {
238 reg = <1>; 238 reg = <0>;
239 }; 239 };
240 }; 240 };
241 241