Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1690229
| From | Fabrice Gasnier <fabrice.gasnier@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] dt-bindings: iio: adc: stm32: add optional min-sample-time |
| Date | 2017-07-18 14:40 +0200 |
| Message-ID | <u4zXc-2qo-5@gated-at.bofh.it> (permalink) |
| References | <u4zXc-2qo-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
STM32 ADC allows each channel to be sampled with a different sampling
time. There's an application note that deals with this: 'How to get
the best ADC accuracy in STM32...' It basically depends on analog input
signal electrical properties (depends on board).
Add optional 'min-sample-time' property so this can be tuned in dt.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
---
Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt b/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
index 8310073..9cd964b 100644
--- a/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
+++ b/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
@@ -74,6 +74,11 @@ Optional properties:
* can be 6, 8, 10 or 12 on stm32f4
* can be 8, 10, 12, 14 or 16 on stm32h7
Default is maximum resolution if unset.
+- min-sample-time: Minimum sampling time in nanoseconds.
+ Depending on hardware (board) e.g. high/low analog input source impedance,
+ fine tune of ADC sampling time may be recommended.
+ This can be either one value or an array that matches 'st,adc-channels' list,
+ to set sample time resp. for all channels, or independently for each channel.
Example:
adc: adc@40012000 {
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 2/3] dt-bindings: iio: adc: stm32: add optional min-sample-time Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-07-18 14:40 +0200
Re: [PATCH 2/3] dt-bindings: iio: adc: stm32: add optional min-sample-time Jonathan Cameron <jic23@kernel.org> - 2017-07-23 13:00 +0200
Re: [PATCH 2/3] dt-bindings: iio: adc: stm32: add optional min-sample-time Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-07-24 10:00 +0200
Re: [PATCH 2/3] dt-bindings: iio: adc: stm32: add optional min-sample-time Jonathan Cameron <Jonathan.Cameron@huawei.com> - 2017-07-24 17:10 +0200
csiph-web