]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/5200: fix lite5200 ethernet phy address
authorDmitry Baryshkov <dbaryshkov@gmail.com>
Wed, 9 Jun 2010 21:16:20 +0000 (21:16 +0000)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 15 Jun 2010 20:47:04 +0000 (14:47 -0600)
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>
arch/powerpc/boot/dts/lite5200.dts

index d1502ef85edbb6e5258476f72129b13f8cee325b..179a1785d6454dbfdda53a532474dfa4c5c5340e 100644 (file)
                        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.
 
-                       phy0: ethernet-phy@1 {
-                               reg = <1>;
+                       phy0: ethernet-phy@0 {
+                               reg = <0>;
                        };
                };