From patchwork Thu May 2 22:44:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 241111 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 2C6572C00BD for ; Fri, 3 May 2013 08:45:33 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9E6694A3A3; Fri, 3 May 2013 00:45:31 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uSHsx1Q9VTbb; Fri, 3 May 2013 00:45:31 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6F7584A371; Fri, 3 May 2013 00:45:08 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0968C4A350 for ; Fri, 3 May 2013 00:45:04 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0aOxKxp2xlg4 for ; Fri, 3 May 2013 00:44:59 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-yh0-f46.google.com (mail-yh0-f46.google.com [209.85.213.46]) by theia.denx.de (Postfix) with ESMTPS id 2C84F4A345 for ; Fri, 3 May 2013 00:44:47 +0200 (CEST) Received: by mail-yh0-f46.google.com with SMTP id i21so186019yha.33 for ; Thu, 02 May 2013 15:44:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=fqXd4fAWuJZm39XHlsiYoRCae9MnWjO65s+BHwthQWo=; b=gjScWImDNKoG91bgZebWWx0/c0zPEZpz7CZLlU++xErzk0bB4jBsAcJwsgtdTtcD7f HL2iD9eOdfSzHOdp7zXc+vXglM3Pa45vOtUIx+G4d8nNr3SOdzRYJHTq/DBzhGZGrrBo x768wvKduBirnOEZbtvqhaG3PSNapIqQ2VoGAUYMS9sWQcV2vWgFDoXCj0+a+f/ALbfs ehPX2t6CqAyvlJDl2oWRIeyvT42yHmGfbAzl3iMWkB5ZFM1J8k3MZtDaSLdNNXDZiHfl t81+GuawHBpLEH3+MkSPCWxWydSdn2NYHfap17EgT9XGmOkRv1Sis6q6eZ6DB3EdmDO/ kqCw== X-Received: by 10.236.145.104 with SMTP id o68mr6855560yhj.107.1367534685081; Thu, 02 May 2013 15:44:45 -0700 (PDT) Received: from localhost.localdomain ([187.106.36.101]) by mx.google.com with ESMTPSA id n15sm16093242yhi.2.2013.05.02.15.44.42 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 02 May 2013 15:44:44 -0700 (PDT) From: Fabio Estevam To: sbabic@denx.de Date: Thu, 2 May 2013 19:44:17 -0300 Message-Id: <1367534661-13502-4-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1367534661-13502-1-git-send-email-festevam@gmail.com> References: <1367534661-13502-1-git-send-email-festevam@gmail.com> Cc: marex@denx.de, u-boot@lists.denx.de, otavio@ossystems.com.br, Fabio Estevam Subject: [U-Boot] [PATCH v3 3/7] mx23_olinuxino: Fix DDR pin iomux settings X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Fabio Estevam 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 --- Changes since v2: - Only change the drive strength Changes since v1: - Only adjust MUX_CONFIG_EMI board/olimex/mx23_olinuxino/spl_boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/olimex/mx23_olinuxino/spl_boot.c b/board/olimex/mx23_olinuxino/spl_boot.c index a96c293..e55947f 100644 --- a/board/olimex/mx23_olinuxino/spl_boot.c +++ b/board/olimex/mx23_olinuxino/spl_boot.c @@ -29,7 +29,7 @@ #include #include -#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[] = {