diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-03-20 18:31:29 -0400 |
---|---|---|
committer | Benson Leung <bleung@chromium.org> | 2018-04-10 01:38:04 -0400 |
commit | ed58f90c11696dee3a27fb56b00b507ad4cbad53 (patch) | |
tree | d5165a697ea278a4e124c4722db5d19027cde10a /drivers | |
parent | 203e0baedb984f1f206f853675cd169f9a646c72 (diff) |
platform/chrome: chromeos_laptop - stop setting suspend mode for Atmel devices
Atmel touch controller driver no longer respects suspend mode specified in
platform data, so let's stop setting it.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Benson Leung <bleung@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/platform/chrome/chromeos_laptop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/platform/chrome/chromeos_laptop.c b/drivers/platform/chrome/chromeos_laptop.c index 54a13c70e1d8..0a43f1833de3 100644 --- a/drivers/platform/chrome/chromeos_laptop.c +++ b/drivers/platform/chrome/chromeos_laptop.c | |||
@@ -100,7 +100,6 @@ static struct mxt_platform_data atmel_224s_tp_platform_data = { | |||
100 | .irqflags = IRQF_TRIGGER_FALLING, | 100 | .irqflags = IRQF_TRIGGER_FALLING, |
101 | .t19_num_keys = ARRAY_SIZE(mxt_t19_keys), | 101 | .t19_num_keys = ARRAY_SIZE(mxt_t19_keys), |
102 | .t19_keymap = mxt_t19_keys, | 102 | .t19_keymap = mxt_t19_keys, |
103 | .suspend_mode = MXT_SUSPEND_T9_CTRL, | ||
104 | }; | 103 | }; |
105 | 104 | ||
106 | static struct i2c_board_info atmel_224s_tp_device = { | 105 | static struct i2c_board_info atmel_224s_tp_device = { |
@@ -111,7 +110,6 @@ static struct i2c_board_info atmel_224s_tp_device = { | |||
111 | 110 | ||
112 | static struct mxt_platform_data atmel_1664s_platform_data = { | 111 | static struct mxt_platform_data atmel_1664s_platform_data = { |
113 | .irqflags = IRQF_TRIGGER_FALLING, | 112 | .irqflags = IRQF_TRIGGER_FALLING, |
114 | .suspend_mode = MXT_SUSPEND_T9_CTRL, | ||
115 | }; | 113 | }; |
116 | 114 | ||
117 | static struct i2c_board_info atmel_1664s_device = { | 115 | static struct i2c_board_info atmel_1664s_device = { |