From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 4/4] iio: frequency: adf4371: Add support for output stage mute Date: Wed, 26 Jun 2019 13:59:49 -0600 Message-ID: References: <1561389236-26464-1-git-send-email-stefan.popa@analog.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <1561389236-26464-1-git-send-email-stefan.popa@analog.com> Sender: linux-kernel-owner@vger.kernel.org To: Stefan Popa Cc: Jonathan Cameron , Mark Rutland , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald , Michael Hennerich , Greg Kroah-Hartman , "open list:IIO SUBSYSTEM AND DRIVERS" , devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" List-Id: devicetree@vger.kernel.org On Mon, Jun 24, 2019 at 9:14 AM Stefan Popa wrote: > > Another feature of the ADF4371/ADF4372 is that the supply current to the > RF8P and RF8N output stage can shut down until the ADF4371 achieves lock > as measured by the digital lock detect circuitry. The mute to lock > detect bit (MUTE_LD) in REG25 enables this function. > > Signed-off-by: Stefan Popa > --- > .../devicetree/bindings/iio/frequency/adf4371.yaml | 6 ++++++ If you resend and in the future, please split bindings to separate patch. > drivers/iio/frequency/adf4371.c | 13 +++++++++++++ > 2 files changed, 19 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml > index a268a9d..6db8742 100644 > --- a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml > +++ b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml > @@ -32,6 +32,12 @@ properties: > items: > - clkin > > + adi,mute-till-lock-en: > + description: > + If this property is present, then the supply current to RF8P and RF8N > + output stage will shut down until the ADF4371/ADF4372 achieves lock as > + measured by the digital lock detect circuitry. You need to define the type: type: boolean Maybe Jonathan will fix up. Rob