From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] mx23evk: Do not set voltage selection bit for SSP pads
Date: Sun, 5 May 2013 22:52:55 -0300 [thread overview]
Message-ID: <1367805176-16156-2-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1367805176-16156-1-git-send-email-festevam@gmail.com>
From: Fabio Estevam <fabio.estevam@freescale.com>
mx23 SSP pad registers do not contain voltage selection bit, so just remove it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
board/freescale/mx23evk/spl_boot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/mx23evk/spl_boot.c b/board/freescale/mx23evk/spl_boot.c
index 8da992b..6be8c8d 100644
--- a/board/freescale/mx23evk/spl_boot.c
+++ b/board/freescale/mx23evk/spl_boot.c
@@ -25,7 +25,7 @@
#include <asm/arch/imx-regs.h>
#include <asm/arch/sys_proto.h>
-#define MUX_CONFIG_SSP1 (MXS_PAD_3V3 | MXS_PAD_8MA | MXS_PAD_PULLUP)
+#define MUX_CONFIG_SSP1 (MXS_PAD_8MA | MXS_PAD_PULLUP)
#define MUX_CONFIG_EMI (MXS_PAD_3V3 | MXS_PAD_12MA | MXS_PAD_PULLUP)
const iomux_cfg_t iomux_setup[] = {
--
1.7.9.5
next prev parent reply other threads:[~2013-05-06 1:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-06 1:52 [U-Boot] [PATCH 1/3] mx23: Operate DDR voltage supply at 2.5V Fabio Estevam
2013-05-06 1:52 ` Fabio Estevam [this message]
2013-05-06 2:20 ` [U-Boot] [PATCH 2/3] mx23evk: Do not set voltage selection bit for SSP pads Marek Vasut
2013-05-06 2:24 ` Fabio Estevam
2013-05-06 2:29 ` Marek Vasut
2013-05-06 2:33 ` Fabio Estevam
2013-05-06 2:38 ` Marek Vasut
2013-05-06 7:57 ` Stefano Babic
2013-05-06 1:52 ` [U-Boot] [PATCH 3/3] mx23_olinuxino: " Fabio Estevam
2013-05-06 2:20 ` Marek Vasut
2013-05-06 7:58 ` Stefano Babic
2013-05-06 2:19 ` [U-Boot] [PATCH 1/3] mx23: Operate DDR voltage supply at 2.5V Marek Vasut
2013-05-06 7:57 ` Stefano Babic
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=1367805176-16156-2-git-send-email-festevam@gmail.com \
--to=festevam@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.