Re: [PATCH 1/2] mfd: arizona: Update reset pin to use GPIOD

2018-02-22 Thread Linus Walleij
On Wed, Feb 14, 2018 at 4:55 PM, Charles Keepax wrote: > Now GPIOD has support for both pdata systems and for non-standard DT > bindings the Arizona reset GPIO can be converted to use it. > > Signed-off-by: Charles Keepax (...) > + pdata->reset = devm_gpiod_get_from_of_node(arizona->dev, >

Re: [PATCH 1/2] mfd: arizona: Update reset pin to use GPIOD

2018-02-14 Thread Charles Keepax
On Wed, Feb 14, 2018 at 03:55:11PM +, Charles Keepax wrote: > Now GPIOD has support for both pdata systems and for non-standard DT > bindings the Arizona reset GPIO can be converted to use it. > > Signed-off-by: Charles Keepax > --- Very sorry I forgot to add this email based these two patch

[PATCH 1/2] mfd: arizona: Update reset pin to use GPIOD

2018-02-14 Thread Charles Keepax
Now GPIOD has support for both pdata systems and for non-standard DT bindings the Arizona reset GPIO can be converted to use it. Signed-off-by: Charles Keepax --- drivers/mfd/arizona-core.c| 50 ++- include/linux/mfd/arizona/pdata.h | 3 ++- 2 files c