<?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 i2c baudrate in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i2c-baudrate/m-p/372710#M53315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on IMX6 custom board. I ported Android kitkat BSP from freescale for my custom board. In my I2C3 bus different speed slave devices are connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how do i change the I2C bus speed (Baudrate ). Is it possible to have different speed for each slave devices ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;P.Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2014 15:56:33 GMT</pubDate>
    <dc:creator>ashokp</dc:creator>
    <dc:date>2014-09-16T15:56:33Z</dc:date>
    <item>
      <title>i2c baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i2c-baudrate/m-p/372710#M53315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on IMX6 custom board. I ported Android kitkat BSP from freescale for my custom board. In my I2C3 bus different speed slave devices are connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how do i change the I2C bus speed (Baudrate ). Is it possible to have different speed for each slave devices ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;P.Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 15:56:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i2c-baudrate/m-p/372710#M53315</guid>
      <dc:creator>ashokp</dc:creator>
      <dc:date>2014-09-16T15:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: i2c baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i2c-baudrate/m-p/372711#M53316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The I2C bitrate is fixed for each I2C bus. The bitrate can be configured at the struct imxi2c_platform_data in your kernel board-mx6X_XXXX.c. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The I2C slave can slow down the actual bitrate using clock stretching (see I2C Controller in reference manual for the detail).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 07:09:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i2c-baudrate/m-p/372711#M53316</guid>
      <dc:creator>PeterChan</dc:creator>
      <dc:date>2014-09-17T07:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: i2c baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i2c-baudrate/m-p/372712#M53317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Optional properties:&lt;/P&gt;&lt;P&gt;- clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.&lt;/P&gt;&lt;P&gt;The absence of the propoerty indicates the default frequency 100 kHz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://github.com/alphalem/linux-yocto-3.10/blob/master/Documentation/devicetree/bindings/i2c/i2c-imx.txt"&gt;https://github.com/alphalem/linux-yocto-3.10/blob/master/Documentation/devicetree/bindings/i2c/i2c-imx.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 09:51:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i2c-baudrate/m-p/372712#M53317</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-09-17T09:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: i2c baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i2c-baudrate/m-p/372713#M53318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am using Kernel version 3.0.35. This is the kernel from IMX6 freescale Android kitkat version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The i2cdect command from serial console is not listing any i2c devices in I2C bus 3. The other i2c buses 1 and 2 are working fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I probed the SCL ans SDA lines of I2C3 i didn't see any signals when i access the i2C3 bus using i2c tools &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is I2C3 is tested in the kernel version 3.0.35 from (&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMXANDROID&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" style="color: #017bba; font-family: arial, sans-serif; font-size: 12px; background-color: #ecf0f1;"&gt;IMX6_KK442&lt;/A&gt;)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to cross check the I2C physical address. Please let me know which file i can cross check for&amp;nbsp; 3.0.35 kernel version. This kernel version don't have support for device tree. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i want to take the I2C3 register dumps. Please let me know if any idea on this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;P.Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 12:23:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i2c-baudrate/m-p/372713#M53318</guid>
      <dc:creator>ashokp</dc:creator>
      <dc:date>2014-09-17T12:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: i2c baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i2c-baudrate/m-p/372714#M53319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for I2C bus 3 and i2cdect problems&lt;/P&gt;&lt;P&gt;please create new thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 13:11:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i2c-baudrate/m-p/372714#M53319</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-09-17T13:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: i2c baudrate</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i2c-baudrate/m-p/372715#M53320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Have the I2C different speed issue found solve, I meet the same problem, could you share me the solution? Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 07:28:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i2c-baudrate/m-p/372715#M53320</guid>
      <dc:creator>kennywang</dc:creator>
      <dc:date>2015-01-31T07:28:22Z</dc:date>
    </item>
  </channel>
</rss>

