projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aee34e
)
mx23evk: Fix DDR pin iomux settings
author
Fabio Estevam
<fabio.estevam@freescale.com>
Fri, 3 May 2013 04:37:08 +0000
(
04:37
+0000)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 5 May 2013 15:08:46 +0000
(17:08 +0200)
Change MUX_CONFIG_EMI to use the same drive strength as the bootlets code from
Freescale, which results in much better stability.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
board/freescale/mx23evk/spl_boot.c
patch
|
blob
|
history
diff --git
a/board/freescale/mx23evk/spl_boot.c
b/board/freescale/mx23evk/spl_boot.c
index b6f4e7eff2e47221328d2982a5a5d0d4c6b5597d..8da992b0b8979b3432c20eea69e3d0d915e37709 100644
(file)
--- a/
board/freescale/mx23evk/spl_boot.c
+++ b/
board/freescale/mx23evk/spl_boot.c
@@
-26,7
+26,7
@@
#include <asm/arch/sys_proto.h>
#define MUX_CONFIG_SSP1 (MXS_PAD_3V3 | MXS_PAD_8MA | MXS_PAD_PULLUP)
-#define MUX_CONFIG_EMI (MXS_PAD_3V3 | MXS_PAD_1
6
MA | MXS_PAD_PULLUP)
+#define MUX_CONFIG_EMI (MXS_PAD_3V3 | MXS_PAD_1
2
MA | MXS_PAD_PULLUP)
const iomux_cfg_t iomux_setup[] = {
/* DUART */