summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorManish Badarkhe <badarkhe.manish@gmail.com>2013-07-01 11:35:19 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-07-01 11:35:19 -0700
commit69e9aa99989c68763373d54076d82405d1000f46 (patch)
tree020018d508270d24023cc49ef5c5425f5d3161d0 /arch/arm
parent22381288ba7fcb4d84cfba828dbca71c60d4ef79 (diff)
downloadlinux-69e9aa99989c68763373d54076d82405d1000f46.tar.gz
linux-69e9aa99989c68763373d54076d82405d1000f46.tar.xz
ARM: davinci: da850-evm: remove vref from touchscreen platform data
The vref field was not used by the driver and was removed from the platform data structure. Signed-off-by: Manish Badarkhe <badarkhe.manish@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-davinci/board-da850-evm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c
index c2dfe06563df..1b6775ab3b5a 100644
--- a/arch/arm/mach-davinci/board-da850-evm.c
+++ b/arch/arm/mach-davinci/board-da850-evm.c
@@ -991,7 +991,6 @@ static struct regulator_init_data tps65070_regulator_data[] = {
static struct touchscreen_init_data tps6507x_touchscreen_data = {
.poll_period = 30, /* ms between touch samples */
.min_pressure = 0x30, /* minimum pressure to trigger touch */
- .vref = 0, /* turn off vref when not using A/D */
.vendor = 0, /* /sys/class/input/input?/id/vendor */
.product = 65070, /* /sys/class/input/input?/id/product */
.version = 0x100, /* /sys/class/input/input?/id/version */