<?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: IMX8MP ONOFF pin trigger issue in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2100362#M237376</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151788"&gt;@Zhiming_Liu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I would like to know how to configure your pinctrl_gpio_keys. I haven't used gpiof.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;Compilation error "Reference to non-- existent node or label "gpiof" ".&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; I have tried using other pins. They can standby but can't be awakened. They need to be awakened through ONOFF, but there is a problem with this method.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;key-1 { //P-button&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;debounce_interval = &amp;lt;50&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;wakeup-source;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;linux,code = &amp;lt;116&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;label = "POWER";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;gpios = &amp;lt;&amp;amp;gpio3 19 GPIO_ACTIVE_LOW&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MX8MP_IOMUXC_SAI5_RXFS__GPIO3_IO19 0x1d6 // P_button&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 20 May 2025 06:10:01 GMT</pubDate>
    <dc:creator>brady3</dc:creator>
    <dc:date>2025-05-20T06:10:01Z</dc:date>
    <item>
      <title>IMX8MP ONOFF pin trigger issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2099481#M237321</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brady3_0-1747632635092.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338384iDA6892ACBF391C81/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brady3_0-1747632635092.png" alt="brady3_0-1747632635092.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hello NXP,&lt;/P&gt;&lt;P&gt;1.When the device is turned on, pressing ONOFF does not trigger the Power Key pop-up window.&lt;/P&gt;&lt;P&gt;2.After multiple on-off pin power-on and power-off operations, the system failed to start normally.The situation shown in the following picture occurs.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brady3_1-1747632912355.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338386iE3DB55CD4998E2AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brady3_1-1747632912355.png" alt="brady3_1-1747632912355.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 05:36:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2099481#M237321</guid>
      <dc:creator>brady3</dc:creator>
      <dc:date>2025-05-19T05:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP ONOFF pin trigger issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2100168#M237360</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232783"&gt;@brady3&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you add the gpio in dts?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;gpio-keys {
		compatible = "gpio-keys";
		pinctrl-names = "default";
		pinctrl-0 = &amp;lt;&amp;amp;pinctrl_gpio_keys&amp;gt;;

		power-on {
			label = "PowerOn";
			gpios = &amp;lt;&amp;amp;gpiof 31 GPIO_ACTIVE_LOW&amp;gt;;
			linux,code = &amp;lt;KEY_POWER&amp;gt;;
		};
	};&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 01:02:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2100168#M237360</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-05-20T01:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP ONOFF pin trigger issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2100362#M237376</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151788"&gt;@Zhiming_Liu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I would like to know how to configure your pinctrl_gpio_keys. I haven't used gpiof.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;Compilation error "Reference to non-- existent node or label "gpiof" ".&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; I have tried using other pins. They can standby but can't be awakened. They need to be awakened through ONOFF, but there is a problem with this method.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;key-1 { //P-button&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;debounce_interval = &amp;lt;50&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;wakeup-source;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;linux,code = &amp;lt;116&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;label = "POWER";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;gpios = &amp;lt;&amp;amp;gpio3 19 GPIO_ACTIVE_LOW&amp;gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MX8MP_IOMUXC_SAI5_RXFS__GPIO3_IO19 0x1d6 // P_button&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 May 2025 06:10:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2100362#M237376</guid>
      <dc:creator>brady3</dc:creator>
      <dc:date>2025-05-20T06:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP ONOFF pin trigger issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2102224#M237480</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have tested with Android15_1.2.0 demo image, ONOFF is used to control turning the display on/off, and pressing it multiple times did not cause a problem with entering recovery mode. ONOFF long press(&amp;gt; 3s) is forced reboot. ONOFF long press 2-3 seconds will appear power mode selection menu, Power off/ Restart.&lt;/P&gt;
&lt;P&gt;Which version are you using?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 02:23:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2102224#M237480</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-05-22T02:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP ONOFF pin trigger issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2103092#M237514</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ro.build.version.release=13&lt;/P&gt;&lt;P&gt;&amp;nbsp; ro.build.version.sdk=33&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 03:11:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2103092#M237514</guid>
      <dc:creator>brady3</dc:creator>
      <dc:date>2025-05-23T03:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP ONOFF pin trigger issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2104668#M237628</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Also no issue on Android13. This issue&amp;nbsp; you mentioned could relate to hardware design.&lt;/P&gt;
&lt;P&gt;There is no&amp;nbsp;resistor between SW button and ONOFF IO.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhiming_Liu_0-1748307708064.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339775i6D99CA3D1248DB74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zhiming_Liu_0-1748307708064.png" alt="Zhiming_Liu_0-1748307708064.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 01:02:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2104668#M237628</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-05-27T01:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP ONOFF pin trigger issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2106102#M237728</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Even after I removed the resistor, the above phenomenon still occurred. I want to know if this on/off requires software control. If not, how can I troubleshoot hardware issues?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 09:30:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2106102#M237728</guid>
      <dc:creator>brady3</dc:creator>
      <dc:date>2025-05-28T09:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP ONOFF pin trigger issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2106616#M237749</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;The ONOFF driver is&amp;nbsp;drivers/input/keyboard/snvs_pwrkey.c&lt;/P&gt;
&lt;P&gt;You can check if there is a problem by looking at the button waveform.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 01:33:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2106616#M237749</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-05-29T01:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP ONOFF pin trigger issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2109169#M237847</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;I added this driver and the pop-up window problem has been solved. However, the factory reset problem still exists. Do you have any good troubleshooting suggestions for this?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 06:12:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2109169#M237847</guid>
      <dc:creator>brady3</dc:creator>
      <dc:date>2025-06-03T06:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP ONOFF pin trigger issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2109867#M237868</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232783"&gt;@brady3&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please check the andoid log for crash or error related logs, NXP Android is for EVK hardware, please compare the hardware differences, it may be that some hardware does not exist on your board, but PowerManagerservice is still trying to operate.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 00:44:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-ONOFF-pin-trigger-issue/m-p/2109867#M237868</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-06-04T00:44:35Z</dc:date>
    </item>
  </channel>
</rss>

