<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Two devices sharing SAI in imx6Ull in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Two-devices-sharing-SAI-in-imx6Ull/m-p/794559#M123042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check those gpio pins, they actually match to correct cpu pad, but with different ALT function. He used the gpio name just to identify the pin name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2018 13:12:02 GMT</pubDate>
    <dc:creator>maash</dc:creator>
    <dc:date>2018-10-25T13:12:02Z</dc:date>
    <item>
      <title>Two devices sharing SAI in imx6Ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Two-devices-sharing-SAI-in-imx6Ull/m-p/794554#M123037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've&amp;nbsp; used the shared SAI/I2S with IMX7D and kernel 4.1.15 without any problems. Also worth noting is that the imx acts as I2S slave for the codecs so that the codecs provide the bclk and frame clock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However we've jumped to IMX6ULL from Varicite and it uses 4.9.11_1.0.0_ga kernel. There it doesn't seem to work (kernel panic when we try to record audio) and we suspect that our SAI configuration is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From .dts file:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;sound@1 {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;compatible = "cnxt,imx-cx2092x-i2s";&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;ssi-controller = &amp;lt;&amp;amp;sai1&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nxp,audio-codec = &amp;lt;&amp;amp;sound_record&amp;gt;;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;no-audmux = "true";&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;sound@2 {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;compatible = "cnxt,imx-cx2072x-i2s";&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;ssi-controller = &amp;lt;&amp;amp;sai1&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nxp,audio-codec = &amp;lt;&amp;amp;sound_playback&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; no-audmux = "true";&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;sai1 {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;pinctrl-names = "default";&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_sai1&amp;gt;;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;assigned-clocks = &amp;lt;&amp;amp;clks IMX6UL_CLK_SAI1_SEL&amp;gt;,&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&amp;amp;clks IMX6UL_CLK_SAI1&amp;gt;;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;assigned-clock-parents = &amp;lt;&amp;amp;clks IMX6UL_CLK_PLL4_AUDIO_DIV&amp;gt;;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;assigned-clock-rates = &amp;lt;0&amp;gt;, &amp;lt;12288000&amp;gt;;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;fsl,sai-mclk-direction-input;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;i2c2 {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;clock_frequency = &amp;lt;100000&amp;gt;;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;pinctrl-names = "default";&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_i2c2&amp;gt;;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;status = "okay";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;sound_playback: cx2072x@33 {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;compatible = "cnxt,cx20721";&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;reg = &amp;lt;0x33&amp;gt;;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;status = "okay";&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;sound_record: cx2029x@41 {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;compatible = "cnxt,cx20921";&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;reg = &amp;lt;0x41&amp;gt;;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;status = "okay";&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;BR /&gt; pinctrl_sai1: sai1grp {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;fsl,pins = &amp;lt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MX6UL_PAD_CSI_DATA02__SAI1_RX_SYNC 0x10B0&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MX6UL_PAD_CSI_DATA03__SAI1_RX_BCLK 0x10B0&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MX6UL_PAD_CSI_DATA04__SAI1_TX_SYNC 0x10B0&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MX6UL_PAD_CSI_DATA05__SAI1_TX_BCLK 0x10B0&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MX6UL_PAD_CSI_DATA06__SAI1_RX_DATA 0x10B0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MX6UL_PAD_CSI_DATA07__SAI1_TX_DATA 0x10B0&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see that the devices probe ok, and they are listed. However neither playback nor record work. Playback just complains about unable to open slave:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;root@imx6ul-var-dart:~# aplay /./usr/share/sounds/alsa/Front_Center.wav&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;ALSA lib ../../../alsa-lib-1.1.4.1/src/pcm/pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;aplay: main:807: audio open error: No such file or directory&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;However kernel crashes when trying to record:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;nbsp;root@imx6ul-var-dart:~# arecord test.wav&lt;BR /&gt;&amp;nbsp;Unable to handle kernel NULL pointer dereference at virtual address 00000534&lt;BR /&gt;&amp;nbsp;pgd = 9dae0000&lt;BR /&gt;&amp;nbsp;[00000534] *pgd=9dafd835, *pte=00000000, *ppte=00000000&lt;BR /&gt;&amp;nbsp;Internal error: Oops: 17 [#1] PREEMPT SMP ARM&lt;BR /&gt;&amp;nbsp;Modules linked in: brcmfmac brcmutil&lt;BR /&gt;&amp;nbsp;CPU: 0 PID: 683 Comm: arecord Not tainted 4.9.11-mx6ul+gb200f6d #25&lt;BR /&gt;&amp;nbsp;Hardware name: Freescale i.MX6 UltraLite (Device Tree)&lt;BR /&gt;&amp;nbsp;task: 9d4d4000 task.stack: 9d9c6000&lt;BR /&gt;&amp;nbsp;PC is at dapm_power_widgets+0x90/0x790&lt;BR /&gt;&amp;nbsp;LR is at snd_soc_dapm_stream_event+0x70/0x7c&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One interesting note is that in 4.9 kernel soc-core.c probe function shared sai interface was blocked:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;#if 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (component-&amp;gt;card) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;if (component-&amp;gt;card != card) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;dev_err(component-&amp;gt;dev,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;"Trying to bind component to card \"%s\" but is already bound to card \"%s\"\n",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;card-&amp;gt;name, component-&amp;gt;card-&amp;gt;name);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;return -ENODEV;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;return 0;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;#endif&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This code was missing from kernel 4.1.15 and I had to flag it out to make the probe working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas/comments would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 06:49:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Two-devices-sharing-SAI-in-imx6Ull/m-p/794554#M123037</guid>
      <dc:creator>maash</dc:creator>
      <dc:date>2018-10-16T06:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Two devices sharing SAI in imx6Ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Two-devices-sharing-SAI-in-imx6Ull/m-p/794555#M123038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="301202" data-username="maash" href="https://community.nxp.com/people/maash"&gt;Matti &lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could you provide the following information for me?&lt;/P&gt;&lt;P&gt;1. Full cards list&lt;/P&gt;&lt;P&gt;-aplay -l&lt;/P&gt;&lt;P&gt;-arecord -l&lt;/P&gt;&lt;P&gt;then paste them here.&lt;/P&gt;&lt;P&gt;2. Full schematic or connections between CPU and codecs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;NXP TIC weidong sun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 03:15:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Two-devices-sharing-SAI-in-imx6Ull/m-p/794555#M123038</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2018-10-23T03:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Two devices sharing SAI in imx6Ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Two-devices-sharing-SAI-in-imx6Ull/m-p/794556#M123039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any update?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 02:29:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Two-devices-sharing-SAI-in-imx6Ull/m-p/794556#M123039</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2018-10-24T02:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Two devices sharing SAI in imx6Ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Two-devices-sharing-SAI-in-imx6Ull/m-p/794557#M123040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay, was hold up on other stuff:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;root@imx6ul-var-dart:~# arecord -l&lt;BR /&gt;**** List of CAPTURE Hardware Devices ****&lt;BR /&gt;card 0: imxcx2092xi2s [imx-cx2092x-i2s], device 0: System Capture cx2092x-aif-0 []&lt;BR /&gt; Subdevices: 1/1&lt;BR /&gt; Subdevice #0: subdevice #0&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;root@imx6ul-var-dart:~# aplay -l&lt;BR /&gt;**** List of PLAYBACK Hardware Devices ****&lt;BR /&gt;card 1: imxcx2072xi2s [imx-cx2072x-i2s], device 0: System Playback cx2072x-dsp-0 []&lt;BR /&gt; Subdevices: 1/1&lt;BR /&gt; Subdevice #0: subdevice #0&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And as sidenote, when only one device is configured in the device tree (cx2092x or cx2072x) no crashes are observed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have schematic at hand as this was hand propped as demo. But I'll try to walk you trough this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Codec(cx2092x) is I2S master and supplies blck &amp;amp; lrclk for both devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Connections in imx6 side. This is what our HW guy told me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Bclk&amp;nbsp; -&amp;gt; gpio4_24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;lrclk&amp;nbsp;&amp;nbsp; -&amp;gt; gpio4_23&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;rxd &amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; gpio4_27&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;txd &amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; gpio4_28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="kytkenta.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/76478iADDB4FE9F3B9D225/image-size/large?v=v2&amp;amp;px=999" role="button" title="kytkenta.jpg" alt="kytkenta.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOWEVER. We do not schematics for the variscite imx6ul var som. For example the varicite pin header places the sai1_tx_bclk to csi_data07 pin, however that doesn't match the corresponding register iomuxc_sw_mux_ctl_pad_csi_data07.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also could you tell me why iomuxc_sw_mux_ctl_pad_csi_data07 register doesn't contain configuration for csi_data07, but csi_data09 as alt0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 08:44:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Two-devices-sharing-SAI-in-imx6Ull/m-p/794557#M123040</guid>
      <dc:creator>maash</dc:creator>
      <dc:date>2018-10-24T08:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Two devices sharing SAI in imx6Ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Two-devices-sharing-SAI-in-imx6Ull/m-p/794558#M123041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="301202" data-username="maash" href="https://community.nxp.com/people/maash"&gt;Matti&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Below is IOMUX PINs for SA1 of I.MX6ULL, if you don't have schematic, we all don't know which pins cpu have used for 2 CODECs, which cause we don't know how to configure IO multiplexing .&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp; So I doubt there is something wrong with IOMUX in dts for SAI1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/76342iDB970E55DF6073C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Connections hardware engineer told you are not correct, she should told you pins name of I.MX6LL for SAI1 interface, then you will know to configure them in dts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Have a nice day!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;NXP TIC weidong sun&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 01:10:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Two-devices-sharing-SAI-in-imx6Ull/m-p/794558#M123041</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2018-10-25T01:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Two devices sharing SAI in imx6Ull</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Two-devices-sharing-SAI-in-imx6Ull/m-p/794559#M123042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check those gpio pins, they actually match to correct cpu pad, but with different ALT function. He used the gpio name just to identify the pin name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 13:12:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Two-devices-sharing-SAI-in-imx6Ull/m-p/794559#M123042</guid>
      <dc:creator>maash</dc:creator>
      <dc:date>2018-10-25T13:12:02Z</dc:date>
    </item>
  </channel>
</rss>

