Re: [PATCH v3 2/4] iio: adc: ad7091r5: Add scale and external VREF support

2019-11-10 Thread Jonathan Cameron
On Thu, 7 Nov 2019 17:07:57 +0200 Beniamin Bia wrote: > From: Paul Cercueil > > The scale can now be obtained with the "in_voltage_scale" file. > By default, the scale returned corresponds to the internal VREF of 2.5V. > > It is possible to use an external VREF (through the REFIN/REFOUT pin

[PATCH v3 2/4] iio: adc: ad7091r5: Add scale and external VREF support

2019-11-07 Thread Beniamin Bia
From: Paul Cercueil The scale can now be obtained with the "in_voltage_scale" file. By default, the scale returned corresponds to the internal VREF of 2.5V. It is possible to use an external VREF (through the REFIN/REFOUT pin of the chip), by passing a regulator to the driver. The scale will