Message ID | 20191003173401.16343-8-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Introduce max12xx ADC support | expand |
On Thu, 3 Oct 2019 19:34:01 +0200 Miquel Raynal <miquel.raynal@bootlin.com> wrote: > Update the bindings documentation with new Maxim ADCs compatibles. > > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Both DT patches look fine to me... If you happened to fancy doing the yaml conversion it would be appreciated... :) If not we'll get to this one one day. Anyhow, a few trivial bits in the earlier patches so v3 should be good to go. Thanks, Jonathan > --- > .../devicetree/bindings/iio/adc/max1027-adc.txt | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/iio/adc/max1027-adc.txt b/Documentation/devicetree/bindings/iio/adc/max1027-adc.txt > index 7b23d68f655c..1b703a01d882 100644 > --- a/Documentation/devicetree/bindings/iio/adc/max1027-adc.txt > +++ b/Documentation/devicetree/bindings/iio/adc/max1027-adc.txt > @@ -1,7 +1,13 @@ > -* Maxim 1027/1029/1031 Analog to Digital Converter (ADC) > +* Maxim 1027/1029/1031/1227/1229/1231 Analog to Digital Converter (ADC) > > Required properties: > - - compatible: Should be "maxim,max1027" or "maxim,max1029" or "maxim,max1031" > + - compatible: Should be one of: > + * "maxim,max1027" > + * "maxim,max1029" > + * "maxim,max1031" > + * "maxim,max1227" > + * "maxim,max1229" > + * "maxim,max1231" > - reg: SPI chip select number for the device > > Optional properties:
Hi Jonathan, Jonathan Cameron <jic23@kernel.org> wrote on Sun, 6 Oct 2019 11:27:51 +0100: > On Thu, 3 Oct 2019 19:34:01 +0200 > Miquel Raynal <miquel.raynal@bootlin.com> wrote: > > > Update the bindings documentation with new Maxim ADCs compatibles. > > > > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> > > Both DT patches look fine to me... > > If you happened to fancy doing the yaml conversion it would be > appreciated... :) I'm being requested all the time, that would be my third yaml conversion, so let's go for it (if it's not overly complicated, I'll check first...) :) > If not we'll get to this one one day. > > Anyhow, a few trivial bits in the earlier patches so v3 should be > good to go. > > Thanks, > > Jonathan > Thanks, Miquèl
diff --git a/Documentation/devicetree/bindings/iio/adc/max1027-adc.txt b/Documentation/devicetree/bindings/iio/adc/max1027-adc.txt index 7b23d68f655c..1b703a01d882 100644 --- a/Documentation/devicetree/bindings/iio/adc/max1027-adc.txt +++ b/Documentation/devicetree/bindings/iio/adc/max1027-adc.txt @@ -1,7 +1,13 @@ -* Maxim 1027/1029/1031 Analog to Digital Converter (ADC) +* Maxim 1027/1029/1031/1227/1229/1231 Analog to Digital Converter (ADC) Required properties: - - compatible: Should be "maxim,max1027" or "maxim,max1029" or "maxim,max1031" + - compatible: Should be one of: + * "maxim,max1027" + * "maxim,max1029" + * "maxim,max1031" + * "maxim,max1227" + * "maxim,max1229" + * "maxim,max1231" - reg: SPI chip select number for the device Optional properties:
Update the bindings documentation with new Maxim ADCs compatibles. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> --- .../devicetree/bindings/iio/adc/max1027-adc.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-)