How to solve reports "failed to set baudclk rate" error in imx6dl android6.0 platform?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to solve reports "failed to set baudclk rate" error in imx6dl android6.0 platform?

671 次查看
imx-talent
Contributor I

Hi, everybody!

            I config dts ssi2 as i2s master below:

ssi2:{

......

clocks = <&clks IMX6QDL_CLK_SSI2_IPG>,
<&clks IMX6QDL_CLK_SSI2>;
clock-names = "baud";
....

}

         it reports "failed to set baudclk rate\n" in the function  fsl_ssi_set_bclk(), how to solve the error and config i2s master in imx6dl android6.0 platform?

        Thank you and good luck to you!

标记 (1)
0 项奖励
2 回复数

518 次查看
igorpadykov
NXP Employee
NXP Employee

Hi talent

please check ssi master usage on

http://permalink.gmane.org/gmane.linux.alsa.devel/127795 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励

518 次查看
imx-talent
Contributor I

I check ssi master is correct.but how to configure bitclock output 2.8Mhz?

0 项奖励