imx6q sabresd board: SSI config problem

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

imx6q sabresd board: SSI config problem

540 Views
garyyin
Contributor III


According to the schematics, the sound card WM8962 is connected to I2S-3 as the picture indicates.

wm8962-imx6q_sabresd.png

But in the device tree file "imx6qdl-sabresd.dtsi", the related device node is :

sound {

      compatible = "fsl,imx6q-sabresd-wm8962",

                           "fsl,imx-audio-wm8962";

     model = "wm8962-audio";

     cpu-dai = <&ssi2>;

     audio-codec = <&codec>;

     ... ...

};

In the "imx6qdl.dtsi", 3 device node: "ssi1", "ssi2", "ssi3" are defined.

Why the device node above doesn't use <&ssi3> ? Is there a "logic device name" and "physical device name" mapping table?

Labels (5)
0 Kudos
1 Reply

338 Views
igorpadykov
NXP Employee
NXP Employee

Hi Gary

ssi uses audmux for connection to external devices, please look

at Table 85. AUDMUX Port Allocation i.MX6DQ Datasheet

http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 Kudos