input: Enable touch on 88pm860x

Enable touchscreen driver for the 88pm860x multi function core.

Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Haojian Zhuang 2009-12-15 16:06:17 -05:00 committed by Samuel Ortiz
parent 0a2f915b40
commit 866a98ae6e
4 changed files with 255 additions and 0 deletions

View file

@ -343,6 +343,7 @@ struct pm860x_touch_pdata {
int tsi_prebias; /* time, slot */
int pen_prebias; /* time, slot */
int pen_prechg; /* time, slot */
int res_x; /* resistor of Xplate */
unsigned long flags;
};