summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-03-11 10:21:19 -0600
committerJesse Gilles <jgilles@multitech.com>2011-03-11 10:21:19 -0600
commit2677d64a6610dfe5de44d9c8e44aec31ce6bd5a5 (patch)
tree9302a60552adb3f400da4b2310856e4dedf49e67
parent613b69583e8974b9f4cf96e549f36bdd9f761df6 (diff)
linux-2.6.32: use board patch for mtcdp-embedded
-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
-rw-r--r--recipes/linux/linux_2.6.32.bb2
2 files changed, 5 insertions, 5 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,
};
diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb
index bd72b61ba4..7e8b65e0e2 100644
--- a/recipes/linux/linux_2.6.32.bb
+++ b/recipes/linux/linux_2.6.32.bb
@@ -43,7 +43,7 @@ SRC_URI_mtcdp = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;n
SRC_URI_mtcdp-embedded = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.3.bz2;patch=1;name=build \
file://defconfig \
- file://linux-2.6.32.3-mach-at91.patch;patch=1 \
+ file://linux-2.6.32.3-mach-at91-mtcdp-embedded.patch;patch=1 \
file://linux-2.6.32.3-option.patch;patch=1 \
file://linux-2.6.32.3-sierra.patch;patch=1 \
file://linux-2.6.32.3-atmel_spi.patch;patch=1 \