]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx23_olinuxino: Fix DDR pin iomux settings
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 3 May 2013 04:37:09 +0000 (04:37 +0000)
committerStefano 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/olimex/mx23_olinuxino/spl_boot.c

index a96c293c0ae7f8e12201643491d2b5faf82b654b..3755f297f4cb80c926444ee6f2dbdc91fa64ecbe 100644 (file)
@@ -29,7 +29,7 @@
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/sys_proto.h>
 
-#define        MUX_CONFIG_EMI  (MXS_PAD_3V3 | MXS_PAD_16MA | MXS_PAD_PULLUP)
+#define        MUX_CONFIG_EMI  (MXS_PAD_3V3 | MXS_PAD_12MA | MXS_PAD_PULLUP)
 #define        MUX_CONFIG_SSP  (MXS_PAD_3V3 | MXS_PAD_8MA | MXS_PAD_PULLUP)
 
 const iomux_cfg_t iomux_setup[] = {