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.

RTC Clock Enabled Failed in uboot

Other Parts Discussed in Thread: AM3352

Hello,

I am currently trying to get uboot-spl file to complete execution on my board with an AM3352 and all clocks are enabling except for the 32k RTC. The specific debug output is:

Clock enable failed for 0x44e00800 idlest 0x10002

This is causing the code to stop execution at the rtc32k_enable function, while this clock fails to be enable earlier in the prcm_init().

Where should I look to fix this issue? Hardware looks fine from what we can tell.

Thanks