From: Nicolin Chen Date: Wed, 11 Feb 2015 05:31:43 +0000 (-0800) Subject: ASoC: fsl_ssi: Fix the incorrect limitation of the bit clock rate X-Git-Tag: omap-for-v4.1/wl12xx-dt~57^2^2~9^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541b03ad6cfe;p=pandora-kernel.git ASoC: fsl_ssi: Fix the incorrect limitation of the bit clock rate 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 incorrect limitation applied to the bit clock (baudclk) rate. Signed-off-by: Nicolin Chen Signed-off-by: Mark Brown --- Reading git-diff-tree failed