]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00160667 mx53 ard: fix ethernet unwork
authorDong Aisheng <b29396@freescale.com>
Mon, 24 Oct 2011 13:26:59 +0000 (21:26 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:33:17 +0000 (08:33 +0200)
1) use smsc911x instead of smc911x
The smsc911x is supposed to replace the old smc911x driver.
2) fix the wrong chip select address

Signed-off-by: Dong Aisheng <b29396@freescale.com>
arch/arm/configs/imx5_defconfig
arch/arm/plat-mxc/include/mach/mx53.h

index be5f240b5b7e2d5aa479771767a48299329e514e..9c2687ed50a605d9e5f8f5ad0bed939288c77ba3 100755 (executable)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux/arm 2.6.38 Kernel Configuration
-# Sat Oct  8 15:59:45 2011
+# Mon Oct 24 21:25:30 2011
 #
 CONFIG_ARM=y
 CONFIG_HAVE_PWM=y
@@ -788,12 +788,13 @@ CONFIG_MDIO_BITBANG=y
 CONFIG_MDIO_GPIO=y
 CONFIG_NET_ETHERNET=y
 # CONFIG_AX88796 is not set
-CONFIG_SMC91X=y
+# CONFIG_SMC91X is not set
 # CONFIG_DM9000 is not set
 # CONFIG_ENC28J60 is not set
 # CONFIG_ETHOC is not set
 # CONFIG_SMC911X is not set
-# CONFIG_SMSC911X is not set
+CONFIG_SMSC911X=y
+# CONFIG_SMSC911X_ARCH_HOOKS is not set
 # CONFIG_DNET is not set
 # CONFIG_IBM_NEW_EMAC_ZMII is not set
 # CONFIG_IBM_NEW_EMAC_RGMII is not set
index 255943756cfa03febc767f333ba7f7739bca08bd..1bcddd63353289846f5768edd25b27a4e77e394c 100755 (executable)
  */
 #define MX53_CSD0_BASE_ADDR            0x90000000
 #define MX53_CSD1_BASE_ADDR            0xA0000000
-#define MX53_CS0_BASE_ADDR             0xB0000000
-#define MX53_CS1_BASE_ADDR             0xB8000000
+#define MX53_CS0_BASE_ADDR             0xF0000000
+#define MX53_CS1_BASE_ADDR             0xF4000000
 #define MX53_CS2_BASE_ADDR             0xC0000000
 #define MX53_CS3_BASE_ADDR             0xC8000000
 #define MX53_CS4_BASE_ADDR             0xCC000000