This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3358 vs AM3352

Other Parts Discussed in Thread: AM3358, AM3352

Hi All,

I am in the process of bring up Linux 3.2 on my AM3352 based board.  I based the design on the EVM kit, which has an AM3358.  I have been chasing a kernel oops before the console is up.  I have narrowed it down to the arch/arm/mach-omap2/omap_hwmod_33xx_data.c file where the HW is being initilized in a call to a mmc3 init struct.

Question: Does the 3352 not have the same memory map as the am3358?  If so do I simply comment out the unnecessary hw inits, like the mmc3?  What else needs to change to support the subset of functionality that the 3352 has?

Thanks!

Chuck