From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E29A2CE7A89 for ; Sat, 23 Sep 2023 17:40:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231403AbjIWRkn (ORCPT ); Sat, 23 Sep 2023 13:40:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231593AbjIWRkm (ORCPT ); Sat, 23 Sep 2023 13:40:42 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C30B9124 for ; Sat, 23 Sep 2023 10:40:36 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1DE7CC433C7; Sat, 23 Sep 2023 17:40:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695490836; bh=ugb+Q7yUo6vOZ78Q9LWkOQP4MwXiiPMfFXOkwc1MmKU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Q0nkZFCJxBNOzqUYCxVViad5Be+xfCn7Z507+LJLbHAIu9UmJBD1U8ZNfpENFLkbe WNBQA35eqlfSaQaXTiwxLZ5D9yhYA7DzoHhOh+ftWbffQVsCpktUvSk3AK4I9g55Pa lxE/Oc62ttZEiHr7kEcWwqGT/uFd0CJ2swJZjbgP9lNId/Js8I/bN3Qa9F3GOWPyBJ oy/6DOQxXLEQ0JSrf1Fibo/TmAIcBz8msJEbE+zyxAuT5+PiMW6NQkMZynD3CddgNX sZFmJZ4/UJ5E852Ql634BKWLm9ZEPXUVqWVor3kGwm5c4xv5bQVS/y7d6g4yeWrJ8d ZJpfFGHItCXAQ== Date: Sat, 23 Sep 2023 18:40:26 +0100 From: Jonathan Cameron To: Conor Dooley Cc: Marek Vasut , devicetree@vger.kernel.org, Alexandru Lazar , Conor Dooley , Daniel Baluta , Krzysztof Kozlowski , Lars-Peter Clausen , Marco Felsch , Rob Herring , linux-iio@vger.kernel.org Subject: Re: [PATCH] dt-bindings: iio: adc: ti,ads1015: Document optional interrupt line Message-ID: <20230923184026.577d4644@jic23-huawei> In-Reply-To: <20230922-demise-shallot-2623f8ff869b@spud> References: <20230921192420.70643-1-marex@denx.de> <20230922-demise-shallot-2623f8ff869b@spud> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Fri, 22 Sep 2023 12:30:06 +0100 Conor Dooley wrote: > On Thu, Sep 21, 2023 at 09:24:20PM +0200, Marek Vasut wrote: > > The ADS1015 can have optional IRQ line connected, document it in the DT bindings. > > > > Signed-off-by: Marek Vasut > > --- > > Cc: Alexandru Lazar > > Cc: Conor Dooley > > Acked-by: Conor Dooley Applied to the togreg branch of iio.git Thanks, Jonathan > > Thanks, > Conor. > > > Cc: Daniel Baluta > > Cc: Jonathan Cameron > > Cc: Krzysztof Kozlowski > > Cc: Lars-Peter Clausen > > Cc: Marco Felsch > > Cc: Marek Vasut > > Cc: Rob Herring > > Cc: devicetree@vger.kernel.org > > Cc: linux-iio@vger.kernel.org > > --- > > Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml b/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml > > index e004659099c19..d605999ffe288 100644 > > --- a/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml > > +++ b/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml > > @@ -23,6 +23,9 @@ properties: > > reg: > > maxItems: 1 > > > > + interrupts: > > + maxItems: 1 > > + > > "#address-cells": > > const: 1 > > > > -- > > 2.40.1 > >