<?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 Re: Device tree pinctrl 32-bit or 16-bit? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Device-tree-pinctrl-32-bit-or-16-bit/m-p/848644#M129898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am I maybe using the wrong kernel version? The copy of&amp;nbsp;fsl,imx-pinctrl.txt that i have in the kernel i downloaded does not mention bits 30 and 31.&amp;nbsp; Also in the reference manual SION is shown as bit 5. why is there a discrepancy? is the left-shifting purely interpreted by the pinctrl driver?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2018 00:09:13 GMT</pubDate>
    <dc:creator>dluberger</dc:creator>
    <dc:date>2018-09-21T00:09:13Z</dc:date>
    <item>
      <title>Device tree pinctrl 32-bit or 16-bit?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Device-tree-pinctrl-32-bit-or-16-bit/m-p/848642#M129896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm confused about the iomux settings on some pads. I've noticed that sometimes, there will be a bit set in the upper word of the pad setting.&amp;nbsp; What exactly is the hex value next to the pad designation controlling? I'm finding a lot of conflicting information.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE&gt;&lt;PRE&gt;&amp;amp;iomuxc { &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pinctrl-names = "default"; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_hog&amp;gt;;&lt;/PRE&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pinctrl_i2c1: i2c1grp { &amp;nbsp;&amp;nbsp;&amp;nbsp;fsl,pins = &amp;lt; MX6UL_PAD_UART4_TX_DATA__I2C1_SCL 0x4001b8b0 MX6UL_PAD_UART4_RX_DATA__I2C1_SDA 0x4001b8b0 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;gt;;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};
};&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This shows a 32-bit number, but when I look in the reference manual for either pad setting under iomuxc, for example section 30.5.41, it shows all but the lower 5 bits as reserved.&amp;nbsp; Is that not what the value for the fsl,pins array is used for?&amp;nbsp; I thought maybe it was related to the config bits definition in fsl,imx6ul-pinctrl.txt, but that list only seems to show valid settings in the lower 17 bits.&amp;nbsp; But in the example above, and in many other pinctrl settings, there are sometimes bits set in positions 30 and 31.&amp;nbsp; What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having problems with my I2C bus (both of them) where u-boot probe shows no addresses appearing.&amp;nbsp; I'm using the evk device tree settings for these pads, but since I can't make heads or tails of the pinctrl setting number (0x4001b8b0, in particular, the leading "4") since my understanding is that the pinctrl number should be at most 17 bits, I can't tell if it's the device tree setting causing the problem (though I realize the device tree doesn't affect u-boot).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 15:52:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Device-tree-pinctrl-32-bit-or-16-bit/m-p/848642#M129896</guid>
      <dc:creator>dluberger</dc:creator>
      <dc:date>2018-09-20T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Device tree pinctrl 32-bit or 16-bit?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Device-tree-pinctrl-32-bit-or-16-bit/m-p/848643#M129897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leading "4"&amp;nbsp;is&amp;nbsp; SION (1 &amp;lt;&amp;lt; 30): Software Input On Field.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt?h=imx_4.9.88_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt?h=imx_4.9.88_2.0.0_ga"&gt;fsl,imx-pinctrl.txt\pinctrl\bindings\devicetree\Documentation - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as described in linux documentation in linux/Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt&lt;/P&gt;&lt;P&gt;hex value next to the pad is pad IOMUXC_SW_PAD_CTL_PAD_x register setting described in&lt;/P&gt;&lt;P&gt;Chapter 30 IOMUX Controller (IOMUXC) i.MX6UL Reference Manual.&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>Thu, 20 Sep 2018 23:09:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Device-tree-pinctrl-32-bit-or-16-bit/m-p/848643#M129897</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-20T23:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Device tree pinctrl 32-bit or 16-bit?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Device-tree-pinctrl-32-bit-or-16-bit/m-p/848644#M129898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am I maybe using the wrong kernel version? The copy of&amp;nbsp;fsl,imx-pinctrl.txt that i have in the kernel i downloaded does not mention bits 30 and 31.&amp;nbsp; Also in the reference manual SION is shown as bit 5. why is there a discrepancy? is the left-shifting purely interpreted by the pinctrl driver?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 00:09:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Device-tree-pinctrl-32-bit-or-16-bit/m-p/848644#M129898</guid>
      <dc:creator>dluberger</dc:creator>
      <dc:date>2018-09-21T00:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Device tree pinctrl 32-bit or 16-bit?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Device-tree-pinctrl-32-bit-or-16-bit/m-p/848645#M129899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;recommended to use nxp official linux repository&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx" title="https://source.codeaurora.org/external/imx/linux-imx"&gt;linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nxp official linux documentation&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-software-and-development-tool:IMX_SW" title="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-software-and-development-tool:IMX_SW"&gt;i.MX Software|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;reference manual SION is register description, while linux dts is interpreting it in own manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 01:13:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Device-tree-pinctrl-32-bit-or-16-bit/m-p/848645#M129899</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-21T01:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Device tree pinctrl 32-bit or 16-bit?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Device-tree-pinctrl-32-bit-or-16-bit/m-p/848646#M129900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me where/how I can download the desktop environment that loads after the kernel (i think that's called the root filesystem)? I've tried linaro debian jessie but it takes a really long time to get the graphical desktop to show up on my lcd.&amp;nbsp; in all the files i can find in the links you gave me, i can only find sd card images, but not a tar or zip file of the embedded os itself.&amp;nbsp; i have a good working kernel and bootloader, so i don't want to have to overwrite those on my sd card if i can avoid it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 14:28:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Device-tree-pinctrl-32-bit-or-16-bit/m-p/848646#M129900</guid>
      <dc:creator>dluberger</dc:creator>
      <dc:date>2018-09-21T14:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Device tree pinctrl 32-bit or 16-bit?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Device-tree-pinctrl-32-bit-or-16-bit/m-p/848647#M129901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please create separate threads for new questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2018 00:42:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Device-tree-pinctrl-32-bit-or-16-bit/m-p/848647#M129901</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-22T00:42:11Z</dc:date>
    </item>
  </channel>
</rss>

