<?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 Linux iMX6Q ESAI bus multi-channel in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Linux-iMX6Q-ESAI-bus-multi-channel/m-p/815318#M125604</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 have a custom board with iMX6q on it, and with three DAC and one ADC connected to the ESAI bus of the MX6. I managed to load the drivers for the four of them, but I still have problems on getting data from the I2S channel in two of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked with the oscilloscope the DATA0_OUT pin and it seems the only one working. How I can configure the esai driver to send data also on the other ports?&lt;/P&gt;&lt;P&gt;I am using the linux kernel for imx6 4.1.15&lt;/P&gt;&lt;P&gt;this is what i did in the devicetree file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;esai {&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_esai&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;#sound-dai-cells = &amp;lt;0&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;assigned-clocks = &amp;lt;&amp;amp;clks IMX6QDL_CLK_ESAI_SEL&amp;gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;lt;&amp;amp;clks IMX6QDL_CLK_ESAI_EXTAL&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;assigned-clock-parents = &amp;lt;&amp;amp;clks IMX6QDL_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;24576000&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;fsl,mode = "i2s-master";&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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; soundcard1 {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "fsl,imx6-sabreauto-cs42888",&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;"fsl,imx-audio-cs42888";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;model = "imx-cs42888";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;esai-controller = &amp;lt;&amp;amp;esai 0&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;audio-codec = &amp;lt;&amp;amp;codec1&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;audio-routing = "LINEOUT", "DAC";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;soundcard2 {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "fsl,imx6-sabreauto-cs42888",&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;"fsl,imx-audio-cs42888";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;model = "imx-cs42888";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;esai-controller = &amp;lt;&amp;amp;esai 1&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;audio-codec = &amp;lt;&amp;amp;codec1&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;audio-routing = "LINEOUT1", "DAC1";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;soundcard3 {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "fsl,imx6-sabreauto-cs42888",&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;"fsl,imx-audio-cs42888";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;model = "imx-cs42888";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;esai-controller = &amp;lt;&amp;amp;esai 2&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;audio-codec = &amp;lt;&amp;amp;codec3&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;audio-routing = "LINEOUT2", "DAC2";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2018 09:30:42 GMT</pubDate>
    <dc:creator>claudiomocci</dc:creator>
    <dc:date>2018-08-03T09:30:42Z</dc:date>
    <item>
      <title>Linux iMX6Q ESAI bus multi-channel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-iMX6Q-ESAI-bus-multi-channel/m-p/815318#M125604</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 have a custom board with iMX6q on it, and with three DAC and one ADC connected to the ESAI bus of the MX6. I managed to load the drivers for the four of them, but I still have problems on getting data from the I2S channel in two of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked with the oscilloscope the DATA0_OUT pin and it seems the only one working. How I can configure the esai driver to send data also on the other ports?&lt;/P&gt;&lt;P&gt;I am using the linux kernel for imx6 4.1.15&lt;/P&gt;&lt;P&gt;this is what i did in the devicetree file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;esai {&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_esai&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;#sound-dai-cells = &amp;lt;0&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;assigned-clocks = &amp;lt;&amp;amp;clks IMX6QDL_CLK_ESAI_SEL&amp;gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;lt;&amp;amp;clks IMX6QDL_CLK_ESAI_EXTAL&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;assigned-clock-parents = &amp;lt;&amp;amp;clks IMX6QDL_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;24576000&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;fsl,mode = "i2s-master";&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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; soundcard1 {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "fsl,imx6-sabreauto-cs42888",&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;"fsl,imx-audio-cs42888";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;model = "imx-cs42888";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;esai-controller = &amp;lt;&amp;amp;esai 0&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;audio-codec = &amp;lt;&amp;amp;codec1&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;audio-routing = "LINEOUT", "DAC";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;soundcard2 {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "fsl,imx6-sabreauto-cs42888",&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;"fsl,imx-audio-cs42888";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;model = "imx-cs42888";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;esai-controller = &amp;lt;&amp;amp;esai 1&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;audio-codec = &amp;lt;&amp;amp;codec1&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;audio-routing = "LINEOUT1", "DAC1";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;soundcard3 {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "fsl,imx6-sabreauto-cs42888",&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;"fsl,imx-audio-cs42888";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;model = "imx-cs42888";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;esai-controller = &amp;lt;&amp;amp;esai 2&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;audio-codec = &amp;lt;&amp;amp;codec3&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;audio-routing = "LINEOUT2", "DAC2";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 09:30:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-iMX6Q-ESAI-bus-multi-channel/m-p/815318#M125604</guid>
      <dc:creator>claudiomocci</dc:creator>
      <dc:date>2018-08-03T09:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Linux iMX6Q ESAI bus multi-channel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-iMX6Q-ESAI-bus-multi-channel/m-p/815319#M125605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Claudio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can check pinmux settings in pinctrl_esai: esaigrp:&lt;/P&gt;&lt;P&gt;linux/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi?h=imx_4.1.15_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi?h=imx_4.1.15_2.0.0_ga"&gt;imx6qdl-sabreauto.dtsi\dts\boot\arm\arch - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and recheck with debugger if these processor pads are configured properly&lt;/P&gt;&lt;P&gt;using Sabre AI schematic&lt;/P&gt;&lt;P&gt;Schematics (5)&lt;BR /&gt;Design files for i.MX 6Quad and i.MX 6DualLite CPU1 Cards &lt;BR /&gt;Design files for Base Board &lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/hardware-development-tools/sabre-development-system/sabre-for-automotive-infotainment-based-on-the-i.mx-6-series:RDIMX6SABREAUTO?&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="https://www.nxp.com/support/developer-resources/hardware-development-tools/sabre-development-system/sabre-for-automotive-infotainment-based-on-the-i.mx-6-series:RDIMX6SABREAUTO?&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;SABRE|Automotive-Infotainment|i.MX6|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2018 00:56:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-iMX6Q-ESAI-bus-multi-channel/m-p/815319#M125605</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-08-04T00:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Linux iMX6Q ESAI bus multi-channel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-iMX6Q-ESAI-bus-multi-channel/m-p/815320#M125606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my pinmux setting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pinctrl_esai: esaigrp {&lt;BR /&gt; fsl,pins = &amp;lt;&lt;BR /&gt; MX6QDL_PAD_ENET_CRS_DV__ESAI_TX_CLK 0x1b030&lt;BR /&gt; MX6QDL_PAD_ENET_RXD1__ESAI_TX_FS 0x1b030&lt;BR /&gt; MX6QDL_PAD_ENET_TX_EN__ESAI_TX3_RX2 0x1b030&lt;BR /&gt; MX6QDL_PAD_GPIO_5__ESAI_TX2_RX3 0x1b030&lt;BR /&gt; MX6QDL_PAD_ENET_TXD0__ESAI_TX4_RX1 0x1b030&lt;BR /&gt; MX6QDL_PAD_ENET_MDC__ESAI_TX5_RX0 0x1b030&lt;BR /&gt; MX6QDL_PAD_GPIO_17__ESAI_TX0 0x1b030&lt;BR /&gt; MX6QDL_PAD_NANDF_CS3__ESAI_TX1 0x1b030&lt;BR /&gt; MX6QDL_PAD_ENET_MDIO__ESAI_RX_CLK 0x1b030&lt;BR /&gt; MX6QDL_PAD_GPIO_9__ESAI_RX_FS 0x1b030&lt;BR /&gt; &amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;It seems everything correct, I checked a couple of days ago if they were correctly set, but when I try to use another DAC connected in a different channel I can see the clock and the frame select but not the data. The data always goes on esai_tx0 path and can't figure out why. There is some ESAI registry to set to enable the proper TX channel? I tried with to write in a different way the TECR registry but when I modifty that registry, also the TX0 disappears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Claudio&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2018 01:34:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-iMX6Q-ESAI-bus-multi-channel/m-p/815320#M125606</guid>
      <dc:creator>claudiomocci</dc:creator>
      <dc:date>2018-08-04T01:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linux iMX6Q ESAI bus multi-channel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-iMX6Q-ESAI-bus-multi-channel/m-p/815321#M125607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Claudio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to run Demo Image on Sabre AI board and then compare its ESAI registers with custom board&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0_MX6QDLSOLO&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="https://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0_MX6QDLSOLO&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;https://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0_MX6QDLSOLO&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337699…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 01:34:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-iMX6Q-ESAI-bus-multi-channel/m-p/815321#M125607</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-08-07T01:34:00Z</dc:date>
    </item>
  </channel>
</rss>

