summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-05-24 18:23:15 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-05-24 18:23:15 -0600
commitc364869ac185c93884f7c198a48928664b3e1660 (patch)
tree159e653ec87279bc2451bce6395dc9d75fa87146
parent8107be36feab15e2929aa4a855695c0d69e6cedb (diff)
Bugzilla 422: Enable second MMC/SD slot for MX31.
http://www.bitshrine.org/gpp/linux-2.6.19.2-mx-mx31_enable_2nd_mmc_slot.patch
-rw-r--r--arch/arm/mach-mx3/devices.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-mx3/devices.c b/arch/arm/mach-mx3/devices.c
index 15d896a8ed75..e29a6ef2c2c4 100644
--- a/arch/arm/mach-mx3/devices.c
+++ b/arch/arm/mach-mx3/devices.c
@@ -407,9 +407,7 @@ static inline void mxc_init_mmc(void)
mxcsdhc1_device.resource[2].start = cd_irq;
mxcsdhc1_device.resource[2].end = cd_irq;
}
- cd_irq = 0;
- /* set cd_irq = 0 here to disable sdhc2 */
- /* cd_irq = sdhc_init_card_det(1); */
+ cd_irq = sdhc_init_card_det(1);
if (cd_irq) {
mxcsdhc2_device.resource[2].start = cd_irq;
mxcsdhc2_device.resource[2].end = cd_irq;