diff options
Diffstat (limited to 'arch/arm/mach-pxa/spitz.c')
-rw-r--r-- | arch/arm/mach-pxa/spitz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index f9dc59c054b3..ee8d6038ce82 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c | |||
@@ -423,6 +423,7 @@ static struct ads7846_platform_data spitz_ads7846_info = { | |||
423 | .vref_delay_usecs = 100, | 423 | .vref_delay_usecs = 100, |
424 | .x_plate_ohms = 419, | 424 | .x_plate_ohms = 419, |
425 | .y_plate_ohms = 486, | 425 | .y_plate_ohms = 486, |
426 | .pressure_max = 1024, | ||
426 | .gpio_pendown = SPITZ_GPIO_TP_INT, | 427 | .gpio_pendown = SPITZ_GPIO_TP_INT, |
427 | .wait_for_sync = spitz_wait_for_hsync, | 428 | .wait_for_sync = spitz_wait_for_hsync, |
428 | }; | 429 | }; |