<?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>i.MX Processors中的主题 Re: I2C frequency on 2 buses</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/I2C-frequency-on-2-buses/m-p/208261#M12178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi (and happy new year!!!!).&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; We already have modified some features in the kernel and I prefer not to change the kernel. I think the problem could be solved in the i2c-mxs.c file with a "if i2C0 then 100kHz else 400kHz". But I would prefer another solution...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2013 09:02:11 GMT</pubDate>
    <dc:creator>samuelsalas</dc:creator>
    <dc:date>2013-01-07T09:02:11Z</dc:date>
    <item>
      <title>I2C frequency on 2 buses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-frequency-on-2-buses/m-p/208258#M12175</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;I would like to know how is it possible to change the frequency on 2 buses.&lt;/P&gt;&lt;P&gt;In i2c-mxs.c I can configure 100kHz or 400kHz in the 2 buses but I can't do different frequencies on the 2 buses. Anyone can help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 17:00:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-frequency-on-2-buses/m-p/208258#M12175</guid>
      <dc:creator>samuelsalas</dc:creator>
      <dc:date>2012-12-14T17:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: I2C frequency on 2 buses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-frequency-on-2-buses/m-p/208259#M12176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works in 3.7 (upstream Linux kernel). Is there any reason why this won't work in the FSL BSP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 03:56:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-frequency-on-2-buses/m-p/208259#M12176</guid>
      <dc:creator>MarekVasut</dc:creator>
      <dc:date>2012-12-26T03:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: I2C frequency on 2 buses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-frequency-on-2-buses/m-p/208260#M12177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Marek confirmed this works on 3.7, maybe you should switch your kernel to 3.7.&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;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 12:25:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-frequency-on-2-buses/m-p/208260#M12177</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2012-12-26T12:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: I2C frequency on 2 buses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-frequency-on-2-buses/m-p/208261#M12178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi (and happy new year!!!!).&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; We already have modified some features in the kernel and I prefer not to change the kernel. I think the problem could be solved in the i2c-mxs.c file with a "if i2C0 then 100kHz else 400kHz". But I would prefer another solution...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 09:02:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-frequency-on-2-buses/m-p/208261#M12178</guid>
      <dc:creator>samuelsalas</dc:creator>
      <dc:date>2013-01-07T09:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: I2C frequency on 2 buses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-frequency-on-2-buses/m-p/208262#M12179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We finaly modify the kernel by adding the speed in the I2C structure. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 07:00:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-frequency-on-2-buses/m-p/208262#M12179</guid>
      <dc:creator>samuelsalas</dc:creator>
      <dc:date>2013-04-26T07:00:41Z</dc:date>
    </item>
  </channel>
</rss>

