summaryrefslogtreecommitdiff
path: root/multitech/recipes/linux/linux-2.6.35
diff options
context:
space:
mode:
Diffstat (limited to 'multitech/recipes/linux/linux-2.6.35')
-rw-r--r--multitech/recipes/linux/linux-2.6.35/mtcdp-embedded/linux-2.6.35.14-mach-at91-mtcdp-embedded.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/multitech/recipes/linux/linux-2.6.35/mtcdp-embedded/linux-2.6.35.14-mach-at91-mtcdp-embedded.patch b/multitech/recipes/linux/linux-2.6.35/mtcdp-embedded/linux-2.6.35.14-mach-at91-mtcdp-embedded.patch
index edb3bd5..1994f96 100644
--- a/multitech/recipes/linux/linux-2.6.35/mtcdp-embedded/linux-2.6.35.14-mach-at91-mtcdp-embedded.patch
+++ b/multitech/recipes/linux/linux-2.6.35/mtcdp-embedded/linux-2.6.35.14-mach-at91-mtcdp-embedded.patch
@@ -283,13 +283,13 @@ Index: linux-2.6.35/arch/arm/mach-at91/board-sam9g20ek.c
/*
* MCI (SD/MMC)
- * det_pin, wp_pin and vcc_pin are not connected
-+ * det_pin, wp_pin and vcc_pin are not connected for embedded cdp REV0
++ * vcc_pin is not connected
*/
static struct at91_mmc_data __initdata ek_mmc_data = {
.slot_b = 1,
.wire4 = 1,
-+// .det_pin = AT91_PIN_PA6,
-+// .wp_pin = AT91_PIN_PA9,
++ .det_pin = AT91_PIN_PA6,
++ .wp_pin = AT91_PIN_PA9,
};