diff --git a/drivers/gpio/gpio-tps65218.c b/drivers/gpio/gpio-tps65218.c index 9eb1a5ab2d95372a3da7c62b926f4dd83c18f9f2..2fc7e16aee0c4be0bf8f5bc4b37c5447bd3828ad 100644 --- a/drivers/gpio/gpio-tps65218.c +++ b/drivers/gpio/gpio-tps65218.c @@ -59,6 +59,7 @@ static int tps65218_gpio_output(struct gpio_chip *gc, unsigned offset, int value) { /* Only drives GPOs */ + tps65218_gpio_set(gc, offset, value); return 0; }