TP goodix: change init time

This commit is contained in:
zyk
2014-03-20 17:22:39 +08:00
parent a5a7aaca72
commit 1126eaeb1a

View File

@@ -752,7 +752,7 @@ static int rk_ts_probe(struct i2c_client *client, const struct i2c_device_id *id
dev_err(&client->dev, "goodix power error\n");
return -EIO;
}
msleep(100);
//msleep(100);
} else {
dev_info(&client->dev, "power pin invalid\n");
}
@@ -764,7 +764,7 @@ static int rk_ts_probe(struct i2c_client *client, const struct i2c_device_id *id
dev_err(&client->dev, "goodix gpio_request error\n");
return -EIO;
}
msleep(100);
// msleep(100);
} else {
dev_info(&client->dev, "reset pin invalid\n");
}