Re: [PATCH] ASoC: fsl_ssi: Don't try to round-up for PM divisor calculation

2015-03-05 Thread Mark Brown
On Wed, Mar 04, 2015 at 09:05:04PM -0800, Nicolin Chen wrote: According to i.MX6 Series Reference Manual, the formula to calculate the sys clock is Applied, thanks. signature.asc Description: Digital signature ___ Linuxppc-dev mailing list

[PATCH] ASoC: fsl_ssi: Don't try to round-up for PM divisor calculation

2015-03-04 Thread Nicolin Chen
According to i.MX6 Series Reference Manual, the formula to calculate the sys clock is sysclk rate = bclk rate * (div2 + 1) * (7 * psr + 1) * (pm + 1) * 2 Commit aafa85e71a75 (ASoC: fsl_ssi: Add DAI master mode support for SSI on i.MX series) added the divisor calculation which relies on the