Re: [PATCH v3 1/3] dt-bindings: iio: potentiometer: Add the Renesas X9250 potentiometers

From: Jonathan Cameron
Date: Mon May 01 2023 - 11:23:42 EST


On Mon, 24 Apr 2023 09:03:18 +0200
Herve Codina <herve.codina@xxxxxxxxxxx> wrote:

> Hi Jonathan, Krzysztof,
>
> On Sat, 22 Apr 2023 17:18:07 +0100
> Jonathan Cameron <jic23@xxxxxxxxxx> wrote:
>
> > On Fri, 21 Apr 2023 10:52:43 +0200
> > Herve Codina <herve.codina@xxxxxxxxxxx> wrote:
> >
> > > The Renesas X9250 is a quad digitally controlled potentiometers.
> > >
> > > Signed-off-by: Herve Codina <herve.codina@xxxxxxxxxxx>
> >
> > Hi Herve,
> >
> > Historically we've been a bit lax in IIO bindings in always making
> > sure the per supplies are included. As a result we frequently get
> > them added later and it just makes things messier than they should
> > be.
> >
> > So please add vcc-supply from the start. V+ and V- are a little trickier.
> > I was expecting datasheet to say they should be symmetric about 0 but it
> > doesn't. So they could be two independent supplies.
> >
> > Also make it required as my current understanding is that we should
> > do that for supplies that are definitely present even if we could
> > rely on the fallback to regulator stubs if they aren't supplied.
> > So add the 3 supplies to required as well.
>
> Yes, I will add the following supplies in the next iteration:
> - 'vcc-supply' for VCC
> - 'avp-supply' for the analog V+
> - 'avn-supply' for the analog V-
>
> and add them in the required list of properties.
>
> Are the names correct for these power supplies (avp and avn) ?

I think so. I'm not totally sure on how DT maintainers think we should deal
with a two voltage level reference though. Perhaps add some description to
make it very clear what is going on and we'll see what review comments we get!

Jonathan