On Mon, 17 Jul 2017 19:39:02 +0200 Lorenzo Bianconi <lorenzo.bianconi83@xxxxxxxxx> wrote: > Update hts221 device binding with active-low interrupts support > (IRQ_TYPE_LEVEL_LOW and IRQ_TYPE_EDGE_FALLING). > > Acked-by: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@xxxxxx> 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. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html