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.

Omap4430 linux kernel L27.1.12-p1 and gpmc clock

Hi,

I am using L27.1.12-p1 release kernel with OMAP4430 in our custom board.

I want to configure the GPMC timing so i have used "gpmc_cs_set_timings" api available from file arch/arm/mach-omap2/gpmc.c this gives kernel booti tme exeception divide-by-zero and so debuged it and found the issue with "gpmc_ck" clock in function gpmc_init.

I have changed clock domain from "gpmc_ck" to "gpmc_ick" and this issue is resolved.

Please let me know is it bug in code ? also is my fix is correct or not ?

Regards,

Vinod