summaryrefslogtreecommitdiffstats
path: root/include/configs/sbc8548.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2008-12-11 15:47:50 -0500
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-12-19 18:32:48 -0600
commit58da8890d5fbd074746037722a423de9ac408616 (patch)
tree6b0f74c95a717270c0bd91f704e32a23c4c999df /include/configs/sbc8548.h
parentad22f9273c6f24fbfa917e867680e9688e0c59c5 (diff)
downloadtalos-obmc-uboot-58da8890d5fbd074746037722a423de9ac408616.tar.gz
talos-obmc-uboot-58da8890d5fbd074746037722a423de9ac408616.zip
sbc8548: use proper PHY address
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>
Diffstat (limited to 'include/configs/sbc8548.h')
-rw-r--r--include/configs/sbc8548.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h
index 8a7b0da4d0..8141a46dc0 100644
--- a/include/configs/sbc8548.h
+++ b/include/configs/sbc8548.h
@@ -401,8 +401,8 @@
#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
OpenPOWER on IntegriCloud