diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-08-15 14:55:17 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-08-15 14:55:17 -0500 |
commit | 604993036f022c39e63bcd7d9748c28daa85b91c (patch) | |
tree | d99be50723e6d6547a303f04b3424091d5bd7d3c /multitech/recipes/linux/linux-2.6.35 | |
parent | 607d9bcdb6dc0ce313287552aabc35e75b1bde1d (diff) |
linux-2.6.35: enable SD card pins for mtcdp-embedded
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.patch | 6 |
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, }; |