<?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 How to register GPIO as pinctrl group pin ? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-register-GPIO-as-pinctrl-group-pin/m-p/1493407#M192830</link>
    <description>&lt;P&gt;Hi all, Im working with Linux 5.10 on my imx8mm.&lt;/P&gt;&lt;P&gt;In the linux I can see pinctrl-maps here:&amp;nbsp;&lt;STRONG&gt; /sys/kernel/debug/pinctrl/pinctrl-maps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It is according to the Device Tree files,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below there is my investigation picture,&lt;BR /&gt;I see that blue, pink and violet marked pins are registered in the pinctrl-maps&lt;BR /&gt;(&lt;U&gt;there is wrong green marked group in this picture by mistake&lt;/U&gt;).&lt;BR /&gt;&lt;BR /&gt;The question is how to create node (device) in the device tree and add pinctrl pins groups to the Linux.&lt;BR /&gt;It works for I2C4 in my case but does not work for os02g10. What can be wrong?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="btarnowski_0-1658414552944.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/187429i2DEEF2E1587C8E0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="btarnowski_0-1658414552944.png" alt="btarnowski_0-1658414552944.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 14:46:58 GMT</pubDate>
    <dc:creator>btarnowski</dc:creator>
    <dc:date>2022-07-21T14:46:58Z</dc:date>
    <item>
      <title>How to register GPIO as pinctrl group pin ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-register-GPIO-as-pinctrl-group-pin/m-p/1493407#M192830</link>
      <description>&lt;P&gt;Hi all, Im working with Linux 5.10 on my imx8mm.&lt;/P&gt;&lt;P&gt;In the linux I can see pinctrl-maps here:&amp;nbsp;&lt;STRONG&gt; /sys/kernel/debug/pinctrl/pinctrl-maps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It is according to the Device Tree files,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below there is my investigation picture,&lt;BR /&gt;I see that blue, pink and violet marked pins are registered in the pinctrl-maps&lt;BR /&gt;(&lt;U&gt;there is wrong green marked group in this picture by mistake&lt;/U&gt;).&lt;BR /&gt;&lt;BR /&gt;The question is how to create node (device) in the device tree and add pinctrl pins groups to the Linux.&lt;BR /&gt;It works for I2C4 in my case but does not work for os02g10. What can be wrong?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="btarnowski_0-1658414552944.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/187429i2DEEF2E1587C8E0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="btarnowski_0-1658414552944.png" alt="btarnowski_0-1658414552944.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 14:46:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-register-GPIO-as-pinctrl-group-pin/m-p/1493407#M192830</guid>
      <dc:creator>btarnowski</dc:creator>
      <dc:date>2022-07-21T14:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to register GPIO as pinctrl group pin ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-register-GPIO-as-pinctrl-group-pin/m-p/1496737#M193123</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;You may refer to the pinctrl bindings documentation, available here:&lt;BR /&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt?h=lf-5.10.y&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/Documentation/devicetree/bindings/pinctrl/fsl,imx8mm-pinctrl.yaml?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/Documentation/devicetree/bindings/pinctrl/fsl,imx8mm-pinctrl.yaml?h=lf-5.10.y&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 22:32:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-register-GPIO-as-pinctrl-group-pin/m-p/1496737#M193123</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2022-07-27T22:32:44Z</dc:date>
    </item>
  </channel>
</rss>

