From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH v2 07/10] dt-bindings: iio: humidity: hts221: support active-low interrupts Date: Sat, 22 Jul 2017 21:23:52 +0100 Message-ID: <20170722212352.5149b4c1@kernel.org> References: <20170717173905.8209-1-lorenzo.bianconi@st.com> <20170717173905.8209-8-lorenzo.bianconi@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170717173905.8209-8-lorenzo.bianconi-qxv4g6HH51o@public.gmane.org> Sender: linux-iio-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Lorenzo Bianconi Cc: linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, lorenzo.bianconi-qxv4g6HH51o@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, 17 Jul 2017 19:39:02 +0200 Lorenzo Bianconi wrote: > Update hts221 device binding with active-low interrupts support > (IRQ_TYPE_LEVEL_LOW and IRQ_TYPE_EDGE_FALLING). > > Acked-by: Rob Herring > Signed-off-by: Lorenzo Bianconi Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/humidity/hts221.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/iio/humidity/hts221.txt b/Documentation/devicetree/bindings/iio/humidity/hts221.txt > index b20ab9c12080..fca263e13400 100644 > --- a/Documentation/devicetree/bindings/iio/humidity/hts221.txt > +++ b/Documentation/devicetree/bindings/iio/humidity/hts221.txt > @@ -7,7 +7,8 @@ Required properties: > Optional properties: > - interrupt-parent: should be the phandle for the interrupt controller > - interrupts: interrupt mapping for IRQ. It should be configured with > - flags IRQ_TYPE_LEVEL_HIGH or IRQ_TYPE_EDGE_RISING. > + flags IRQ_TYPE_LEVEL_HIGH, IRQ_TYPE_EDGE_RISING, IRQ_TYPE_LEVEL_LOW or > + IRQ_TYPE_EDGE_FALLING. > > Refer to interrupt-controller/interrupts.txt for generic interrupt > client node bindings.