On Wed, Jun 12, 2019 at 09:42:22AM +0200, Linus Walleij wrote: > This converts the Wolfson Micro WM831x DCDC converter to use > a GPIO descriptor for the GPIO driving the DVS pin. > > There is just one (non-DT) machine in the kernel using this, and > that is the Wolfson Micro (now Cirrus) Cragganmore 6410 so we > patch this board to pass a descriptor table and fix up the driver > accordingly. > > Cc: Charles Keepax <ckee...@opensource.cirrus.com> > Cc: Richard Fitzgerald <r...@opensource.cirrus.com> > Cc: patc...@opensource.cirrus.com > Signed-off-by: Linus Walleij <linus.wall...@linaro.org> > --- > ChangeLog v1->v2: > - Use device name "wm831x-buckv.11" as described by Charles > - Use devm_gpiod_get() rather than the optional variant > ---
Acked-by: Charles Keepax <ckee...@opensource.cirrus.com> Thanks, Charles