On Thu, 14 Oct 2021 15:12:22 +0200, Olivier Moysan wrote: > 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@xxxxxxxxxxx> > Reviewed-by: Fabrice Gasnier <fabrice.gasnier@xxxxxxxxxxx> > --- > .../bindings/iio/adc/st,stm32-adc.yaml | 100 ++++++++++++++++-- > 1 file changed, 93 insertions(+), 7 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>