regulator: da9055: Pass descriptor instead of GPIO number
When setting up a fixed regulator on the DA9055, pass a descriptor instead of a global GPIO number. This facility is not used in the kernel so we can easily just say that this should be a descriptor if/when put to use. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:

committed by
Mark Brown

parent
e45e290a88
commit
8d05560d1d
@@ -16,6 +16,7 @@
|
||||
#include <linux/init.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/gpio/consumer.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/regulator/driver.h>
|
||||
#include <linux/regulator/machine.h>
|
||||
@@ -455,8 +456,7 @@ static int da9055_gpio_init(struct da9055_regulator *regulator,
|
||||
char name[18];
|
||||
int gpio_mux = pdata->gpio_ren[id];
|
||||
|
||||
config->ena_gpio = pdata->ena_gpio[id];
|
||||
config->ena_gpio_flags = GPIOF_OUT_INIT_HIGH;
|
||||
config->ena_gpiod = pdata->ena_gpiods[id];
|
||||
config->ena_gpio_invert = 1;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user