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.

change clock parent

Guru 20755 points

Hello,

I would like to ask if anyone knows how to set clock parent

I need to set parent of mcasp4_fck (MCASP3) to be audio_dpll_ck .

I've tried to do the following: 

ret = clk_set_parent(clkp_mcasp3, clkp_audio_pll); <-- return -22

But it returnes EINVAL (-22)

Can anyone give a hint on this issue ?


Regards,

Ran