|
@@ -465,7 +465,7 @@ static int adp1653_of_init(struct i2c_client *client,
|
|
|
|
|
|
of_node_put(child);
|
|
of_node_put(child);
|
|
|
|
|
|
- pd->enable_gpio = devm_gpiod_get(&client->dev, "enable");
|
|
|
|
|
|
+ pd->enable_gpio = devm_gpiod_get(&client->dev, "enable", GPIOD_OUT_LOW);
|
|
if (!pd->enable_gpio) {
|
|
if (!pd->enable_gpio) {
|
|
dev_err(&client->dev, "Error getting GPIO\n");
|
|
dev_err(&client->dev, "Error getting GPIO\n");
|
|
return -EINVAL;
|
|
return -EINVAL;
|