]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sbc8548: use proper PHY address
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Dec 2008 20:47:50 +0000 (15:47 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Sat, 20 Dec 2008 00:32:48 +0000 (18:32 -0600)
The values given for the PHY address were wrong, so the code
read no valid PHY ID, and fell through to the generic PHY
support, which would work on 1000M but would not auto negotiate
down to 100M or 10M.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/configs/sbc8548.h

index 8a7b0da4d0f6cc0f3eee1618f073c1c17bca304b..8141a46dc073f10627f894938b42449ac6df451b 100644 (file)
 #define CONFIG_TSEC2_NAME      "eTSEC1"
 #undef CONFIG_MPC85XX_FEC
 
-#define TSEC1_PHY_ADDR         0
-#define TSEC2_PHY_ADDR         1
+#define TSEC1_PHY_ADDR         0x19
+#define TSEC2_PHY_ADDR         0x1a
 
 #define TSEC1_PHYIDX           0
 #define TSEC2_PHYIDX           0