Hello,
I get the error "Cannot clk_get ck_32" in kernel boot. Trying to figure out what it means I see that code fails in ck_32 = clk_get(NULL, "osc_32k_ck") code line.
in clkout2_enable() routine (devices.c), but according to code it should be supported in TI81xx.
#ifdef CONFIG_ARCH_TI81XX
ti81xx_rtc_init();
clkout2_enable();
#endif
Does anyone knows whay it fails, and what does it mean ?
Thanks you,
Ram