<?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>i.MX Processors中的主题 Re: Touch Screen Integration With IMX8M Nano</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Touch-Screen-Integration-With-IMX8M-Nano/m-p/1834226#M221707</link>
    <description>&lt;P&gt;can you what is the procedure to integrate touch screen with imx 8m mini where and all i have to modify in devide tree and which driver you used (name) iam new to this please help me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2024 05:40:54 GMT</pubDate>
    <dc:creator>kayan</dc:creator>
    <dc:date>2024-03-25T05:40:54Z</dc:date>
    <item>
      <title>Touch Screen Integration With IMX8M Nano</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-Screen-Integration-With-IMX8M-Nano/m-p/1703009#M210600</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;Currently i am working on Touch screen integration with IMX8m Nano.&lt;/P&gt;&lt;P&gt;What i have done so so far is&lt;/P&gt;&lt;P&gt;1. Added Driver support in kernel and dts&lt;/P&gt;&lt;P&gt;2&amp;nbsp; Able to probe touch screen on Android 9&lt;/P&gt;&lt;P&gt;3. But not getting touch events and found out that not getting interrupts&lt;/P&gt;&lt;P&gt;4 In /proc/interupts count is not increasing when i probe DSO on intruppt pin from Touch screen side it is working properly.&lt;/P&gt;&lt;P&gt;My DTS node is as below&lt;/P&gt;&lt;P&gt;pinctrl_ilitek_touch: ilitektouchgrp {&lt;BR /&gt;fsl,pins = &amp;lt;&lt;BR /&gt;MX8MN_IOMUXC_GPIO1_IO09_GPIO1_IO9 0x19&lt;BR /&gt;MX8MN_IOMUXC_GPIO1_IO10_GPIO1_IO10 0x19&lt;BR /&gt;&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;ilitek241: ilitek@41 {&lt;BR /&gt;compatible = "tchip,ilitek";&lt;BR /&gt;reg = &amp;lt;0x41&amp;gt;;&lt;BR /&gt;pinctrl-names = "default";&lt;BR /&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_ilitek_touch&amp;gt;;&lt;BR /&gt;interrupt-parent = &amp;lt;&amp;amp;gpio1&amp;gt;;&lt;BR /&gt;interrupts = &amp;lt;9 0x0&amp;gt;;&lt;BR /&gt;ilitek,irq-gpio = &amp;lt;&amp;amp;gpio1 9 0x0&amp;gt;;&lt;BR /&gt;ilitek,reset-gpio = &amp;lt;&amp;amp;gpio1 10 0x0&amp;gt;;&lt;BR /&gt;ilitek,vbus = "vcc_i2c";&lt;BR /&gt;ilitek,vdd = "vdd";&lt;BR /&gt;ilitek,name = "ilitek_i2c";&lt;BR /&gt;status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connected Reset and Interrupt pin on 9 and 10 (13 &amp;amp; 15 pin) on expander&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 13:10:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-Screen-Integration-With-IMX8M-Nano/m-p/1703009#M210600</guid>
      <dc:creator>RDSIMARIA</dc:creator>
      <dc:date>2023-08-10T13:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Touch Screen Integration With IMX8M Nano</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-Screen-Integration-With-IMX8M-Nano/m-p/1703064#M210604</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Your code looks ok, you may see the datasheet of the touch and the driver source code.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 14:40:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-Screen-Integration-With-IMX8M-Nano/m-p/1703064#M210604</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2023-08-10T14:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Touch Screen Integration With IMX8M Nano</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-Screen-Integration-With-IMX8M-Nano/m-p/1703116#M210611</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846"&gt;@Bio_TICFSL&lt;/a&gt;&amp;nbsp;Thanks for quick response.&lt;/P&gt;&lt;P&gt;Just wanted to know if i am using Reset &amp;amp; Interrupt GPIOs Properly in DTS&lt;/P&gt;&lt;P&gt;Now i can check driver code&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 15:57:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-Screen-Integration-With-IMX8M-Nano/m-p/1703116#M210611</guid>
      <dc:creator>RDSIMARIA</dc:creator>
      <dc:date>2023-08-10T15:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Touch Screen Integration With IMX8M Nano</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-Screen-Integration-With-IMX8M-Nano/m-p/1834226#M221707</link>
      <description>&lt;P&gt;can you what is the procedure to integrate touch screen with imx 8m mini where and all i have to modify in devide tree and which driver you used (name) iam new to this please help me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 05:40:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-Screen-Integration-With-IMX8M-Nano/m-p/1834226#M221707</guid>
      <dc:creator>kayan</dc:creator>
      <dc:date>2024-03-25T05:40:54Z</dc:date>
    </item>
  </channel>
</rss>

