On Thu, 08 Sep 2022 15:24:41 +0000, Eliav Farber wrote: > Add support for mr76006 pre-scaler which provides divide-by-2 scaling of > the input voltage, so that it can be presented to the VM for measurement > within its range (the VM input range is limited to -0.1V to 1V). > > The new "moortec,vm-pre-scaler-x2" property lists the channels that use > the mr76006 pre-scaler. > > The driver will use this list to multiply the voltage result by 2, to > present to the user with the actual voltage input source. > > Signed-off-by: Eliav Farber <farbere@xxxxxxxxxx> > --- > V4 -> V3: > - Rename "moortec,vm-pre-scaler" to "moortec,vm-pre-scaler-x2". > - Added mximum number if items in description. > > V3 -> V2: > - Add "moortec" prefix to property name. > - Change property format to be a single u8 array. > - Fix typo: scalar --> scaler. > > .../devicetree/bindings/hwmon/moortec,mr75203.yaml | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>