On Saturday 14 September 2013 03:37 AM, Balaji T K wrote:
> On Friday 13 September 2013 09:07 PM, Tony Lindgren wrote:
>> * Sekhar Nori <[email protected]> [130913 03:18]:
>>> Get rid of TI specific binding ti,non-removable in favour of the
>>> generic binding present for the same purpose.
>>
>> Looks like there's a different handling in the MMC driver
>> for no_regulator_off_init that's needed for eMMC. That needs to
>> be sorted out and tested first.
>>
> Hi Sekhar,
>
> no_regulator_off_init is needed for eMMC detection on omap4 platforms.
Okay, and the code currently does:
if (of_find_property(np, "non-removable", NULL)) {
pdata->slots[0].nonremovable = true;
pdata->slots[0].no_regulator_off_init = true;
}
Is there anything else that needs to be done?
Thanks,
Sekhar
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html