All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/3] imx: mx6quq7: fix USDHC4 declaration
Date: Sun, 21 Feb 2016 11:37:44 +0100	[thread overview]
Message-ID: <56C99378.4020801@denx.de> (raw)
In-Reply-To: <1454685573-6941-1-git-send-email-corjon.j@ecagroup.com>

On 05/02/2016 16:19, Julien Corjon wrote:
> USDHC2 does not exist on mx6quq7 board, as USDHC4 was already been
> declared this is probably a typo.
> 
> Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
> ---
> v1 -> v2
>   - Split patch (suggested by Boris)
>   - Replace spaces with tab (suggested by Boris)
> 
>  board/seco/mx6quq7/mx6quq7.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/seco/mx6quq7/mx6quq7.c b/board/seco/mx6quq7/mx6quq7.c
> index ea1d4b8..3743a9e 100644
> --- a/board/seco/mx6quq7/mx6quq7.c
> +++ b/board/seco/mx6quq7/mx6quq7.c
> @@ -93,7 +93,7 @@ int board_eth_init(bd_t *bis)
>  
>  static struct fsl_esdhc_cfg usdhc_cfg[2] = {
>  	{USDHC3_BASE_ADDR},
> -	{USDHC2_BASE_ADDR},
> +	{USDHC4_BASE_ADDR},
>  };
>  
>  int board_mmc_init(bd_t *bis)
> 

Applied (whole series) to u-boot-imx, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

      parent reply	other threads:[~2016-02-21 10:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-05 12:41 [U-Boot] [PATCH] imx: mx6quq7: add sd card detection Julien Corjon
2016-02-05 14:17 ` Boris Brezillon
2016-02-05 15:19   ` [U-Boot] [PATCH v2 1/3] imx: mx6quq7: fix USDHC4 declaration Julien Corjon
2016-02-05 15:19     ` [U-Boot] [PATCH v2 2/3] imx: mx6quq7: specify max_bus_witdh directly in usdhc_cfg Julien Corjon
2016-02-05 15:19     ` [U-Boot] [PATCH v2 3/3] imx: mx6quq7: add sd card detection Julien Corjon
2016-02-05 15:26     ` [U-Boot] [PATCH v2 1/3] imx: mx6quq7: fix USDHC4 declaration Boris Brezillon
2016-02-21 10:37     ` Stefano Babic [this message]

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=56C99378.4020801@denx.de \
    --to=sbabic@denx.de \
    --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.