mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Input: adp5588 - add support for gpio names
Signed-off-by: Jean-François Dagenais <jeff.dagenais@gmail.com> Acked-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
f77621cc64
commit
d0a3457d38
2 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,7 @@ struct i2c_client; /* forward declaration */
|
|||
|
||||
struct adp5588_gpio_platform_data {
|
||||
int gpio_start; /* GPIO Chip base # */
|
||||
const char *const *names;
|
||||
unsigned irq_base; /* interrupt base # */
|
||||
unsigned pullup_dis_mask; /* Pull-Up Disable Mask */
|
||||
int (*setup)(struct i2c_client *client,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue