summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2007-05-28 13:50:35 +0000
committerHamish Guthrie <hcg@openwrt.org>2007-05-28 13:50:35 +0000
commit0ea687db617b60c4ed2b1b49d4ffe5a3aaef7edb (patch)
tree4e445c1c37bf9f5be3bc40a5c2dbb5c2edef8073 /target/linux
parente83486ab596a8b0a5e33056826613ef99766b85e (diff)
downloadmaster-31e0f0ae-0ea687db617b60c4ed2b1b49d4ffe5a3aaef7edb.tar.gz
master-31e0f0ae-0ea687db617b60c4ed2b1b49d4ffe5a3aaef7edb.tar.bz2
master-31e0f0ae-0ea687db617b60c4ed2b1b49d4ffe5a3aaef7edb.zip
patch no longer required - incorporated in base patches
SVN-Revision: 7371
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/at91-2.6/patches/004-mmc-driver.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/at91-2.6/patches/004-mmc-driver.patch b/target/linux/at91-2.6/patches/004-mmc-driver.patch
deleted file mode 100644
index 31e307b127..0000000000
--- a/target/linux/at91-2.6/patches/004-mmc-driver.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- linux-2.6.19.2/arch/arm/mach-at91rm9200/board-vlink.c 2007-03-16 16:46:50.000000000 +0100
-+++ linux-2.6.19.2.new/arch/arm/mach-at91rm9200/board-vlink.c 2007-03-17 11:27:00.000000000 +0100
-@@ -83,13 +83,13 @@
- .pullup_pin = AT91_PIN_PD5,
- };
-
--/*static struct at91_mmc_data __initdata ek_mmc_data = {
-- .det_pin = AT91_PIN_PB27,
-- .is_b = 0,
-+static struct at91_mmc_data __initdata vlink_mmc_data = {
-+// .det_pin = AT91_PIN_PB27,
-+ .slot_b = 0,
- .wire4 = 1,
-- .wp_pin = AT91_PIN_PA17,
-+// .wp_pin = AT91_PIN_PA17,
- };
--*/
-+
-
- static struct spi_board_info vlink_spi_devices[] = {
- { /* DataFlash chip */
-@@ -127,7 +127,7 @@
- #else
- /* MMC */
- // at91_set_gpio_output(AT91_PIN_PB22, 1); /* this MMC card slot can optionally use SPI signaling (CS3). */
--// at91_add_device_mmc(&vlink_mmc_data);
-+ at91_add_device_mmc(&vlink_mmc_data);
- #endif
- /* VGA */
- }