diff options
author | Iiro Valkonen <iiro.valkonen@atmel.com> | 2011-02-03 02:21:58 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-02-21 04:02:27 -0500 |
commit | 7686b108d8ef5c32f429d5228798636f3a1caf5a (patch) | |
tree | 0adce74109f9779e517dcd1a3b2601358bc37b61 /arch/arm/mach-s5pv210 | |
parent | 964de52147c2842092642512e6f654fc2ab51408 (diff) |
Input: atmel_mxt_ts - get rid of qt602240 prefixes in names
Change prefixes from qt602240 to mxt to reflect that the driver supports
whole line of mXT touchscreens.
Signed-off-by: Iiro Valkonen <iiro.valkonen@atmel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-goni.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c index fd2747fd8905..e9a7d340f4e1 100644 --- a/arch/arm/mach-s5pv210/mach-goni.c +++ b/arch/arm/mach-s5pv210/mach-goni.c | |||
@@ -222,7 +222,7 @@ static void __init goni_radio_init(void) | |||
222 | } | 222 | } |
223 | 223 | ||
224 | /* TSP */ | 224 | /* TSP */ |
225 | static struct qt602240_platform_data qt602240_platform_data = { | 225 | static struct mxt_platform_data qt602240_platform_data = { |
226 | .x_line = 17, | 226 | .x_line = 17, |
227 | .y_line = 11, | 227 | .y_line = 11, |
228 | .x_size = 800, | 228 | .x_size = 800, |
@@ -230,7 +230,7 @@ static struct qt602240_platform_data qt602240_platform_data = { | |||
230 | .blen = 0x21, | 230 | .blen = 0x21, |
231 | .threshold = 0x28, | 231 | .threshold = 0x28, |
232 | .voltage = 2800000, /* 2.8V */ | 232 | .voltage = 2800000, /* 2.8V */ |
233 | .orient = QT602240_DIAGONAL, | 233 | .orient = MXT_DIAGONAL, |
234 | }; | 234 | }; |
235 | 235 | ||
236 | static struct s3c2410_platform_i2c i2c2_data __initdata = { | 236 | static struct s3c2410_platform_i2c i2c2_data __initdata = { |