[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:
<CY4PR03MB3399981C39318501A2FEE87A9BEF2@CY4PR03MB3399.namprd03.prod.outlook.com>
Date: Tue, 28 Jan 2025 10:24:37 +0000
From: "Miclaus, Antoniu" <Antoniu.Miclaus@...log.com>
To: Conor Dooley <conor@...nel.org>
CC: "jic23@...nel.org" <jic23@...nel.org>,
"robh@...nel.org"
<robh@...nel.org>,
"conor+dt@...nel.org" <conor+dt@...nel.org>,
"linux-iio@...r.kernel.org" <linux-iio@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-pwm@...r.kernel.org" <linux-pwm@...r.kernel.org>
Subject: RE: [PATCH v6 1/3] dt-bindings: iio: adf4371: add refin mode
> On Mon, Jan 27, 2025 at 12:10:21PM +0200, Antoniu Miclaus wrote:
> > Add support for selecting between single-ended and differential
> > reference input.
> >
> > Input frequency boundaries are change based on the mode selected
> > (single-ended/differential).
> >
> > Signed-off-by: Antoniu Miclaus <antoniu.miclaus@...log.com>
> > ---
> > no changes in v6.
>
> Why'd you not pick up my ack?
> https://lore.kernel.org/all/20250121-crumb-dispense-
> b455b591481a@...d/
I'm sorry, I missed it. Should I send a new version with it?
> > Documentation/devicetree/bindings/iio/frequency/adf4371.yaml | 5 +++--
> > 1 file changed, 3 insertions(+), 2 deletions(-)
> >
> > diff --git a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
> b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
> > index 1cb2adaf66f9..53d607441612 100644
> > --- a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
> > +++ b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
> > @@ -30,8 +30,9 @@ properties:
> >
> > clock-names:
> > description:
> > - Must be "clkin"
> > - maxItems: 1
> > + Must be "clkin" if the input reference is single ended or "clkin-diff"
> > + if the input reference is differential.
> > + enum: [clkin, clkin-diff]
> >
> > adi,mute-till-lock-en:
> > type: boolean
> > --
> > 2.48.1
> >
Powered by blists - more mailing lists