X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Favr32%2Fboards%2Fhammerhead%2Fsetup.c;h=4d2fe82b20291c67a143b431b5cf45ea0ff8dc5f;hb=4209324a74fd234fa44bb18a3331356e41df773a;hp=af45c26c5ff9b53b62b3c71202d663439aa75569;hpb=0e490050902adaca9b30275ec9a544a786bf2db8;p=~andy%2Flinux diff --git a/arch/avr32/boards/hammerhead/setup.c b/arch/avr32/boards/hammerhead/setup.c index af45c26c5ff..4d2fe82b202 100644 --- a/arch/avr32/boards/hammerhead/setup.c +++ b/arch/avr32/boards/hammerhead/setup.c @@ -7,6 +7,7 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ +#include #include #include #include @@ -86,6 +87,14 @@ struct atmel_lcdfb_info __initdata hammerhead_lcdc_data = { }; #endif +static struct mci_platform_data __initdata mci0_data = { + .slot[0] = { + .bus_width = 4, + .detect_pin = -ENODEV, + .wp_pin = -ENODEV, + }, +}; + struct eth_addr { u8 addr[6]; }; @@ -204,7 +213,7 @@ static int __init hammerhead_init(void) #ifdef CONFIG_BOARD_HAMMERHEAD_FPGA at32_add_device_hh_fpga(); #endif - at32_add_device_mci(0, NULL); + at32_add_device_mci(0, &mci0_data); #ifdef CONFIG_BOARD_HAMMERHEAD_USB at32_add_device_usba(0, NULL);