From: Eric Nelson <eric.nelson@boundarydevices.com>
To: Fabio Estevam <festevam@gmail.com>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: Boundary Device's wvga parallel screen touch
Date: Wed, 28 Aug 2013 12:25:48 -0700 [thread overview]
Message-ID: <521E4EBC.5070309@boundarydevices.com> (raw)
In-Reply-To: <CAOMZO5A171amzOaZU8YgsD=2eWVY76vRKBBJB+4tL6e6KHHY8w@mail.gmail.com>
On 08/28/2013 12:08 PM, Fabio Estevam wrote:
> On Wed, Aug 28, 2013 at 4:03 PM, Sandoval Zazueta Francisco-B20593
> <B20593@freescale.com> wrote:
>> Hello!
>>
>> I found a thread looking around on touch screen working with community
>> yocto:
>>
>> http://comments.gmane.org/gmane.linux.embedded.yocto.meta-freescale/62
>>
>> I'm trying to get touch to work with the same display on master. Did you
>> figure out the issue? I compiled the kernel with p1003 and irq_set_irq_type.
>> It compiles but touch still doesn't work.
>>
I have no idea what a p1003 is. It's not used on our WVGA display.
>> evtest gives the following output:
>>
>> root@imx6qsabreauto:~# evtest /dev/input/event0
>> Input driver version is 1.0.1
>> Input device ID: bus 0x19 vendor 0x1 product 0x1 version 0x100
>> Input device name: "gpio-keys"
> event0 is monitors 'gpio-keys', ot the touchscreen.
gpio-keys isn't a touch-screen. It's a driver for a GPIO button board
and delivers keys POWER/HOME/BACK/VOL+-. It's mostly useful for Android
on small displays.
http://boundarydevices.com/products/nit6x_android/
>
> Have you tried other eventX? Do you see the touchscreen driver to
> probe in dmesg?
Our kernel configurations have included support for this touch
screen (TSC2004) since "the beginning" of i.MX6 support:
CONFIG_TOUCHSCREEN_TSC2004=y
Can you double-check your kernel config?
zcat /proc/config.gz | grep TSC2004
You can also check for connectivity to the I2C device under
U-Boot:
U-Boot > i2c dev 2
Setting bus to 2
U-Boot > i2c probe
Valid chip addresses: 48
As shown, the TSC2004 is on I2C bus 2 (I2C3 for the hardware folks),
and is at address 0x48.
Regards,
Eric
next prev parent reply other threads:[~2013-08-28 19:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-28 19:03 Boundary Device's wvga parallel screen touch Sandoval Zazueta Francisco-B20593
2013-08-28 19:04 ` Daiane Angolini
2013-08-28 19:12 ` Sandoval Zazueta Francisco-B20593
2013-08-28 19:18 ` Fabio Estevam
2013-08-28 19:08 ` Fabio Estevam
2013-08-28 19:25 ` Eric Nelson [this message]
2013-08-28 19:36 ` Eric Nelson
2013-08-29 18:16 ` Sandoval Zazueta Francisco-B20593
2013-08-29 18:56 ` Eric Nelson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=521E4EBC.5070309@boundarydevices.com \
--to=eric.nelson@boundarydevices.com \
--cc=festevam@gmail.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.