aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-qil-a9260.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-at91/board-qil-a9260.c')
-rw-r--r--arch/arm/mach-at91/board-qil-a9260.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/mach-at91/board-qil-a9260.c b/arch/arm/mach-at91/board-qil-a9260.c
index 0c61bf0d272c..847cc00e23df 100644
--- a/arch/arm/mach-at91/board-qil-a9260.c
+++ b/arch/arm/mach-at91/board-qil-a9260.c
@@ -155,12 +155,12 @@ static void __init ek_add_device_nand(void)
155/* 155/*
156 * MCI (SD/MMC) 156 * MCI (SD/MMC)
157 */ 157 */
158static struct at91_mmc_data __initdata ek_mmc_data = { 158static struct mci_platform_data __initdata ek_mci0_data = {
159 .slot_b = 0, 159 .slot[0] = {
160 .wire4 = 1, 160 .bus_width = 4,
161 .det_pin = -EINVAL, 161 .detect_pin = -EINVAL,
162 .wp_pin = -EINVAL, 162 .wp_pin = -EINVAL,
163 .vcc_pin = -EINVAL, 163 },
164}; 164};
165 165
166/* 166/*
@@ -244,7 +244,7 @@ static void __init ek_board_init(void)
244 /* Ethernet */ 244 /* Ethernet */
245 at91_add_device_eth(&ek_macb_data); 245 at91_add_device_eth(&ek_macb_data);
246 /* MMC */ 246 /* MMC */
247 at91_add_device_mmc(0, &ek_mmc_data); 247 at91_add_device_mci(0, &ek_mci0_data);
248 /* Push Buttons */ 248 /* Push Buttons */
249 ek_add_device_buttons(); 249 ek_add_device_buttons();
250 /* LEDs */ 250 /* LEDs */