Skip to content

Commit 3ee64b1

Browse files
committed
HACK Input: novatek-nvt-ts - Increase sleep at reset
Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
1 parent 4a8fe49 commit 3ee64b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/input/touchscreen/novatek-nvt-ts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ static int nvt_ts_probe(struct i2c_client *client)
245245
}
246246

247247
/* Wait for controller to come out of reset before params read */
248-
msleep(100);
248+
msleep(200);
249249
error = nvt_ts_read_data(data->client, NVT_TS_PARAMETERS_START,
250250
data->buf, NVT_TS_PARAMS_SIZE);
251251
gpiod_set_value_cansleep(data->reset_gpio, 1); /* Put back in reset */

0 commit comments

Comments
 (0)