Merge branch 'mxs/fixes' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
This commit is contained in:
commit
22d3832373
@ -471,6 +471,7 @@ static void __init mx28evk_init(void)
|
|||||||
"mmc0-slot-power");
|
"mmc0-slot-power");
|
||||||
if (ret)
|
if (ret)
|
||||||
pr_warn("failed to request gpio mmc0-slot-power: %d\n", ret);
|
pr_warn("failed to request gpio mmc0-slot-power: %d\n", ret);
|
||||||
|
else
|
||||||
mx28_add_mxs_mmc(0, &mx28evk_mmc_pdata[0]);
|
mx28_add_mxs_mmc(0, &mx28evk_mmc_pdata[0]);
|
||||||
|
|
||||||
ret = gpio_request_one(MX28EVK_MMC1_SLOT_POWER, GPIOF_OUT_INIT_LOW,
|
ret = gpio_request_one(MX28EVK_MMC1_SLOT_POWER, GPIOF_OUT_INIT_LOW,
|
||||||
@ -480,7 +481,6 @@ static void __init mx28evk_init(void)
|
|||||||
else
|
else
|
||||||
mx28_add_mxs_mmc(1, &mx28evk_mmc_pdata[1]);
|
mx28_add_mxs_mmc(1, &mx28evk_mmc_pdata[1]);
|
||||||
|
|
||||||
mx28_add_mxs_mmc(1, &mx28evk_mmc_pdata[1]);
|
|
||||||
mx28_add_rtc_stmp3xxx();
|
mx28_add_rtc_stmp3xxx();
|
||||||
|
|
||||||
gpio_led_register_device(0, &mx28evk_led_data);
|
gpio_led_register_device(0, &mx28evk_led_data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user