From f4e1a3403dad3f661867ec15158c630ed4e3db7f Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Wed, 14 Sep 2016 19:11:48 +0200 Subject: add support for AVR32 MMC controller Signed-off-by: Mario Haustein --- .../patches/4.7.3/0002-grasshopper-enable-mmc.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 target/avr32/grasshopper/patches/4.7.3/0002-grasshopper-enable-mmc.patch (limited to 'target/avr32') diff --git a/target/avr32/grasshopper/patches/4.7.3/0002-grasshopper-enable-mmc.patch b/target/avr32/grasshopper/patches/4.7.3/0002-grasshopper-enable-mmc.patch new file mode 100644 index 000000000..88bf498b7 --- /dev/null +++ b/target/avr32/grasshopper/patches/4.7.3/0002-grasshopper-enable-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"); -- cgit v1.2.3