summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Jung <djung@nvidia.com>2013-12-01 22:09:18 -0800
committerHarry Hong <hhong@nvidia.com>2013-12-05 16:25:42 -0800
commitcb2ae3ffb426802a46ce928024a52ab0ec3a6392 (patch)
tree47aba217ee358af76c7f0c95699f44525ac3a2d4
parent79e17d8b720780b3b95aeeba786217fa1b9c5ab6 (diff)
input: touch: maxim: restore touch dvdd
Remove extraneous changes that caused touch dvdd to be init off; Turn touch dvdd init on. Bug 1367030 Bug 1404490 Change-Id: I9869997a456bdb492802754834ab5da60437ef0b Signed-off-by: David Jung <djung@nvidia.com> Reviewed-on: http://git-master/r/337118 Reviewed-by: Harry Hong <hhong@nvidia.com> Tested-by: Harry Hong <hhong@nvidia.com>
-rw-r--r--drivers/input/touchscreen/maxim_sti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/maxim_sti.c b/drivers/input/touchscreen/maxim_sti.c
index fcfe8120f503..47681d05181e 100644
--- a/drivers/input/touchscreen/maxim_sti.c
+++ b/drivers/input/touchscreen/maxim_sti.c
@@ -103,7 +103,7 @@ struct dev_data {
#endif
};
-atomic_t touch_dvdd_on = ATOMIC_INIT(0);
+atomic_t touch_dvdd_on = ATOMIC_INIT(1);
static int prev_dvdd_rail_state;
static struct list_head dev_list;