[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5f36c304-ed09-4a13-b22d-ceb5924c3739@gmail.com>
Date: Wed, 14 May 2025 10:38:50 +0300
From: Matti Vaittinen <mazziesaccount@...il.com>
To: Matti Vaittinen <matti.vaittinen@...rohmeurope.com>
Cc: Lars-Peter Clausen <lars@...afoo.de>,
Michael Hennerich <Michael.Hennerich@...log.com>,
Jonathan Cameron <jic23@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, linux-iio@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] iio: adc: ad7476: Support ROHM BU79100G
On 13/05/2025 11:26, Matti Vaittinen wrote:
> ROHM BU79100G is a 12-bit, single channel ADC. Support reading ADC
> measurements using the ad7476.c
>
> Signed-off-by: Matti Vaittinen <mazziesaccount@...il.com>
> ---
> drivers/iio/adc/ad7476.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
For anyone who might hit this mail thread later:
Conor made me realize that, for now, the BU79100G looks identical to the
ads7866. Thus, these code-changes aren't needed at the moment, and this
patch can be dropped. For those who wish to use BU79100G, please
introduce it as
compatible = "rohm,bu79100g", "ti,ads7866";
having the ads7866 as a fallback. This should allow us to introduce
driver side differences later, should they be needed.
V2:
https://lore.kernel.org/all/4907a096eee1f54afae834213cf721b551382d4e.1747203712.git.mazziesaccount@gmail.com/
drops the driver changes and adds only the fallback compatible to the
bindings.
Powered by blists - more mailing lists