aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/linux-kexecboot-2.6.32
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-06-26 01:52:11 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-06-26 02:03:20 +0200
commit7598af259a83c241c4b1e0ceb1dba7540548b6bc (patch)
treeaac301294183f36e277b804534dd8ff9b0e5383e /recipes/kexecboot/linux-kexecboot-2.6.32
parenta0da7cf379b4eacbd4523c061b29f9256cba7eeb (diff)
downloadopenembedded-7598af259a83c241c4b1e0ceb1dba7540548b6bc.tar.gz
linux-kexecboot: add pending patch for c7x0 to 2.6.32
* unbreak corgi mmc/sd detection. Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'recipes/kexecboot/linux-kexecboot-2.6.32')
-rw-r--r--recipes/kexecboot/linux-kexecboot-2.6.32/c7x0/fix-corgi-card-detection.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/kexecboot/linux-kexecboot-2.6.32/c7x0/fix-corgi-card-detection.patch b/recipes/kexecboot/linux-kexecboot-2.6.32/c7x0/fix-corgi-card-detection.patch
new file mode 100644
index 0000000000..7ef01de119
--- /dev/null
+++ b/recipes/kexecboot/linux-kexecboot-2.6.32/c7x0/fix-corgi-card-detection.patch
@@ -0,0 +1,17 @@
+[PATCH] [ARM] pxa/corgi: fix MMC/SD card detection failure
+
+Reported-by: Andrea Adami <andrea.adami@gmail.com>
+Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
+---
+--- a/arch/arm/mach-pxa/corgi.c
++++ b/arch/arm/mach-pxa/corgi.c
+@@ -438,7 +438,7 @@
+ */
+ static struct pxamci_platform_data corgi_mci_platform_data = {
+ .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
+- .gpio_card_detect = -1,
++ .gpio_card_detect = CORGI_GPIO_nSD_DETECT,
+ .gpio_card_ro = CORGI_GPIO_nSD_WP,
+ .gpio_power = CORGI_GPIO_SD_PWR,
+ };
+