aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2440
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2440')
-rw-r--r--arch/arm/mach-s3c2440/mach-gta02.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 2baf38f9f95..dcf0d993337 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -1010,9 +1010,9 @@ static struct s3c2410_udc_mach_info gta02_udc_cfg = {
static struct ts_filter_median_configuration gta02_ts_median_config = {
.extent = 31,
- .decimation_below = 28,
+ .decimation_below = 5,
.decimation_threshold = 8 * 3,
- .decimation_above = 12,
+ .decimation_above = 10,
};
static struct ts_filter_mean_configuration gta02_ts_mean_config = {