summaryrefslogtreecommitdiff
path: root/target/avr32/grasshopper/patches/4.7.3/0003-grasshopper-mmc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/avr32/grasshopper/patches/4.7.3/0003-grasshopper-mmc.patch')
-rw-r--r--target/avr32/grasshopper/patches/4.7.3/0003-grasshopper-mmc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/avr32/grasshopper/patches/4.7.3/0003-grasshopper-mmc.patch b/target/avr32/grasshopper/patches/4.7.3/0003-grasshopper-mmc.patch
new file mode 100644
index 000000000..88bf498b7
--- /dev/null
+++ b/target/avr32/grasshopper/patches/4.7.3/0003-grasshopper-mmc.patch
@@ -0,0 +1,12 @@
+diff -Naur linux-4.7.3/arch/avr32/boards/grasshopper/setup.c linux-4.7.3.grasshopper/arch/avr32/boards/grasshopper/setup.c
+--- linux-4.7.3/arch/avr32/boards/grasshopper/setup.c 2016-09-14 10:48:53.403638569 +0200
++++ linux-4.7.3.grasshopper/arch/avr32/boards/grasshopper/setup.c 2016-09-14 11:26:49.572343447 +0200
+@@ -169,7 +169,7 @@
+ #endif
+
+ #ifdef CONFIG_MMC_ATMELMCI
+-// at32_add_device_mci(0, &mci0_data); /* MMC/SD */
++ at32_add_device_mci(0, &mci0_data); /* MMC/SD */
+ #endif
+
+ // printk("registering penirq gpio-pin...\n");