* [U-Boot] [PATCH] ARM: omap4: Update sdram setting for panda rev A6
@ 2013-10-09 18:53 Dan Murphy
2013-10-14 20:27 ` [U-Boot] " Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Dan Murphy @ 2013-10-09 18:53 UTC (permalink / raw)
To: u-boot
OMAP4 panda rev A6 is a 4430 es2.3 IC with an updated memory
part.
The panda rev A6 uses Elpida 2x4Gb memory and no longer uses Micron
so the timings needs to be updated
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
arch/arm/cpu/armv7/omap4/sdram_elpida.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/cpu/armv7/omap4/sdram_elpida.c b/arch/arm/cpu/armv7/omap4/sdram_elpida.c
index 67a7926..e4c8316 100644
--- a/arch/arm/cpu/armv7/omap4/sdram_elpida.c
+++ b/arch/arm/cpu/armv7/omap4/sdram_elpida.c
@@ -121,6 +121,8 @@ static void emif_get_reg_dump_sdp(u32 emif_nr, const struct emif_regs **regs)
*regs = &emif_regs_elpida_380_mhz_1cs;
else if (omap4_rev == OMAP4430_ES2_0)
*regs = &emif_regs_elpida_200_mhz_2cs;
+ else if (omap4_rev == OMAP4430_ES2_3)
+ *regs = &emif_regs_elpida_400_mhz_1cs;
else if (omap4_rev < OMAP4470_ES1_0)
*regs = &emif_regs_elpida_400_mhz_2cs;
else
@@ -136,6 +138,8 @@ static void emif_get_dmm_regs_sdp(const struct dmm_lisa_map_regs
if (omap_rev == OMAP4430_ES1_0)
*dmm_lisa_regs = &lisa_map_2G_x_1_x_2;
+ else if (omap_rev == OMAP4430_ES2_3)
+ *dmm_lisa_regs = &lisa_map_2G_x_2_x_2;
else if (omap_rev < OMAP4460_ES1_0)
*dmm_lisa_regs = &lisa_map_2G_x_2_x_2;
else
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] ARM: omap4: Update sdram setting for panda rev A6
2013-10-09 18:53 [U-Boot] [PATCH] ARM: omap4: Update sdram setting for panda rev A6 Dan Murphy
@ 2013-10-14 20:27 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2013-10-14 20:27 UTC (permalink / raw)
To: u-boot
On Wed, Oct 09, 2013 at 01:53:58PM -0500, Dan Murphy wrote:
> OMAP4 panda rev A6 is a 4430 es2.3 IC with an updated memory
> part.
>
> The panda rev A6 uses Elpida 2x4Gb memory and no longer uses Micron
> so the timings needs to be updated
>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20131014/17509ff4/attachment.pgp>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-14 20:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-09 18:53 [U-Boot] [PATCH] ARM: omap4: Update sdram setting for panda rev A6 Dan Murphy
2013-10-14 20:27 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox