Re: [PATCH v2 1/2] dt-bindings: iio: adc: add TI LMP92064 controller

From: Jonathan Cameron
Date: Sun Nov 06 2022 - 09:52:48 EST


On Tue, 1 Nov 2022 07:28:24 -0500
Rob Herring <robh@xxxxxxxxxx> wrote:

> On Tue, Nov 01, 2022 at 07:48:03AM +0100, Leonard Göhrs wrote:
> > Add binding documentation for the TI LMP92064 dual channel SPI ADC.
> >
> > Changes from v1 -> v2:
> >
> > - Rename the "shunt-resistor" devicetree property to
> > "shunt-resistor-micro-ohms".
> > - Add supply regulator support for the two voltage domains of the chip
> > (vdd and vdig).
> > - Add reference to spi-peripheral-props.yaml

Change log should be below the ---
We don't want to directly capture in the git tree - though I will apply
a link tag so people can find the thread on lore.kernel.org if they want
this information.

I'm aware that for some parts of the kernel the policy is different but in IIO
we assume the link tag is sufficient.

> >
> > Signed-off-by: Leonard Göhrs <l.goehrs@xxxxxxxxxxxxxx>
> > ---
> > .../bindings/iio/adc/ti,lmp92064.yaml | 70 +++++++++++++++++++
> > 1 file changed, 70 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/iio/adc/ti,lmp92064.yaml
> >