Hi Igor, thanks for the info!
I was able to do it. One thing is to know what to do and another is how to do it!
It's not obvious how to do it. I suppose it must to be a good place to do the
changes, but I'm not a Linux expert.
I've found the CLKO is linked to the 24MHz osc in clk-imx6q.c and I've
made some changes in that file, and now I have 33.868800MHz as SYS_MCLK,
useful to generate 768*fs available in the codec.
But I think that it's not a good file choice to make the changes. Is it possible to change
the clock parent, divider and the rate in another file? The best option will be the DTS file,
but is it possible? The second option will be the ASOC machine driver file, sound/soc/fsl/imx-sta559.c.
The third is arch/arm/mach-imx/mach-imx6q.c and the last one, the current, clk-imx6q.c.
What do you think?
Any code is welcome!
Regards