<?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 KPP and I2C2 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/KPP-and-I2C2/m-p/849054#M129953</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'm working with an i.MX6 based SoM from Digi. I've been looking into the potential for using the KPP module to interface with a keypad we're building.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My only concern is that Digi use KEY_COL3 for I2C_2 in their module for communicating with the on-module PMIC. Does the KPP driver in Linux allow for "skipping" pins in this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e if I wanted to create a 4x4 matrix. Can I use KEY_COL0 through 2 and KEY_COL4 to create my columns? Effectively skipping KEYCOL_3 since it's being used for something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2018 12:02:03 GMT</pubDate>
    <dc:creator>dylanbartlett</dc:creator>
    <dc:date>2018-07-05T12:02:03Z</dc:date>
    <item>
      <title>KPP and I2C2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/KPP-and-I2C2/m-p/849054#M129953</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'm working with an i.MX6 based SoM from Digi. I've been looking into the potential for using the KPP module to interface with a keypad we're building.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My only concern is that Digi use KEY_COL3 for I2C_2 in their module for communicating with the on-module PMIC. Does the KPP driver in Linux allow for "skipping" pins in this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e if I wanted to create a 4x4 matrix. Can I use KEY_COL0 through 2 and KEY_COL4 to create my columns? Effectively skipping KEYCOL_3 since it's being used for something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 12:02:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/KPP-and-I2C2/m-p/849054#M129953</guid>
      <dc:creator>dylanbartlett</dc:creator>
      <dc:date>2018-07-05T12:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: KPP and I2C2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/KPP-and-I2C2/m-p/849055#M129954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dylan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems it is possible to exclude some keys from processing, one can check&lt;/P&gt;&lt;P&gt;documentation in linux/Documentation/devicetree/bindings/input/imx-keypad.txt&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/Documentation/devicetree/bindings/input/imx-keypad.txt?h=imx_4.1.15_1.0.0_ga" title="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/Documentation/devicetree/bindings/input/imx-keypad.txt?h=imx_4.1.15_1.0.0_ga"&gt;linux-2.6-imx.git - Freescale i.MX Linux Tree&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>Fri, 06 Jul 2018 04:54:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/KPP-and-I2C2/m-p/849055#M129954</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-07-06T04:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: KPP and I2C2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/KPP-and-I2C2/m-p/849056#M129955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where exactly in the documentation does it say I can do that? The only thing that tells me is to pass a pin control group. Presumably that pin group can be missing a few pins but&amp;nbsp;nothing there suggest the list of kpp pins can be non-contiguous.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 16:34:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/KPP-and-I2C2/m-p/849056#M129955</guid>
      <dc:creator>dylanbartlett</dc:creator>
      <dc:date>2018-07-11T16:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: KPP and I2C2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/KPP-and-I2C2/m-p/849057#M129956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems some pads can&amp;nbsp; be excluded from &lt;CODE&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_kpp_1&amp;gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;and "&lt;/CODE&gt;&lt;CODE&gt;linux,keymap"&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Regarding documentation for if list of kpp pins can be non-contiguous, &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;suggest to post it on kernel mail list:&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;A class="link-titled" href="http://vger.kernel.org/vger-lists.html" title="http://vger.kernel.org/vger-lists.html"&gt;Majordomo Lists at VGER.KERNEL.ORG&lt;/A&gt;&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Best regards&lt;BR /&gt;igor&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 00:12:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/KPP-and-I2C2/m-p/849057#M129956</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-07-12T00:12:37Z</dc:date>
    </item>
  </channel>
</rss>

