From: Krzysztof Kozlowski <krzk@kernel.org>
To: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
Cc: Marcelo Schmitt <marcelo.schmitt@analog.com>,
lars@metafoo.de, Michael.Hennerich@analog.com, jic23@kernel.org,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 1/4] dt-bindings: iio: adc: adi,ad4000: Add PulSAR
Date: Fri, 22 Nov 2024 19:29:06 +0100 [thread overview]
Message-ID: <a311de1b-cd59-4f67-9bd1-61596a54c8cd@kernel.org> (raw)
In-Reply-To: <Z0CkOTGhGhfV18OG@debian-BULLSEYE-live-builder-AMD64>
On 22/11/2024 16:33, Marcelo Schmitt wrote:
>>
>>> + - items:
>>> + - enum:
>>> + - adi,ad7942
>>> + - const: adi,ad7946
>>> +
>>> + - const: adi,ad7983
>>> + - items:
>>> + - enum:
>>> + - adi,ad7980
>>> + - adi,ad7988-5
>>> + - adi,ad7686
>>> + - adi,ad7685
>>
>> Keep alphabetical order.
>
> Do the fallbacks declared here have any impact on the match try order or on how
> the compatible list should be ordered?
I don't understand, we do not talk about fallbacks. I also do not
understand at all how this relates to my comment.
> The only significant difference between each group of devices is the sample rate.
> A faster device can read at slower sample rates so if somebody knows to have
> a 16-bit pseudo-differential PulSAR but doesn't know about the exact model they
> could have a compatible like
> compatible = "adi,ad7980", "adi,ad7988-5", "adi,ad7686", "adi,ad7685",
> "adi,ad7988-1", "adi,ad7983";
Can't you autodetect this?
>
> to try from fastest to slowest device.
> The dt doc would indicate that order in the fallback list?
> - items:
> - enum:
> - adi,ad7980 # Fastest 16-bit pseudo-differential ADC
> - adi,ad7988-5 # 2nd fastest 16-bit pseudo-differential ADC
> - adi,ad7686 # 3rd fastest 16-bit pseudo-differential ADC
> - adi,ad7685 # 4th fastest 16-bit pseudo-differential ADC
> - adi,ad7988-1 # 5th fastest 16-bit pseudo-differential ADC
> - const: adi,ad7983 # Slowest 16-bit pseudo-differential ADC
Again, only one fallback here, not sure what are you asking about. BTW,
DT spec explains compatibles...
>
> https://www.analog.com/media/en/technical-documentation/data-sheets/ad7691.pdf
> has a nice table with the different devices and sample rates.
>
> writing-bindings.rst says "DO use fallback compatibles when devices are the same
> as or a subset of prior implementations."
> But, how can we use fallbacks properly?
How DT spec and tutorials like elinux ask... What is exactly the problem
or question?
> From Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml I'm
How LVDS bridge is related to this one here?
> inferring only one fallback should be provided per group of devices.
>
>>
>>> + - adi,ad7988-1
>>> + - const: adi,ad7983
>>> +
>>> + - const: adi,ad7688
>>> + - items:
>>> + - enum:
>>> + - adi,ad7693
>>> + - adi,ad7687
>>> + - const: adi,ad7688
>>> +
>>> + - const: adi,ad7984
>>> + - items:
>>> + - enum:
>>> + - adi,ad7982
>>> + - adi,ad7690
>>> + - adi,ad7691
>>> + - const: adi,ad7984
>>> +
>>> reg:
>>> maxItems: 1
>>>
>>> @@ -133,6 +178,32 @@ required:
>>> - ref-supply
>>>
>>> allOf:
>>> + # Single-channel PulSAR devices have SDI either tied to VIO, GND, or host CS.
>>> + - if:
>>> + properties:
>>> + compatible:
>>> + contains:
>>> + enum:
>>> + - adi,ad7685
>>
>> Why do you need this? It's fallback is already here.
>
> So dtbs_check can provide an error message if for example compatible = "adi,ad7687";
> and adi,sdi-pin = "sdi";
I mean this compatible, not if clause.
Best regards,
Krzysztof
next prev parent reply other threads:[~2024-11-22 18:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-19 12:53 [PATCH v3 0/4] Timestamp and PulSAR support for ad4000 Marcelo Schmitt
2024-11-19 12:53 ` [PATCH v3 1/4] dt-bindings: iio: adc: adi,ad4000: Add PulSAR Marcelo Schmitt
2024-11-20 8:14 ` Krzysztof Kozlowski
2024-11-22 15:33 ` Marcelo Schmitt
2024-11-22 18:29 ` Krzysztof Kozlowski [this message]
2024-11-22 21:15 ` Marcelo Schmitt
2024-11-23 16:11 ` Krzysztof Kozlowski
2024-11-19 12:53 ` [PATCH v3 2/4] iio: adc: ad4000: Add timestamp channel Marcelo Schmitt
2024-11-19 12:54 ` [PATCH v3 3/4] iio: adc: ad4000: Use device specific timing for SPI transfers Marcelo Schmitt
2024-11-19 12:54 ` [PATCH v3 4/4] iio: adc: ad4000: Add support for PulSAR devices Marcelo Schmitt
2024-11-24 13:19 ` Jonathan Cameron
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=a311de1b-cd59-4f67-9bd1-61596a54c8cd@kernel.org \
--to=krzk@kernel.org \
--cc=Michael.Hennerich@analog.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.schmitt1@gmail.com \
--cc=marcelo.schmitt@analog.com \
--cc=robh@kernel.org \
/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