summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSourav Poddar <sourav.poddar@ti.com>2011-06-06 15:30:44 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2012-02-09 16:33:10 -0600
commite498c8c803042dd904de436899ad0bd06df8e2ca (patch)
tree4096775390e393a0bbd7548c0b41e7ad8c22ae93
parent4f20901e2244a9b82a9b4a92268f818d1e4c2bc3 (diff)
omap5: evm: touch: change noisesuppression parameterandroid-3.1-5AI.1.7
Sets a scaling factor on the noise level before it is compared with the threshold to cut down the noise.. Change-Id: Idabcd6b80a29e58853f0d729bc36c40b4e8c3690 Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
-rw-r--r--arch/arm/mach-omap2/board-omap5evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap5evm.c b/arch/arm/mach-omap2/board-omap5evm.c
index 2fe7c5d96dc..1b753c3af67 100644
--- a/arch/arm/mach-omap2/board-omap5evm.c
+++ b/arch/arm/mach-omap2/board-omap5evm.c
@@ -1118,7 +1118,7 @@ static struct qtouch_ts_platform_data atmel_mxt224_ts_platform_data = {
.gcaf_valid = 0x04,
.noise_thresh = 0x32,
.reserved1 = 0x00,
- .freq_hop_scale = 0x00,
+ .freq_hop_scale = 0x01,
.burst_freq_0 = 0x0a,
.burst_freq_1 = 0x0f,
.burst_freq_2 = 0x04,