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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

620 Views
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!

Tags (1)
0 Kudos
2 Replies

467 Views
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 Kudos

467 Views
imx-talent
Contributor I

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

0 Kudos