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 <dbarysh...@gmail.com>
Cc: René Bürgel <r.buer...@unicontrol.de>
Cc: Paul Mackerras <pau...@samba.org>
Cc: Grant Likely <grant.lik...@secretlab.ca>
Cc: Yogesh Chaudhari <mr.yog...@gmail.com>
---
 arch/powerpc/boot/dts/lite5200.dts |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/boot/dts/lite5200.dts 
b/arch/powerpc/boot/dts/lite5200.dts
index 82ff2b1..3532e6f 100644
--- a/arch/powerpc/boot/dts/lite5200.dts
+++ b/arch/powerpc/boot/dts/lite5200.dts
@@ -230,8 +230,8 @@
                        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-...@1 {
-                               reg = <1>;
+                       phy0: ethernet-...@0 {
+                               reg = <0>;
                        };
                };
 
@@ -281,4 +281,25 @@
                          0x02000000 0 0xa0000000 0xa0000000 0 0x10000000
                          0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
        };
+
+               /*
+       localbus {
+               compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
+
+               #address-cells = <2>;
+               #size-cells = <1>;
+
+               ranges = <0 0 0xff000000 0x01000000>;
+
+               fl...@0,0 {
+                       compatible = "cfi-flash";
+                       reg = <0 0x01000000 0x00800000>;
+                       bank-width = <1>;
+                       #size-cells = <1>;
+                       #address-cells = <1>;
+
+               };
+       };
+*/
+
 };
-- 
1.7.1

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to