From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH v4 6/8] dt-bindings: iio: adc: max1027: Mark interrupts as optional Date: Sat, 12 Oct 2019 12:31:55 +0100 Message-ID: <20191012123155.1a0df894@archlinux> References: <20191011144347.19146-1-miquel.raynal@bootlin.com> <20191011144347.19146-7-miquel.raynal@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20191011144347.19146-7-miquel.raynal@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org To: Miquel Raynal Cc: Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Petazzoni List-Id: devicetree@vger.kernel.org On Fri, 11 Oct 2019 16:43:45 +0200 Miquel Raynal wrote: > The chips have a 'start conversion' and a 'end of conversion' pair of > pins. They can be used but this is absolutely not mandatory as regular > polling is supported by the chip depending on its internal clocking > setup. > > There is no physical reason to force the use of interrupts so turn > them optional. > > Also, once the interrupt turned optional, these devices fit perfectly > the "trivial devices" described in the generic (yaml) bindings file, so > instead of converting this text file to json schema, we can just add > the relevant compatibles in: > Documentation/devicetree/bindings/trivial-devices.yaml. > > Signed-off-by: Miquel Raynal I guess this keeps things consistent event if we are about to delete it ;) Applied. > --- > Documentation/devicetree/bindings/iio/adc/max1027-adc.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iio/adc/max1027-adc.txt b/Documentation/devicetree/bindings/iio/adc/max1027-adc.txt > index e680c61dfb84..7b23d68f655c 100644 > --- a/Documentation/devicetree/bindings/iio/adc/max1027-adc.txt > +++ b/Documentation/devicetree/bindings/iio/adc/max1027-adc.txt > @@ -3,6 +3,8 @@ > Required properties: > - compatible: Should be "maxim,max1027" or "maxim,max1029" or "maxim,max1031" > - reg: SPI chip select number for the device > + > +Optional properties: > - interrupts: IRQ line for the ADC > see: Documentation/devicetree/bindings/interrupt-controller/interrupts.txt >