Re: [PATCH v5 1/7] dt-bindings: iio: stm32-adc: add generic channel binding
From: Jonathan Cameron <jic23@kernel.org>
Date: 2021-10-18 17:50:36
Also in:
linux-arm-kernel, linux-iio, lkml
From: Jonathan Cameron <jic23@kernel.org>
Date: 2021-10-18 17:50:36
Also in:
linux-arm-kernel, linux-iio, lkml
On Mon, 18 Oct 2021 11:52:48 -0500 Rob Herring [off-list ref] wrote:
On Thu, 14 Oct 2021 15:12:22 +0200, Olivier Moysan wrote:quoted
Add ADC generic channel binding. This binding should be used as an alternate to legacy channel properties whenever possible. ADC generic channel binding allows to identify supported internal channels through the following reserved label names: "vddcore", "vrefint" and "vbat". This binding also allows to set a different sampling time for each channel. Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com> Reviewed-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com> --- .../bindings/iio/adc/st,stm32-adc.yaml | 100 ++++++++++++++++-- 1 file changed, 93 insertions(+), 7 deletions(-)Reviewed-by: Rob Herring <robh@kernel.org>
Thanks. Series applied to the iio-togreg branch of iio.git and pushed out as testing to let 0-day take a look at it. Thanks, Jonathan