All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] udoo_neo: Remove USDHC3 entry
@ 2016-12-16 13:18 Fabio Estevam
  2017-01-02 16:51 ` Stefano Babic
  2017-01-02 16:57 ` Stefano Babic
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-12-16 13:18 UTC (permalink / raw)
  To: u-boot

Commit c94981efa20cc58 ("udoo_neo: Remove USDHC3 support") removed
the SDHC3 support, but missed to remove the entry from the usdhc_cfg
structure, so just remove it. 

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 board/udoo/neo/neo.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c
index 688b522..c5058b4 100644
--- a/board/udoo/neo/neo.c
+++ b/board/udoo/neo/neo.c
@@ -389,9 +389,8 @@ int board_early_init_f(void)
 	return 0;
 }
 
-static struct fsl_esdhc_cfg usdhc_cfg[2] = {
+static struct fsl_esdhc_cfg usdhc_cfg[1] = {
 	{USDHC2_BASE_ADDR, 0, 4},
-	{USDHC3_BASE_ADDR, 0, 4},
 };
 
 #define USDHC2_PWR_GPIO IMX_GPIO_NR(6, 1)
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] udoo_neo: Remove USDHC3 entry
  2016-12-16 13:18 [U-Boot] [PATCH] udoo_neo: Remove USDHC3 entry Fabio Estevam
@ 2017-01-02 16:51 ` Stefano Babic
  2017-01-02 16:57 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2017-01-02 16:51 UTC (permalink / raw)
  To: u-boot

On 16/12/2016 14:18, Fabio Estevam wrote:
> Commit c94981efa20cc58 ("udoo_neo: Remove USDHC3 support") removed
> the SDHC3 support, but missed to remove the entry from the usdhc_cfg
> structure, so just remove it. 
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  board/udoo/neo/neo.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c
> index 688b522..c5058b4 100644
> --- a/board/udoo/neo/neo.c
> +++ b/board/udoo/neo/neo.c
> @@ -389,9 +389,8 @@ int board_early_init_f(void)
>  	return 0;
>  }
>  
> -static struct fsl_esdhc_cfg usdhc_cfg[2] = {
> +static struct fsl_esdhc_cfg usdhc_cfg[1] = {
>  	{USDHC2_BASE_ADDR, 0, 4},
> -	{USDHC3_BASE_ADDR, 0, 4},
>  };
>  
>  #define USDHC2_PWR_GPIO IMX_GPIO_NR(6, 1)
> 

Applied to u-boot-imx, -master, 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
=====================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] udoo_neo: Remove USDHC3 entry
  2016-12-16 13:18 [U-Boot] [PATCH] udoo_neo: Remove USDHC3 entry Fabio Estevam
  2017-01-02 16:51 ` Stefano Babic
@ 2017-01-02 16:57 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2017-01-02 16:57 UTC (permalink / raw)
  To: u-boot

On 16/12/2016 14:18, Fabio Estevam wrote:
> Commit c94981efa20cc58 ("udoo_neo: Remove USDHC3 support") removed
> the SDHC3 support, but missed to remove the entry from the usdhc_cfg
> structure, so just remove it. 
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  board/udoo/neo/neo.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c
> index 688b522..c5058b4 100644
> --- a/board/udoo/neo/neo.c
> +++ b/board/udoo/neo/neo.c
> @@ -389,9 +389,8 @@ int board_early_init_f(void)
>  	return 0;
>  }
>  
> -static struct fsl_esdhc_cfg usdhc_cfg[2] = {
> +static struct fsl_esdhc_cfg usdhc_cfg[1] = {
>  	{USDHC2_BASE_ADDR, 0, 4},
> -	{USDHC3_BASE_ADDR, 0, 4},
>  };
>  
>  #define USDHC2_PWR_GPIO IMX_GPIO_NR(6, 1)
> 

Applied to u-boot-imx, -master, 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
=====================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-02 16:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-16 13:18 [U-Boot] [PATCH] udoo_neo: Remove USDHC3 entry Fabio Estevam
2017-01-02 16:51 ` Stefano Babic
2017-01-02 16:57 ` Stefano Babic

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.