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.

clkout2 - linux boot error

Guru 20755 points


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