projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b49e385
)
[ARM] pxa/littleton: add missing da9034 touchscreen support
author
Eric Miao
<eric.miao@marvell.com>
Mon, 13 Apr 2009 03:06:49 +0000
(11:06 +0800)
committer
Eric Miao
<eric.miao@marvell.com>
Mon, 27 Apr 2009 03:46:56 +0000
(11:46 +0800)
Signed-off-by: Eric Miao <eric.miao@marvell.com>
arch/arm/mach-pxa/littleton.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/littleton.c
b/arch/arm/mach-pxa/littleton.c
index e13f6a81c22385f04eb2278f29de6baa3b581776..c872b9feb4d404506396687e7bc52f7b71b5e3d4 100644
(file)
--- a/
arch/arm/mach-pxa/littleton.c
+++ b/
arch/arm/mach-pxa/littleton.c
@@
-334,6
+334,11
@@
static struct led_info littleton_da9034_leds[] = {
},
};
+static struct da9034_touch_pdata littleton_da9034_touch = {
+ .x_inverted = 1,
+ .interval_ms = 20,
+};
+
static struct da903x_subdev_info littleton_da9034_subdevs[] = {
{
.name = "da903x-led",
@@
-350,6
+355,10
@@
static struct da903x_subdev_info littleton_da9034_subdevs[] = {
}, {
.name = "da903x-backlight",
.id = DA9034_ID_WLED,
+ }, {
+ .name = "da9034-touch",
+ .id = DA9034_ID_TOUCH,
+ .platform_data = &littleton_da9034_touch,
},
};