diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2016-09-14 19:11:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-15 22:54:16 +0200 |
commit | f4e1a3403dad3f661867ec15158c630ed4e3db7f (patch) | |
tree | f78f03e8030e2d555d06dfa55ab24e34cafd3b86 /target/avr32/grasshopper/patches/4.7.3/0002-grasshopper-enable-mmc.patch | |
parent | 4c50c05b7789fb0f082e0f2f826c46db0c9bad91 (diff) |
add support for AVR32 MMC controller
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Diffstat (limited to 'target/avr32/grasshopper/patches/4.7.3/0002-grasshopper-enable-mmc.patch')
-rw-r--r-- | target/avr32/grasshopper/patches/4.7.3/0002-grasshopper-enable-mmc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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"); |