Re: [PATCH] ASoC: fsl_ssi: Fix the incorrect limitation of the bit clock rate

2015-02-10 Thread Mark Brown
On Tue, Feb 10, 2015 at 09:31:43PM -0800, Nicolin Chen wrote: > According to i.MX Reference Manual, the bit-clock frequency generated > by SSI must be never greater than 1/5 of the peripheral clock frequency. Applied, thanks. signature.asc Description: Digital signature _

[PATCH] ASoC: fsl_ssi: Fix the incorrect limitation of the bit clock rate

2015-02-10 Thread Nicolin Chen
According to i.MX Reference Manual, the bit-clock frequency generated by SSI must be never greater than 1/5 of the peripheral clock frequency. This peripheral clock, however, is not baudclk but the IPG clock (i.e. ssi_private->clk in the fsl_ssi driver). So this patch just simply fixes the incorr