diff mbox series

[U-Boot] mx6cuboxi: Fix some memory configuration errors

Message ID 1523390735-12412-1-git-send-email-festevam@gmail.com
State Accepted
Commit b4e9bdcd05ac83146ad16802a94db3e78f530d1a
Delegated to: Stefano Babic
Headers show
Series [U-Boot] mx6cuboxi: Fix some memory configuration errors | expand

Commit Message

Fabio Estevam April 10, 2018, 8:05 p.m. UTC
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(-)

Comments

Stefano Babic April 15, 2018, 10:24 a.m. UTC | #1
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
diff mbox series

Patch

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