We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8fe49 commit 3ee64b1Copy full SHA for 3ee64b1
drivers/input/touchscreen/novatek-nvt-ts.c
@@ -245,7 +245,7 @@ static int nvt_ts_probe(struct i2c_client *client)
245
}
246
247
/* Wait for controller to come out of reset before params read */
248
- msleep(100);
+ msleep(200);
249
error = nvt_ts_read_data(data->client, NVT_TS_PARAMETERS_START,
250
data->buf, NVT_TS_PARAMS_SIZE);
251
gpiod_set_value_cansleep(data->reset_gpio, 1); /* Put back in reset */
0 commit comments