Message ID | 1572279108-25916-2-git-send-email-fabrice.gasnier@st.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | iio: adc: stm32: add max clock rate | expand |
On Mon, 28 Oct 2019 17:11:47 +0100, Fabrice Gasnier wrote: > Add optional dt property to tune maximum desired analog clock rate. > > Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> > --- > Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On Tue, 5 Nov 2019 21:29:17 -0600 Rob Herring <robh@kernel.org> wrote: > On Mon, 28 Oct 2019 17:11:47 +0100, Fabrice Gasnier wrote: > > Add optional dt property to tune maximum desired analog clock rate. > > > > Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> > > --- > > Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt | 2 ++ > > 1 file changed, 2 insertions(+) > > > > Reviewed-by: Rob Herring <robh@kernel.org> Applied to the togreg branch of iio.git. Whether I get a pull request out for this cycle or this hits early in next is dependent on whether Linus hints at an rc8 and gives an extra week. Thanks, Jonathan
diff --git a/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt b/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt index 4c0da8c..8de9331 100644 --- a/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt +++ b/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt @@ -53,6 +53,8 @@ Optional properties: analog input switches on stm32mp1. - st,syscfg: Phandle to system configuration controller. It can be used to control the analog circuitry on stm32mp1. +- st,max-clk-rate-hz: Allow to specify desired max clock rate used by analog + circuitry. Contents of a stm32 adc child node: -----------------------------------
Add optional dt property to tune maximum desired analog clock rate. Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> --- Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt | 2 ++ 1 file changed, 2 insertions(+)