From patchwork Sun Mar 20 18:14:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 12786657 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 42DEDC433EF for ; Sun, 20 Mar 2022 18:14:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343492AbiCTSQU (ORCPT ); Sun, 20 Mar 2022 14:16:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243449AbiCTSQT (ORCPT ); Sun, 20 Mar 2022 14:16:19 -0400 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1BA46527ED; Sun, 20 Mar 2022 11:14:56 -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 509BE83981; Sun, 20 Mar 2022 19:14:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647800094; bh=vQC8DjsLxyanULdVnzgiQaFgD31jN8XEC90+XsmkSDg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MuQbSdop4KqMSoqwfxRiWEvs1lAqTgubKyhkJdp7HrzHRTT1B8CCq7D6kV5fzCkh/ PEhNz07Xx4Xx9udLHBRRlaD3vTZ4ueiDbZfJbtbqREGqjA4olP6e4zQIui+cE5GhqC unZumrOR6TpaqerIZ5XnO2XaYPzuBzoNFFKrCaogNH3UxL/wz6vAOja1lQ2ipuzdlC aaX7eLh89Z+jYukTnABZXiX/NTADcQHohQOrc/w5eu2+SpXf8KMcUSZmXVznzkPewd u210HysanogbGRtxNacvMzyqA2dqUCWh6xHZZ9jTjNOKbYlMCBdOBbRKGumlT6dey5 M2aJvcuVti1Qg== From: Marek Vasut To: linux-iio@vger.kernel.org Cc: Marek Vasut , Krzysztof Kozlowski , Andy Shevchenko , Andy Shevchenko , Daniel Baluta , Jonathan Cameron , Rob Herring , devicetree@vger.kernel.org Subject: [PATCH v3 02/10] dt-bindings: iio: adc: ti,ads1015: Add TLA2024 compatible string Date: Sun, 20 Mar 2022 19:14:20 +0100 Message-Id: <20220320181428.168109-2-marex@denx.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220320181428.168109-1-marex@denx.de> References: <20220320181428.168109-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: Andy Shevchenko Cc: Daniel Baluta Cc: Jonathan Cameron Cc: Rob Herring Cc: devicetree@vger.kernel.org --- V2: Add AB from Krzysztof V3: 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