From: Wolfgang Denk <wd@pollux.(none)>
Date: Thu, 3 Nov 2005 10:31:36 +0000 (+0100)
Subject: Adjust TQM85x PHY addresses for latest hardware revision.
X-Git-Tag: v2025.01-rc5-pxa1908~23151
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=4d03a21f2329bb13a9661a23742ac0b77a7a76d5;p=u-boot.git

Adjust TQM85x PHY addresses for latest hardware revision.
---

diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h
index db9b73417c..2cd46c96fb 100644
--- a/include/configs/TQM8540.h
+++ b/include/configs/TQM8540.h
@@ -307,7 +307,7 @@
 #define CONFIG_MPC85XX_TSEC1_NAME	"TSEC0"
 #define CONFIG_MPC85XX_TSEC2	1
 #define CONFIG_MPC85XX_TSEC2_NAME	"TSEC1"
-#define TSEC1_PHY_ADDR		0
+#define TSEC1_PHY_ADDR		2
 #define TSEC2_PHY_ADDR		1
 #define TSEC1_PHYIDX		0
 #define TSEC2_PHYIDX		0
diff --git a/include/configs/TQM8560.h b/include/configs/TQM8560.h
index d2c230d563..e7b11e6d36 100644
--- a/include/configs/TQM8560.h
+++ b/include/configs/TQM8560.h
@@ -309,7 +309,7 @@
 #define CONFIG_MPC85XX_TSEC1_NAME	"TSEC0"
 #define CONFIG_MPC85XX_TSEC2	1
 #define CONFIG_MPC85XX_TSEC2_NAME	"TSEC1"
-#define TSEC1_PHY_ADDR		0
+#define TSEC1_PHY_ADDR		2
 #define TSEC2_PHY_ADDR		1
 #define TSEC1_PHYIDX		0
 #define TSEC2_PHYIDX		0