From patchwork Tue Mar 22 22:02:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 12789314 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 D6EC1C433FE for ; Tue, 22 Mar 2022 22:02:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237277AbiCVWEB (ORCPT ); Tue, 22 Mar 2022 18:04:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235042AbiCVWEA (ORCPT ); Tue, 22 Mar 2022 18:04:00 -0400 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD0506F4B3; Tue, 22 Mar 2022 15:02:32 -0700 (PDT) Received: from tr.lan (ip-89-176-112-137.net.upcbroadband.cz [89.176.112.137]) (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 0925E83B2C; Tue, 22 Mar 2022 23:02:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647986551; bh=iwrA2Fh84qgcs2tNOiCdRrr7UbrHUo9V+MlDm2uTzfc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PlBp5LkpwMPgYAIpxOIfRmZfMCdX0GbZG7DdH7i6aLzZSKwgSkrquWeEWuJI2/1mE C+6l5K15KhJ2aCpSeK8V/p/zSiIQeQThYWCUdbR2LHhmIoshH0KhZviENr+QKCu2Ri tviBKri28UJ75px4fXMyN42DPtT73TmtKrqakwq2BO1WK6HK06vyOwuZhsEbw+QZiZ +QBWZQyNRYOEClt3GxGBU+6+lg5wSbtSVBNmaVPSbMbVp8IHocvLdcBawHYvuAs69B ZS5dPS1LoAFeMQ8hThcWITtOIo7d+x6o9fEzA67o72yXz/dAomRnVnJQTzJRgGbxN0 L+88L8RR8gdeQ== From: Marek Vasut To: linux-iio@vger.kernel.org Cc: Marek Vasut , Krzysztof Kozlowski , Andy Shevchenko , Daniel Baluta , Jonathan Cameron , Rob Herring , devicetree@vger.kernel.org Subject: [PATCH v4 02/10] dt-bindings: iio: adc: ti,ads1015: Add TLA2024 compatible string Date: Tue, 22 Mar 2022 23:02:02 +0100 Message-Id: <20220322220210.207454-2-marex@denx.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220322220210.207454-1-marex@denx.de> References: <20220322220210.207454-1-marex@denx.de> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Add ti,tla2024 compatible string. This device is compatible with ADS1015 except it has no on-chip comparator. Acked-by: Krzysztof Kozlowski Signed-off-by: Marek Vasut Cc: Andy Shevchenko Cc: Daniel Baluta Cc: Jonathan Cameron Cc: Rob Herring Cc: devicetree@vger.kernel.org --- V2: Add AB from Krzysztof V3: No change V4: No change --- Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml b/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml index c31c80989cc9a..a3b79438a13a5 100644 --- a/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml +++ b/Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml @@ -18,6 +18,7 @@ properties: enum: - ti,ads1015 - ti,ads1115 + - ti,tla2024 reg: maxItems: 1