All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx6cuboxi: Fix some memory configuration errors
@ 2018-04-10 20:05 Fabio Estevam
  2018-04-15 10:24 ` Stefano Babic
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2018-04-10 20:05 UTC (permalink / raw
  To: u-boot

From: Jon Nettleton <jon@solid-run.com>

These changes bring mainline back into line with the configurations
that were originally set in our stable BSP.

Signed-off-by: Jon Nettleton <jon@solid-run.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 board/solidrun/mx6cuboxi/mx6cuboxi.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/board/solidrun/mx6cuboxi/mx6cuboxi.c b/board/solidrun/mx6cuboxi/mx6cuboxi.c
index ee9e4f7..727b639 100644
--- a/board/solidrun/mx6cuboxi/mx6cuboxi.c
+++ b/board/solidrun/mx6cuboxi/mx6cuboxi.c
@@ -428,7 +428,7 @@ static const struct mx6dq_iomux_ddr_regs mx6q_ddr_ioregs = {
 	.dram_sdclk_1 =  0x00020030,
 	.dram_cas =  0x00020030,
 	.dram_ras =  0x00020030,
-	.dram_reset =  0x00020030,
+	.dram_reset =  0x000c0030,
 	.dram_sdcke0 =  0x00003000,
 	.dram_sdcke1 =  0x00003000,
 	.dram_sdba2 =  0x00000000,
@@ -584,7 +584,6 @@ static struct mx6_ddr3_cfg mem_ddr_2g = {
 	.trcd      = 1375,
 	.trcmin    = 4875,
 	.trasmin   = 3500,
-	.SRT       = 1,
 };
 
 static struct mx6_ddr3_cfg mem_ddr_4g = {
-- 
2.7.4

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

* [U-Boot] [PATCH] mx6cuboxi: Fix some memory configuration errors
  2018-04-10 20:05 [U-Boot] [PATCH] mx6cuboxi: Fix some memory configuration errors Fabio Estevam
@ 2018-04-15 10:24 ` Stefano Babic
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2018-04-15 10:24 UTC (permalink / raw
  To: u-boot



On 10/04/2018 22:05, Fabio Estevam wrote:
> From: Jon Nettleton <jon@solid-run.com>
> 
> These changes bring mainline back into line with the configurations
> that were originally set in our stable BSP.
> 
> Signed-off-by: Jon Nettleton <jon@solid-run.com>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  board/solidrun/mx6cuboxi/mx6cuboxi.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/board/solidrun/mx6cuboxi/mx6cuboxi.c b/board/solidrun/mx6cuboxi/mx6cuboxi.c
> index ee9e4f7..727b639 100644
> --- a/board/solidrun/mx6cuboxi/mx6cuboxi.c
> +++ b/board/solidrun/mx6cuboxi/mx6cuboxi.c
> @@ -428,7 +428,7 @@ static const struct mx6dq_iomux_ddr_regs mx6q_ddr_ioregs = {
>  	.dram_sdclk_1 =  0x00020030,
>  	.dram_cas =  0x00020030,
>  	.dram_ras =  0x00020030,
> -	.dram_reset =  0x00020030,
> +	.dram_reset =  0x000c0030,
>  	.dram_sdcke0 =  0x00003000,
>  	.dram_sdcke1 =  0x00003000,
>  	.dram_sdba2 =  0x00000000,
> @@ -584,7 +584,6 @@ static struct mx6_ddr3_cfg mem_ddr_2g = {
>  	.trcd      = 1375,
>  	.trcmin    = 4875,
>  	.trasmin   = 3500,
> -	.SRT       = 1,
>  };
>  
>  static struct mx6_ddr3_cfg mem_ddr_4g = {
> 

Applied 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
=====================================================================

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

end of thread, other threads:[~2018-04-15 10:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-10 20:05 [U-Boot] [PATCH] mx6cuboxi: Fix some memory configuration errors Fabio Estevam
2018-04-15 10:24 ` 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.