From patchwork Thu Sep 21 19:24:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 13394372 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 7519FE7D0A6 for ; Thu, 21 Sep 2023 19:24:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229500AbjIUTYl (ORCPT ); Thu, 21 Sep 2023 15:24:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57380 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229477AbjIUTYk (ORCPT ); Thu, 21 Sep 2023 15:24:40 -0400 Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29A11ED9D1; Thu, 21 Sep 2023 12:24:33 -0700 (PDT) Received: from tr.lan (ip-86-49-120-218.bb.vodafone.cz [86.49.120.218]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id A460F80569; Thu, 21 Sep 2023 21:24:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1695324271; bh=LnqzDkIkJB71p5DHedzyiSlH17jUKONCgzbRG9loRMc=; h=From:To:Cc:Subject:Date:From; b=JeZK3Qi3sJ5CnJOSk+qB3hnU6g8JiQuZQA8IURKvWf819hj4yq1puz7OCvVjJn7tc fSotTdFQuwFvGRYNC37EmIqAwzc6G8eQPy5tzQrasduWJf1/EUD4O8z9g5lglzQAN5 R7Z5q2DcmGp5bLLmT72T0elYlPKeDWLVk8ph1o7T3KyluSYHm8sIwSTYDeio+qZMb8 rUBJppC7g5xFuKRjxmkTyT3b7/BqvjJrEu0zrYxDw2R0stvmiZHOqBpJNCbNVdn0OR rE+BT20FyscLs2qxU8vxKlI8wf1kmpytI3fFrJfgC9zd4nnLr5t/pMIuPFNAWuwMa5 Or2dy1BCzSUXA== From: Marek Vasut To: devicetree@vger.kernel.org Cc: Marek Vasut , Alexandru Lazar , Conor Dooley , Daniel Baluta , Jonathan Cameron , Krzysztof Kozlowski , Lars-Peter Clausen , Marco Felsch , Rob Herring , linux-iio@vger.kernel.org Subject: [PATCH] dt-bindings: iio: adc: ti,ads1015: Document optional interrupt line Date: Thu, 21 Sep 2023 21:24:20 +0200 Message-Id: <20230921192420.70643-1-marex@denx.de> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org The ADS1015 can have optional IRQ line connected, document it in the DT bindings. Signed-off-by: Marek Vasut Acked-by: Conor Dooley --- Cc: Alexandru Lazar Cc: Conor Dooley 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