<?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: Why doesn't the tsc2007 touchscreen device appear? iMX6 Sabre Solox Eval Board in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Why-doesn-t-the-tsc2007-touchscreen-device-appear-iMX6-Sabre/m-p/577186#M88099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you to Igor for pointing me in the right direction!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made progress on getting the touchscreen device to load.&lt;/P&gt;&lt;P&gt;I was editing the wrong file, instead of imx6sx-sabreauto.dts you need to edit 'imx6sx-sdb.dts'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here was all that I added to the file: under the section '&amp;amp;i2c2'&lt;/P&gt;&lt;P&gt;touchscreen: tsc2007@48 {&lt;/P&gt;&lt;P&gt;&amp;nbsp; compatible = "ti,tsc2007";&lt;/P&gt;&lt;P&gt;&amp;nbsp; reg = &amp;lt;0x48&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; interrupt-parent = &amp;lt;&amp;amp;gpio3&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; interrupts = &amp;lt;21 0&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; gpios = &amp;lt;&amp;amp;gpio3 21 GPIO_ACTIVE_LOW&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ti,x-plate-ohms = &amp;lt;500&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; status = "okay";&lt;/P&gt;&lt;P&gt;&amp;nbsp; linux,wakeup;&lt;/P&gt;&lt;P&gt;&amp;nbsp; wakeup-source;&lt;/P&gt;&lt;P&gt;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the tsc2007 kernel module driver now loads upon boot, and before it didn't do that.&lt;/P&gt;&lt;P&gt;The device does show up in /dev/input on the board, albeit shows up as touchscreen0, mouse0, and event4, but when I try to access any of these (cat touchscreen0 | hexdump) I get this error repeated a bunch of times: "tsc2007 1-0048: i2c io error: -5", followed by "cat: touchscreen0: Input/output error", and then it stops the process. I did change the interrupts pin from 26 to 21, so perhaps I'll rebuild it with that change undone and get back here to update this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;It didn't work. During the boot process I got:&lt;/P&gt;&lt;P&gt;input: TSC2007 Touchscreen as /devices/soc0/soc.0/2100000.aips-bus/21a4000.i2c/i2c-1/1-0048/input/input5&lt;/P&gt;&lt;P&gt;tsc2007 1-0048: i2c io error: -5&lt;/P&gt;&lt;P&gt;input: failed to attach handler evbug to device input5, error: -5&lt;/P&gt;&lt;P&gt;And when I try to cat touchscreen0 | hexdump I get:&lt;/P&gt;&lt;P&gt;tsc2007 1-0048: i2c io error: -5&lt;/P&gt;&lt;P&gt;cat: touchscreen0: Input/output error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit2:&lt;/P&gt;&lt;P&gt;I got it to work. Instead of inserting the touchscreen node under the &amp;amp;i2c2 section in the 'imx6sx-sdb.dts' file I inserted it in the &amp;amp;i2c1 section, and I set the interrupt pins back to 21, from 26.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2016 19:05:53 GMT</pubDate>
    <dc:creator>chriskolegraff</dc:creator>
    <dc:date>2016-08-09T19:05:53Z</dc:date>
    <item>
      <title>Why doesn't the tsc2007 touchscreen device appear? iMX6 Sabre Solox Eval Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Why-doesn-t-the-tsc2007-touchscreen-device-appear-iMX6-Sabre/m-p/577183#M88096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;We're using the iMX6 Sabre Solox Eval Board and are using a tsc2007 touchscreen. We used the Yocto Project to configure our own image (using fsl-image-gui) to have the tsc2007 kernel module installed. We also disabled the camera module, as they both use the same port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uname -a:&lt;/P&gt;&lt;P&gt;Linux imx6sxsabresd 3.14.28-1.0.0_ga+g91cf351 #1 SMP PREEMPT Thu Aug 4 14:38:33 PDT 2016 armv7l GNU/Linux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modinfo tsc2007:&lt;/P&gt;&lt;P&gt;filename:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /lib/modules/3.14.28-1.0.0_ga+g91cf351/kernel/drivers/input/touchscreen/tsc2007.ko&lt;/P&gt;&lt;P&gt;license:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPL&lt;/P&gt;&lt;P&gt;description:&amp;nbsp;&amp;nbsp;&amp;nbsp; TSC2007 TouchScreen Driver&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;author:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kwangwoo Lee &amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:kwlee@mtekvision.com"&gt;kwlee@mtekvision.com&lt;/A&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;srcversion:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FC0CD285A907DAF3E9545AF&lt;/P&gt;&lt;P&gt;alias:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i2c:tsc2007&lt;/P&gt;&lt;P&gt;alias:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of:N*T*Cti,tsc2007*&lt;/P&gt;&lt;P&gt;depends:&lt;/P&gt;&lt;P&gt;intree:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P&gt;vermagic:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.14.28-1.0.0_ga+g91cf351 SMP preempt mod_unload modversions ARMv7 p2v8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Build Process:&lt;/P&gt;&lt;P&gt;MACHINE=imx6sxsabresd source fsl-setup-release.sh -b build -e fb&lt;/P&gt;&lt;P&gt;bitbake -c menuconfig linux-imx (Then we configure the kernel)&lt;/P&gt;&lt;P&gt;cp -f tmp/work/imx6sxsabresd-poky-linux-gnueabi/linux-imx/3.14.28-r0/git/.config tmp/work/imx6sxsabresd-poky-linux-gnueabi/linux-imx/3.14.28-r0/defconfig&lt;/P&gt;&lt;P&gt;bitbake fsl-image-gui&lt;/P&gt;&lt;P&gt;And that builds everything fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once we put the image on an SD Card and boot it on the Eval Board, we run 'modprobe tsc2007', and it loads the module just fine as well. It shows up when you run 'lsmod'&lt;/P&gt;&lt;P&gt;root@imx6sxsabresd:/# lsmod&lt;/P&gt;&lt;P&gt;Module&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size&amp;nbsp; Used by&lt;/P&gt;&lt;P&gt;tsc2007&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4637&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;mxc_dcic&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5887&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;evbug&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1850&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The device itself shows up in the i2c interface with i2cdetect &lt;/P&gt;&lt;P&gt;root@imx6sxsabresd:/dev/input# i2cdetect -y 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 2&amp;nbsp; 3&amp;nbsp; 4&amp;nbsp; 5&amp;nbsp; 6&amp;nbsp; 7&amp;nbsp; 8&amp;nbsp; 9&amp;nbsp; a&amp;nbsp; b&amp;nbsp; c&amp;nbsp; d&amp;nbsp; e&amp;nbsp; f&lt;/P&gt;&lt;P&gt;00:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- -- -- -- -- UU -- -- -- -- -- -- --&lt;/P&gt;&lt;P&gt;10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --&lt;/P&gt;&lt;P&gt;20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --&lt;/P&gt;&lt;P&gt;30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --&lt;/P&gt;&lt;P&gt;40: -- -- -- -- -- -- -- -- 48 -- -- -- -- -- -- --&lt;/P&gt;&lt;P&gt;50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --&lt;/P&gt;&lt;P&gt;60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --&lt;/P&gt;&lt;P&gt;70: -- -- -- -- -- -- -- --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're using a custom made adaptor board for a 320x240@60fps RGB565 LCD monitor hooked into the LCD Expansion Port (J11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our U-Boot we set bootargs&lt;/P&gt;&lt;P&gt;setenv bootargs video=mxcfb0:dev=lcd, 320x240@60,if=RGB565&lt;/P&gt;&lt;P&gt;saveenv&lt;/P&gt;&lt;P&gt;boot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something we're missing? Are there patches we need for the tsc2007 driver? We didn't modify any of the source code for the build. Is there a specific configuration we need to set in the modconfig for the kernel? Is there a specific hardware pin we need to power on/off inorder for the image to recognize the device in the /dev/input directory, or do we need to make our own handler for that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 21:23:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Why-doesn-t-the-tsc2007-touchscreen-device-appear-iMX6-Sabre/m-p/577183#M88096</guid>
      <dc:creator>chriskolegraff</dc:creator>
      <dc:date>2016-08-05T21:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why doesn't the tsc2007 touchscreen device appear? iMX6 Sabre Solox Eval Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Why-doesn-t-the-tsc2007-touchscreen-device-appear-iMX6-Sabre/m-p/577184#M88097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at general touch bringup steps on &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2004" data-containertype="14" data-objectid="313566" data-objecttype="1" href="https://community.nxp.com/thread/313566"&gt;https://community.nxp.com/thread/313566&lt;/A&gt;&lt;/P&gt;&lt;P&gt; tsc2007 example in imx6qdl-tx6.dtsi&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fgit.freescale.com%2Fgit%2Fcgit.cgi%2Fimx%2Flinux-2.6-imx.git%2Ftree%2Farch%2Farm%2Fboot%2Fdts%2Fimx6qdl-tx6.dtsi%3Fid%3Drel_imx_4.1.15_1.2.0_ga" rel="nofollow" target="_blank"&gt;http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/arch/arm/boot/dts/imx6qdl-tx6.dtsi?id=rel_imx_4.1.15_1.2.0_ga&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2004" data-containertype="14" data-objectid="381266" data-objecttype="1" href="https://community.nxp.com/thread/381266"&gt;https://community.nxp.com/message/593750&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.imx6rex.com%2Fsoftware%2Fimx6-rex-basic-hw-verification-tests%2F%23touchscreen_tsc" rel="nofollow" target="_blank"&gt;http://www.imx6rex.com/software/imx6-rex-basic-hw-verification-tests/#touchscreen_tsc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Aug 2016 23:25:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Why-doesn-t-the-tsc2007-touchscreen-device-appear-iMX6-Sabre/m-p/577184#M88097</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-08-07T23:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why doesn't the tsc2007 touchscreen device appear? iMX6 Sabre Solox Eval Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Why-doesn-t-the-tsc2007-touchscreen-device-appear-iMX6-Sabre/m-p/577185#M88098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello! Thank you for the reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my machine, I've navigated to &amp;lt;build&amp;gt;/tmp/sysroots/imx6sxsabresd/usr/src/kernel/arch/arm/boot/dts...&lt;/P&gt;&lt;P&gt;For the iMX6 Sabre Solo X Eval Board, should I edit the file 'imx6sx-sabreauto.dts'?&lt;/P&gt;&lt;P&gt;Should I just copy and paste (into the i2c2 section) what is found regarding tsc2007 from the imx6qdl-tx6.dtsi&amp;nbsp; git file you posted?&lt;/P&gt;&lt;P&gt;Afterwards, what would I need to do afterwards? Would I need to run 'bitbake fsl-image-gui -c compile -f', and then do the bitbake build process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking more closely at the git file, there are two parts regarding the tsc2007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;touchscreen: tsc2007@48 {&lt;/P&gt;&lt;P&gt;&amp;nbsp; compatible = "ti,tsc2007";&lt;/P&gt;&lt;P&gt;&amp;nbsp; reg = &amp;lt;0x48&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; pinctrl-names = "default";&lt;/P&gt;&lt;P&gt;&amp;nbsp; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_tsc2007&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; interrupt-parent = &amp;lt;&amp;amp;gpio3&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; interrupts = &amp;lt;26 0&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; gpios = &amp;lt;&amp;amp;gpio3 26 GPIO_ACTIVE_LOW&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ti,x-plate-ohms = &amp;lt;660&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; linux,wakeup;&lt;/P&gt;&lt;P&gt;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;pinctrl_tsc2007: tsc2007grp {&lt;BR /&gt; fsl,pins = &amp;lt;&lt;BR /&gt; MX6QDL_PAD_EIM_D26__GPIO3_IO26 0x1b0b0 /* Interrupt */&lt;BR /&gt; &amp;gt;;&lt;BR /&gt; };&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I shouldn't copy and paste the 2nd thing, but is that even necessary for the imx6sx board? Do I need to add anything else other than that first section?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also this section where I put the tsc2007 code:&lt;/P&gt;&lt;P&gt;codec: cs42888@048 {&lt;/P&gt;&lt;P&gt;&amp;nbsp; compatible = "cirrus,cs42888";&lt;/P&gt;&lt;P&gt;&amp;nbsp; reg = &amp;lt;0x048&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; clocks = &amp;lt;&amp;amp;codec_osc 0&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; clock-names = "mclk";&lt;/P&gt;&lt;P&gt;&amp;nbsp; VA-supply = &amp;lt;&amp;amp;reg_audio&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; VD-supply = &amp;lt;&amp;amp;reg_audio&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; VLS-supply = &amp;lt;&amp;amp;reg_audio&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; VLC-supply = &amp;lt;&amp;amp;reg_audio&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;is &amp;lt;0x048&amp;gt; the same as &amp;lt;0x48&amp;gt; ? Should I delete the cs42888 section to avoid a possible conflict?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the barrage of questions, I'm really new when it comes to iMX, but I do really appreciate the help!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 18:50:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Why-doesn-t-the-tsc2007-touchscreen-device-appear-iMX6-Sabre/m-p/577185#M88098</guid>
      <dc:creator>chriskolegraff</dc:creator>
      <dc:date>2016-08-08T18:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why doesn't the tsc2007 touchscreen device appear? iMX6 Sabre Solox Eval Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Why-doesn-t-the-tsc2007-touchscreen-device-appear-iMX6-Sabre/m-p/577186#M88099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you to Igor for pointing me in the right direction!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made progress on getting the touchscreen device to load.&lt;/P&gt;&lt;P&gt;I was editing the wrong file, instead of imx6sx-sabreauto.dts you need to edit 'imx6sx-sdb.dts'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here was all that I added to the file: under the section '&amp;amp;i2c2'&lt;/P&gt;&lt;P&gt;touchscreen: tsc2007@48 {&lt;/P&gt;&lt;P&gt;&amp;nbsp; compatible = "ti,tsc2007";&lt;/P&gt;&lt;P&gt;&amp;nbsp; reg = &amp;lt;0x48&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; interrupt-parent = &amp;lt;&amp;amp;gpio3&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; interrupts = &amp;lt;21 0&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; gpios = &amp;lt;&amp;amp;gpio3 21 GPIO_ACTIVE_LOW&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ti,x-plate-ohms = &amp;lt;500&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; status = "okay";&lt;/P&gt;&lt;P&gt;&amp;nbsp; linux,wakeup;&lt;/P&gt;&lt;P&gt;&amp;nbsp; wakeup-source;&lt;/P&gt;&lt;P&gt;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the tsc2007 kernel module driver now loads upon boot, and before it didn't do that.&lt;/P&gt;&lt;P&gt;The device does show up in /dev/input on the board, albeit shows up as touchscreen0, mouse0, and event4, but when I try to access any of these (cat touchscreen0 | hexdump) I get this error repeated a bunch of times: "tsc2007 1-0048: i2c io error: -5", followed by "cat: touchscreen0: Input/output error", and then it stops the process. I did change the interrupts pin from 26 to 21, so perhaps I'll rebuild it with that change undone and get back here to update this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;It didn't work. During the boot process I got:&lt;/P&gt;&lt;P&gt;input: TSC2007 Touchscreen as /devices/soc0/soc.0/2100000.aips-bus/21a4000.i2c/i2c-1/1-0048/input/input5&lt;/P&gt;&lt;P&gt;tsc2007 1-0048: i2c io error: -5&lt;/P&gt;&lt;P&gt;input: failed to attach handler evbug to device input5, error: -5&lt;/P&gt;&lt;P&gt;And when I try to cat touchscreen0 | hexdump I get:&lt;/P&gt;&lt;P&gt;tsc2007 1-0048: i2c io error: -5&lt;/P&gt;&lt;P&gt;cat: touchscreen0: Input/output error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit2:&lt;/P&gt;&lt;P&gt;I got it to work. Instead of inserting the touchscreen node under the &amp;amp;i2c2 section in the 'imx6sx-sdb.dts' file I inserted it in the &amp;amp;i2c1 section, and I set the interrupt pins back to 21, from 26.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 19:05:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Why-doesn-t-the-tsc2007-touchscreen-device-appear-iMX6-Sabre/m-p/577186#M88099</guid>
      <dc:creator>chriskolegraff</dc:creator>
      <dc:date>2016-08-09T19:05:53Z</dc:date>
    </item>
  </channel>
</rss>

