Hi
I try to add additional codec to imx 6 SOC in kernel 4.1 :
1. Codec connected to to SSI3 - mux-int-port = <7>; mux-ext-port = <4>;
2. Codec don't receive master clock and must work in master mode - master clock generated internal from bit clock received from ssi;
For now codec works but play very slowly in 48k rate and measured clocks on codec pins about 600 Mhz for bit clok and 20k for word clock.
How to set fixed clock to pll4 and how to append this clock to SSI3 ?
And which clock indemnification i must to bind to codec in device tree?
All Regards.