diff --git a/arch/arm/mach-tegra/board-stingray-touch.c b/arch/arm/mach-tegra/board-stingray-touch.c index 02dec6d50db5..92de67d607b0 100644 --- a/arch/arm/mach-tegra/board-stingray-touch.c +++ b/arch/arm/mach-tegra/board-stingray-touch.c @@ -239,9 +239,9 @@ struct qtouch_ts_platform_data stingray_touch_data_p0 = { QTOUCH_CFG_BACKUPNV), .irqflags = (IRQF_TRIGGER_LOW), .abs_min_x = 10, - .abs_max_x = 2570, + .abs_max_x = 2569, .abs_min_y = 15, - .abs_max_y = 1615, + .abs_max_y = 1614, .abs_min_p = 0, .abs_max_p = 255, .abs_min_w = 0, @@ -422,9 +422,9 @@ struct qtouch_ts_platform_data stingray_touch_data_p1_or_later = { QTOUCH_CFG_BACKUPNV), .irqflags = (IRQF_TRIGGER_LOW), .abs_min_x = 10, - .abs_max_x = 2570, + .abs_max_x = 2569, .abs_min_y = 15, - .abs_max_y = 1615, + .abs_max_y = 1614, .abs_min_p = 0, .abs_max_p = 255, .abs_min_w = 0,