From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH 1/2] i.MX28: Check if we are using a valid VBUS when initializing power
Date: Mon, 16 Jul 2012 22:42:41 +0200 [thread overview]
Message-ID: <201207162242.42006.marex@denx.de> (raw)
In-Reply-To: <1342471182-20351-2-git-send-email-otavio@ossystems.com.br>
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?
[...]
Best regards,
Marek Vasut
next prev parent reply other threads:[~2012-07-16 20:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-16 20:39 [U-Boot] [RFC PATCH 0/2] i.MX28 SoC pending patches Otavio Salvador
2012-07-16 20:39 ` [U-Boot] [RFC PATCH 1/2] i.MX28: Check if we are using a valid VBUS when initializing power Otavio Salvador
2012-07-16 20:42 ` Marek Vasut [this message]
2012-07-16 21:45 ` Otavio Salvador
2012-07-16 20:39 ` [U-Boot] [RFC PATCH 2/2] i.MX28: use a clear name for DDR2 initialization Otavio Salvador
2012-07-16 20:43 ` Marek Vasut
2012-07-17 9:15 ` Stefano Babic
2012-07-17 12:16 ` Otavio Salvador
2012-07-17 12:41 ` Stefano Babic
2012-07-17 12:52 ` Otavio Salvador
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201207162242.42006.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox