提交 02108730 编写于 作者: F Fabrice Gasnier 提交者: Jonathan Cameron

dt-bindings: iio: stm32-adc: add option to set resolution

Add documentation for 'assigned-resolution-bits' dt optional property.
Signed-off-by: NFabrice Gasnier <fabrice.gasnier@st.com>
Acked-by: NRob Herring <robh@kernel.org>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 6a95d825
...@@ -57,6 +57,9 @@ Optional properties: ...@@ -57,6 +57,9 @@ Optional properties:
- dmas: Phandle to dma channel for this ADC instance. - dmas: Phandle to dma channel for this ADC instance.
See ../../dma/dma.txt for details. See ../../dma/dma.txt for details.
- dma-names: Must be "rx" when dmas property is being used. - dma-names: Must be "rx" when dmas property is being used.
- assigned-resolution-bits: Resolution (bits) to use for conversions. Must
match device available resolutions (e.g. can be 6, 8, 10 or 12 on stm32f4).
Default is maximum resolution if unset.
Example: Example:
adc: adc@40012000 { adc: adc@40012000 {
...@@ -84,6 +87,7 @@ Example: ...@@ -84,6 +87,7 @@ Example:
st,adc-channels = <8>; st,adc-channels = <8>;
dmas = <&dma2 0 0 0x400 0x0>; dmas = <&dma2 0 0 0x400 0x0>;
dma-names = "rx"; dma-names = "rx";
assigned-resolution-bits = <8>;
}; };
... ...
other adc child nodes follow... other adc child nodes follow...
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册