On Wed, 31 Jul 2019 10:50:36 -0600 Rob Herring <robh+dt@xxxxxxxxxx> wrote: > On Wed, Jul 31, 2019 at 8:07 AM Martin Kaiser <martin@xxxxxxxxx> wrote: > > > > Add a binding for the Maxim Integrated MAX5432-MAX5435 family of digital > > potentiometers. > > > > Signed-off-by: Martin Kaiser <martin@xxxxxxxxx> > > --- > > changes in v4 > > - fix the dt bindings > > - replace ic20 with i2c > > - document the reg property > > - add additionalProperties and required > > > > changes in v3 > > - split dt bindings and driver code into separate patches > > - use yaml format for dt bindings > > - fix formatting of parameter lists > > > > changes in v2 > > - use MAX5432_ prefix for all defines > > - fix indentation > > - convert void * to unsigned long, not to u32 > > (warning from kbuild test robot) > > > > .../bindings/iio/potentiometer/max5432.yaml | 44 ++++++++++++++++++++++ > > 1 file changed, 44 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/iio/potentiometer/max5432.yaml > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan