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.

AM35x/Linux 2.6.31-rc7: insufficient ioremap area to map 128MB NOR flash

Other Parts Discussed in Thread: AM3517

We are experiencing the following problem.

We connected 128MB NOR flash to AM3517 CS7. It seems linux is not able to perform a 128MB-wide ioremap in order to access the device.

Is it necessary/possible to increase ioremap region size by changing this #define?

#define VMALLOC_END      (PAGE_OFFSET + 0x18000000)