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