summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Gonzalez <alex.gonzalez@digi.com>2010-06-29 10:38:18 +0200
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-06-29 10:38:18 +0200
commit8948e75e75d30aaf314a81edb2db1c401031e826 (patch)
tree31164f40dda1474c63015de82fa7df8d770e322f
parentcdc245732f960260e88704838607b68461293711 (diff)
ccwmx51: Correctly reset the SMSC ethernet device.
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
-rw-r--r--arch/arm/mach-mx5/mx51_ccwmx51js_pmic_mc13892.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/mx51_ccwmx51js_pmic_mc13892.c b/arch/arm/mach-mx5/mx51_ccwmx51js_pmic_mc13892.c
index c230d1506071..3fb46c0ffaaf 100644
--- a/arch/arm/mach-mx5/mx51_ccwmx51js_pmic_mc13892.c
+++ b/arch/arm/mach-mx5/mx51_ccwmx51js_pmic_mc13892.c
@@ -318,7 +318,7 @@ static int mc13892_regulator_init(struct mc13892 *mc13892)
value &= ~((3 << 8) | (3 << 10) | (3 << 12));
pmic_write_reg(REG_POWER_MISC, value, (3 << 8) | (3 << 10) | (3 << 12));
udelay(250);
-#if defined(CONFIG_SMSC9118) || defined(CONFIG_SMSC9118_MODULE)
+#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE)
/* Set to high external mac reset line */
value |= (1 << 8);
#endif