[U-Boot] [RFC PATCH 1/2] i.MX28: Check if we are using a valid VBUS when initializing power
Otavio Salvador
otavio at ossystems.com.br
Mon Jul 16 23:45:55 CEST 2012
On Mon, Jul 16, 2012 at 5:42 PM, Marek Vasut <marex at denx.de> wrote:
> Dear Otavio Salvador,
>
> [...]
>>
>> - if (tmp & POWER_STS_VDD5V_GT_VDDIO) {
>> + if (mx28_valid_vbus() && (tmp & POWER_STS_VDD5V_GT_VDDIO)) {
>
>
> So if the board isn't supplied by USB VBUS, this will fail now?
I sent a v2 of it, but with a minor change in short description.
--
Otavio Salvador O.S. Systems
E-mail: otavio at ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
More information about the U-Boot
mailing list