<?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: Need know pullup configuration for i2c0 interface</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Need-know-pullup-configuration-for-i2c0-interface/m-p/360909#M50784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yuri,&lt;/P&gt;&lt;P&gt;I Check the document and configured accordingly... It worked for me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Rajucm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 03:37:01 GMT</pubDate>
    <dc:creator>rajucm</dc:creator>
    <dc:date>2015-03-30T03:37:01Z</dc:date>
    <item>
      <title>Need know pullup configuration for i2c0 interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-know-pullup-configuration-for-i2c0-interface/m-p/360906#M50781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ALL,&lt;/P&gt;&lt;P&gt;we are using imx6qd processor.&lt;/P&gt;&lt;P&gt;We don't have external pull-up voltage on SDA and SCL line.&lt;/P&gt;&lt;P&gt;We need to enable internal pull-up voltage for i2c-0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to configure gpio pull-up on i2c-0?... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 10:57:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-know-pullup-configuration-for-i2c0-interface/m-p/360906#M50781</guid>
      <dc:creator>rajucm</dc:creator>
      <dc:date>2015-03-05T10:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need know pullup configuration for i2c0 interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-know-pullup-configuration-for-i2c0-interface/m-p/360907#M50782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pull up can be enabled on pad with IOMUXC_SW_PAD_CTL_PADxx Pad Control&lt;/P&gt;&lt;P&gt;Register field PUS (Pull Up / Down Config. Field) and refer to attached&lt;/P&gt;&lt;P&gt;Porting Guide Chapter 2 Configuring the IOMUX Controller.&lt;/P&gt;&lt;P&gt;In latest linux with device tree every pin needs to have its PAD configured&lt;/P&gt;&lt;P&gt;in the dts file. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MX6QDL_PAD_GPIO_0__CCM_CLKO1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x130b0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The explanation of what these values mean is available at:&lt;/P&gt;&lt;P&gt;Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt&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;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 13:07:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-know-pullup-configuration-for-i2c0-interface/m-p/360907#M50782</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-03-05T13:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need know pullup configuration for i2c0 interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-know-pullup-configuration-for-i2c0-interface/m-p/360908#M50783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Basically there are recommended values for I2C pull up resistors,&lt;/P&gt;&lt;P&gt;please refer to section 7.1 (Pull-up resistor sizing) of the I2C specs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/documents/user_manual/UM10204.pdf" title="http://www.nxp.com/documents/user_manual/UM10204.pdf"&gt;http://www.nxp.com/documents/user_manual/UM10204.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 03:32:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-know-pullup-configuration-for-i2c0-interface/m-p/360908#M50783</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-03-06T03:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need know pullup configuration for i2c0 interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-know-pullup-configuration-for-i2c0-interface/m-p/360909#M50784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yuri,&lt;/P&gt;&lt;P&gt;I Check the document and configured accordingly... It worked for me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Rajucm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 03:37:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-know-pullup-configuration-for-i2c0-interface/m-p/360909#M50784</guid>
      <dc:creator>rajucm</dc:creator>
      <dc:date>2015-03-30T03:37:01Z</dc:date>
    </item>
  </channel>
</rss>

