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.

Soft reboot issue on OMAP4430 with Linux-3.0.21-00003-OMAP-Android+

Hi,

I am working on Linux-3.0.21-00003-OMAP-Android+ with ICS android on OMAP4430 based custom board.

- When I first start hardware, it successfully boots up.

- Once the system is up running, when I type reboot command, it restarts the kernel and hangs at

Starting kernel ... Uncompressing Linux... done, booting the kernel.

To debug this issue I compiled the kernel with CONFIG_DEBUG_LL=y and added few prints.
Now it came to conclusion that kernel read hangs in arc/arm/mach-omap2/omap_hwmod.c,
in function omap_hwmod_read in __raw_readl with clock named aess_fck.

The same thing works on every hard reboot and stucks at the same point on soft reboot.

Please provide some input to solve this issue.