msm: 8660: Disable ghost touch detection for TMG240

Signed-off-by: Mohan Pallaka <mpallaka@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm8x60.c b/arch/arm/mach-msm/board-msm8x60.c
index 945273b..ffd991d 100644
--- a/arch/arm/mach-msm/board-msm8x60.c
+++ b/arch/arm/mach-msm/board-msm8x60.c
@@ -3246,6 +3246,7 @@
 	.irq_gpio = CYTTSP_TS_GPIO_IRQ,
 	.resume = cyttsp_platform_resume,
 	.init = cyttsp_platform_init,
+	.disable_ghost_det = true,
 };
 static void cyttsp_set_params(void)
 {