diff mbox

[U-Boot,v2,1/3] imx: mx6quq7: fix USDHC4 declaration

Message ID 1454685573-6941-1-git-send-email-corjon.j@ecagroup.com
State Accepted
Commit 2c79b7a3bbf9713046d98d7a6a0f2eb476c32a2b
Delegated to: Stefano Babic
Headers show

Commit Message

Julien Corjon Feb. 5, 2016, 3:19 p.m. UTC
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(-)

Comments

Boris Brezillon Feb. 5, 2016, 3:26 p.m. UTC | #1
On Fri,  5 Feb 2016 16:19:31 +0100
Julien Corjon <corjon.j@ecagroup.com> 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>

For the whole series:

Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>

Thanks,

Boris

> ---
> 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)
Stefano Babic Feb. 21, 2016, 10:37 a.m. UTC | #2
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
diff mbox

Patch

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)