On Thu, 26 Mar 2009, Peter Barada wrote:

> I changed the call to omap_init_common_hw to pass in four NULLs (as I
> think the sdrc params for mt46h32m32lf6 (somehow?) don't match the
> mt29c2g24maklajg-75 used on our board. 
                   ^^

This is why you can't use the MT46H32M32LF-6 parameters.  The -75 part is 
slower.  You'll need to plug in the -75 timings from the Micron datasheet 
1gb_ddr_mobile_sdram_t48m.pdf into calc-sdrc-params.c.  Using those 
values, create a new file, sdram-micron-mt46h32m32lf-75.h, for that part, 
and pass in the new SDRAM register structure via omap_init_common_hw() in 
your board-*.c file.


- Paul
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to