<?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: IMX7 Device Tree Error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-Device-Tree-Error/m-p/1776593#M217560</link>
    <description>&lt;P&gt;My main dts file has this for the includes:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;#include "imx7d.dtsi"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;#include "leds-mx7.dtsi"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Note that the leds-mx7.dtsi code is posted above (references to GPIO 5, 6, and 7).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And my main dts file has this compatible line (reference to imx7d-sdb):&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;compatible = "fsl,imx7d-sdb", "fsl,imx7d";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also my main dts file also has this section (reference to GPIO1_IO08 error above):&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;pinctrl_usdhc1_gpio: usdhc1_gpiogrp {&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;fsl,pins = &amp;lt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;MX7D_PAD_SD1_CD_B__GPIO5_IO0 0x59 /* CD */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;MX7D_PAD_SD1_WP__GPIO5_IO1 0x59 /* WP */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;MX7D_PAD_SD1_RESET_B__GPIO5_IO2 0x59 /* vmmc */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;MX7D_PAD_GPIO1_IO08__SD1_VSELECT 0x59 /* VSELECT */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;};&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are no other references to GPIO1 5, 6, 7, or 8.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Dec 2023 22:11:36 GMT</pubDate>
    <dc:creator>tlamarc</dc:creator>
    <dc:date>2023-12-18T22:11:36Z</dc:date>
    <item>
      <title>IMX7 Device Tree Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-Device-Tree-Error/m-p/1773239#M217227</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Any ideas why I get the following error when booting an IMX7 platform where I have added a section called nucd_leds to the device tree, but my code does not use the pin it is complaining about (MX7D_PAD_GPIO1_IO08)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;ERROR:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;imx7d-pinctrl 30330000.iomuxc: pin MX7D_PAD_GPIO1_IO08 already requested by 30b40000.usdhc; cannot claim for nucd_leds&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;imx7d-pinctrl 30330000.iomuxc: pin-5 (nucd_leds) status -22&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;imx7d-pinctrl 30330000.iomuxc: could not request pin 5 (MX7D_PAD_GPIO1_IO08) from group status_led on device 30330000.iomuxc&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;leds-gpio nucd_leds: Error applying setting, reverse things back&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;leds-gpio: probe of nucd_leds failed with error -22&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;MY CODE:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;/ {&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;nucd_leds {&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;compatible = "gpio-leds";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;pinctrl-names = "default";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_status_led&amp;gt;;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;status-red {&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;label = "status_red";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;gpios = &amp;lt;&amp;amp;gpio1 5 0&amp;gt;;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;default-state = "off";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;status-green {&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;label = "status_green";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;gpios = &amp;lt;&amp;amp;gpio1 6 0&amp;gt;;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;default-state = "off";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;status-blue {&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;label = "status_blue";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;gpios = &amp;lt;&amp;amp;gpio1 7 0&amp;gt;;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;default-state = "on";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&amp;amp;iomuxc_lpsr {&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;asc-imx7s {&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;pinctrl_status_led: status_led {&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;fsl,pins = &amp;lt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;MX7D_PAD_LPSR_GPIO1_IO05__GPIO1_IO5 0x14 /* Red LED */&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;MX7D_PAD_LPSR_GPIO1_IO06__GPIO1_IO6 0x14 /* Grn LED */&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;MX7D_PAD_LPSR_GPIO1_IO07__GPIO1_IO7 0x14 /* Blu LED */&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&amp;gt;;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 15:43:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX7-Device-Tree-Error/m-p/1773239#M217227</guid>
      <dc:creator>tlamarc</dc:creator>
      <dc:date>2023-12-12T15:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: IMX7 Device Tree Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-Device-Tree-Error/m-p/1776446#M217542</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products,&lt;/P&gt;
&lt;P&gt;Could you check that the dtsis used are not using the pin requested or the newly added GPIO1 5, 6 and 7?&lt;/P&gt;
&lt;P&gt;Did you dtsi include the imx7d-sdb.dts or made a completely new?&lt;/P&gt;
&lt;P&gt;In such case that there are no other declarations, could you share your complete device tree?&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 14:58:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX7-Device-Tree-Error/m-p/1776446#M217542</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2023-12-18T14:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: IMX7 Device Tree Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-Device-Tree-Error/m-p/1776593#M217560</link>
      <description>&lt;P&gt;My main dts file has this for the includes:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;#include "imx7d.dtsi"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;#include "leds-mx7.dtsi"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Note that the leds-mx7.dtsi code is posted above (references to GPIO 5, 6, and 7).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And my main dts file has this compatible line (reference to imx7d-sdb):&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;compatible = "fsl,imx7d-sdb", "fsl,imx7d";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also my main dts file also has this section (reference to GPIO1_IO08 error above):&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;pinctrl_usdhc1_gpio: usdhc1_gpiogrp {&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;fsl,pins = &amp;lt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;MX7D_PAD_SD1_CD_B__GPIO5_IO0 0x59 /* CD */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;MX7D_PAD_SD1_WP__GPIO5_IO1 0x59 /* WP */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;MX7D_PAD_SD1_RESET_B__GPIO5_IO2 0x59 /* vmmc */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;MX7D_PAD_GPIO1_IO08__SD1_VSELECT 0x59 /* VSELECT */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;};&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are no other references to GPIO1 5, 6, 7, or 8.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 22:11:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX7-Device-Tree-Error/m-p/1776593#M217560</guid>
      <dc:creator>tlamarc</dc:creator>
      <dc:date>2023-12-18T22:11:36Z</dc:date>
    </item>
  </channel>
</rss>

