From: Conor Dooley <conor@kernel.org>
To: Josua Mayer <josua@solid-run.com>
Cc: Andrew Lunn <andrew@lunn.ch>,
Gregory Clement <gregory.clement@bootlin.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Jonathan Cameron <jic23@kernel.org>,
Lars-Peter Clausen <lars@metafoo.de>,
Daniel Baluta <daniel.baluta@nxp.com>,
Vinod Koul <vkoul@kernel.org>,
Kishon Vijay Abraham I <kishon@kernel.org>,
Konstantin Porotchkin <kostap@marvell.com>,
Richard Cochran <richardcochran@gmail.com>,
Yazan Shhady <yazan.shhady@solid-run.com>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
linux-phy@lists.infradead.org, netdev@vger.kernel.org
Subject: Re: [PATCH v6 3/7] dt-bindings: iio: adc: ti,ads1015: add compatible for tla2021
Date: Tue, 4 Jun 2024 18:42:46 +0100 [thread overview]
Message-ID: <20240604-suspend-schnapps-191d2c1ad53e@spud> (raw)
In-Reply-To: <20240602-cn9130-som-v6-3-89393e86d4c7@solid-run.com>
[-- Attachment #1.1: Type: text/plain, Size: 1023 bytes --]
On Sun, Jun 02, 2024 at 05:49:38PM +0200, Josua Mayer wrote:
> TI tla2021 is a limited single-channel variant of tla2024 which is
> similar enough to be easily supportable through the same driver.
>
> Add compatible string for tla2021 so boards may describe it in
> device-tree.
>
> Signed-off-by: Josua Mayer <josua@solid-run.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Thanks,
Conor.
> ---
> 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 d605999ffe28..718f633c6e04 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,tla2021
> - ti,tla2024
>
> reg:
>
> --
> 2.35.3
>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 112 bytes --]
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
next prev parent reply other threads:[~2024-06-04 17:43 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-02 15:49 [PATCH v6 0/7] arm64: dts: add description for solidrun cn9130 som and clearfog boards Josua Mayer
2024-06-02 15:49 ` [PATCH v6 1/7] dt-bindings: arm64: marvell: add solidrun cn9130 som based boards Josua Mayer
2024-06-02 15:49 ` [PATCH v6 2/7] dt-bindings: arm64: marvell: add solidrun cn9132 CEX-7 evaluation board Josua Mayer
2024-06-02 15:49 ` [PATCH v6 3/7] dt-bindings: iio: adc: ti,ads1015: add compatible for tla2021 Josua Mayer
2024-06-04 17:42 ` Conor Dooley [this message]
2024-06-06 20:12 ` Jonathan Cameron
2024-06-07 14:40 ` Conor Dooley
2024-06-02 15:49 ` [PATCH v6 4/7] dt-bindings: phy: armada-cp110-utmi: add optional swap-dx-lanes property Josua Mayer
2024-06-04 17:41 ` Conor Dooley
2024-06-05 16:13 ` Rob Herring
2024-06-10 21:49 ` Rob Herring (Arm)
2024-06-02 15:49 ` [PATCH v6 5/7] arm64: dts: add description for solidrun cn9130 som and clearfog boards Josua Mayer
2024-06-02 15:49 ` [PATCH v6 6/7] arm64: dts: add description for solidrun cn9131 solidwan board Josua Mayer
2024-06-02 15:49 ` [PATCH v6 7/7] arm64: dts: add description for solidrun cn9132 cex7 module and clearfog board Josua Mayer
2024-06-12 17:51 ` (subset) [PATCH v6 0/7] arm64: dts: add description for solidrun cn9130 som and clearfog boards Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240604-suspend-schnapps-191d2c1ad53e@spud \
--to=conor@kernel.org \
--cc=andrew@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=daniel.baluta@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=gregory.clement@bootlin.com \
--cc=jic23@kernel.org \
--cc=josua@solid-run.com \
--cc=kishon@kernel.org \
--cc=kostap@marvell.com \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lars@metafoo.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=netdev@vger.kernel.org \
--cc=richardcochran@gmail.com \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
--cc=sebastian.hesselbarth@gmail.com \
--cc=vkoul@kernel.org \
--cc=yazan.shhady@solid-run.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).