summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-2.6.32
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-2.6.32')
-rw-r--r--recipes/linux/linux-2.6.32/mtcdp-embedded/linux-2.6.32.3-mach-at91-mtcdp-embedded.patch (renamed from recipes/linux/linux-2.6.32/mtcdp-embedded/linux-2.6.32.3-mach-at91.patch)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/linux/linux-2.6.32/mtcdp-embedded/linux-2.6.32.3-mach-at91.patch b/recipes/linux/linux-2.6.32/mtcdp-embedded/linux-2.6.32.3-mach-at91-mtcdp-embedded.patch
index a4bcac89ca..315fe05347 100644
--- a/recipes/linux/linux-2.6.32/mtcdp-embedded/linux-2.6.32.3-mach-at91.patch
+++ b/recipes/linux/linux-2.6.32/mtcdp-embedded/linux-2.6.32.3-mach-at91-mtcdp-embedded.patch
@@ -20,7 +20,7 @@ diff -uprN -X linux-2.6.32.3/Documentation/dontdiff linux-2.6.32.3-vanilla/arch/
-static const unsigned spi1_standard_cs[4] = { AT91_PIN_PB3, AT91_PIN_PC5, AT91_PIN_PC4, AT91_PIN_PC3 };
+static const unsigned spi1_standard_cs[7] = {
-+ AT91_PIN_PB3,
++ AT91_PIN_PB21, //cdp-embedded mapped to this one instead of AT91_PIN_PB3,
+ AT91_PIN_PC5,
+ AT91_PIN_PC4,
+ AT91_PIN_PC6,
@@ -282,13 +282,13 @@ diff -uprN -X linux-2.6.32.3/Documentation/dontdiff linux-2.6.32.3-vanilla/arch/
/*
* MCI (SD/MMC)
- * det_pin, wp_pin and vcc_pin are not connected
-+ * vcc_pin is not connected
++ * det_pin, wp_pin and vcc_pin are not connected for embedded cdp REV0
*/
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,
};