public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] i.MX28: Small correction to pin configuration
@ 2012-02-07 16:52 robert at delien.nl
  2012-02-07 16:52 ` [U-Boot] [PATCH 1/4] Debug UART pins configured to 3v3, instead of 1v8 robert at delien.nl
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: robert at delien.nl @ 2012-02-07 16:52 UTC (permalink / raw)
  To: u-boot

From: Robert Delien <robert@delien.nl>

This patch makes a small correction to the mx28evk board pin
configuration.

1. The Debug UART (DUART) SPIO pins should be operating in the 3v3
domain, not the 1v8 domain, because the connected MX3222 level-
shifter operates in the 3v3 domain too.

2. The SSP0 card detect pin doesn't require a drive strength
configuration because it's an input. Configuring it as all other
SSP0 pins will do here.
A SSP0 clock signal drive strength of 12mA is much too loud. The FSL
supplied U-Boot uses the same drive strength for the clock as it does
for all ohter SSP0 signals.
The Write-protect input is configured the same, yet more explicitly
specified.

3. Pin configuration for SSP1 has been added for MMC1. Because the
use of MMC1 is mutually exclusive with the use of NAND flash, this
is only active when NAND flash is not configured in.

4. Pin configuration for NAND flash has been added.

Robert Delien (4):
  Debug UART pins configured to 3v3, instead of 1v8
  Correction to SSP0 drive strengths
  SSP1 pins configured for MMC1
  Added NAND flash pin configuration

 board/freescale/mx28evk/iomux.c |   71 ++++++++++++++++++++++++++++++++------
 1 files changed, 59 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-02-15 14:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07 16:52 [U-Boot] [PATCH 0/4] i.MX28: Small correction to pin configuration robert at delien.nl
2012-02-07 16:52 ` [U-Boot] [PATCH 1/4] Debug UART pins configured to 3v3, instead of 1v8 robert at delien.nl
2012-02-07 16:52 ` [U-Boot] [PATCH 2/4] Correction to SSP0 drive strengths robert at delien.nl
2012-02-07 16:52 ` [U-Boot] [PATCH 3/4] SSP1 pins configured for MMC1 robert at delien.nl
2012-02-07 16:52 ` [U-Boot] [PATCH 4/4] Added NAND flash pin configuration robert at delien.nl
2012-02-07 17:28   ` Marek Vasut
2012-02-10 12:30   ` Matthias Fuchs
2012-02-10 12:42     ` Robert Deliën
2012-02-10 12:51       ` Matthias Fuchs
2012-02-10 12:53         ` Robert Deliën
2012-02-15 14:51     ` Robert Deliën

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox