[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240721221233.GE325365@vamoiridPC>
Date: Mon, 22 Jul 2024 00:12:33 +0200
From: Vasileios Amoiridis <vassilisamir@...il.com>
To: Rob Herring <robh@...nel.org>
Cc: Vasileios Amoiridis <vassilisamir@...il.com>, jic23@...nel.org,
lars@...afoo.de, krzk+dt@...nel.org, conor+dt@...nel.org,
andriy.shevchenko@...ux.intel.com, ang.iglesiasg@...il.com,
linus.walleij@...aro.org, biju.das.jz@...renesas.com,
javier.carrasco.cruz@...il.com, semen.protsenko@...aro.org,
579lpy@...il.com, ak@...klinger.de, linux-iio@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 08/10] dt-bindings: iio: pressure: bmp085: Add
interrupts for BMP3xx and BMP5xx devices
On Fri, Jul 12, 2024 at 06:48:05AM -0600, Rob Herring wrote:
> On Thu, Jul 11, 2024 at 11:15:56PM +0200, Vasileios Amoiridis wrote:
> > Add interrupt options for BMP3xx and BMP5xx devices as well.
> >
> > Signed-off-by: Vasileios Amoiridis <vassilisamir@...il.com>
> > ---
> > .../devicetree/bindings/iio/pressure/bmp085.yaml | 13 ++++++++++++-
> > 1 file changed, 12 insertions(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/iio/pressure/bmp085.yaml b/Documentation/devicetree/bindings/iio/pressure/bmp085.yaml
> > index 6fda887ee9d4..f06f119963bc 100644
> > --- a/Documentation/devicetree/bindings/iio/pressure/bmp085.yaml
> > +++ b/Documentation/devicetree/bindings/iio/pressure/bmp085.yaml
> > @@ -48,9 +48,20 @@ properties:
> >
> > interrupts:
> > description:
> > - interrupt mapping for IRQ (BMP085 only)
> > + interrupt mapping for IRQ. Supported in BMP085, BMP3xx, BMP5xx
> > maxItems: 1
> >
> > + interrupt-names:
> > + maxItems: 1
> > + items:
> > + enum:
> > + - DRDY
> > +
> > + int-open-drain:
>
> Use the existing 'drive-open-drain' property.
>
Hi Rob,
Thanks for the feedback. I will also use the tools from your automated reply.
Cheers,
Vasilis
> > + desription:
> > + set if the interrupt pin should be configured as open drain.
> > + If not set, defaults to push-pull configuration.
> > +
> > required:
> > - compatible
> > - vddd-supply
> > --
> > 2.25.1
> >
Powered by blists - more mailing lists