[quote user="Steve Kipisz"]And change the 0x48 to 0x40. If you look in the TRM for the RTC registers, bit 3 of register RTC_OSC_REG selects the clock source for the RTC. 0=internal, 1=external.[/quote]
Thanks, Steve.
I changed this in my code base. However, when I uncomment the line in arch/arm/mach-omap2/omap_hwmod_33xx_data.c, the kernel still stops booting. Perhaps there is another place that the 32khz needs to be reconfigured?
[quote user="Steve Kipisz"]One more quick experiment. In arch/arm/mach-omap2/omap_hwmod_33xx_data.c can you comment out
&am33xx_rtc_hwmod,[/quote]
Chuck