From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 257BBC468BD for ; Sat, 8 Jun 2019 13:46:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F3C4B2168B for ; Sat, 8 Jun 2019 13:46:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560001605; bh=AqXNccIG2e5sGKnKMI+lneT6PylUp0yKkW8DCVu/wYc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=q7SWT3VzE9E9YhEmLsjSMLruGLN7aPjIfJVaXFnqo7uviVlFOH8nYpTn94swNqAui iG9jGmN1N9X9ouGjaiomUtQiApWW4AiMRCRzPF+eaFbyxpB7BYrbOhoCSUCYy6HdUs tdIM/iH6L0AKpSLNI/METdlGE699o9x3Jmda4QGs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727164AbfFHNqo (ORCPT ); Sat, 8 Jun 2019 09:46:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:59272 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726227AbfFHNqn (ORCPT ); Sat, 8 Jun 2019 09:46:43 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DEA58214C6; Sat, 8 Jun 2019 13:46:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560001603; bh=AqXNccIG2e5sGKnKMI+lneT6PylUp0yKkW8DCVu/wYc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=tIp2G7+6knROEdDhm318XgsOCUXuvkDbr+NYn307Bnkdq5VwC+DN+FVlrZ4sKENeF p1KfWllMoMxFws/4FANUMPDb8jnnDePPZA1LGJhET9sTn9wkEhaiQaLNSKq2l8Fk6S cUqb86C1k6ysUjf9ct/WUfzmBckHBFP9MOXD4PxI= Date: Sat, 8 Jun 2019 14:46:36 +0100 From: Jonathan Cameron To: Stefan Popa Cc: , , , , , , , , , Subject: Re: [PATCH v6 2/2] dt-bindings: iio: frequency: Add docs for ADF4371 PLL Message-ID: <20190608144636.13b31f52@archlinux> In-Reply-To: <1559660301-12298-1-git-send-email-stefan.popa@analog.com> References: <1559660301-12298-1-git-send-email-stefan.popa@analog.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 4 Jun 2019 17:58:21 +0300 Stefan Popa wrote: > Document support for Analog Devices ADF4371 SPI Wideband Synthesizer. > > Signed-off-by: Stefan Popa > Reviewed-by: Rob Herring Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- > Changes in v2: > - Nothing changed. > Changes in v3: > - Nothing changed. > Changes in v4: > - Nothing changed. > Changes in v5: > - Nothing changed. > Changes in v6: > - Nothing changed. > > .../devicetree/bindings/iio/frequency/adf4371.yaml | 54 ++++++++++++++++++++++ > 1 file changed, 54 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/frequency/adf4371.yaml > > diff --git a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml > new file mode 100644 > index 0000000..d7adf074 > --- /dev/null > +++ b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml > @@ -0,0 +1,54 @@ > +# SPDX-License-Identifier: GPL-2.0 > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/iio/frequency/adf4371.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Analog Devices ADF4371 Wideband Synthesizer > + > +maintainers: > + - Popa Stefan > + > +description: | > + Analog Devices ADF4371 SPI Wideband Synthesizer > + https://www.analog.com/media/en/technical-documentation/data-sheets/adf4371.pdf > + > +properties: > + compatible: > + enum: > + - adi,adf4371 > + > + reg: > + maxItems: 1 > + > + clocks: > + description: > + Definition of the external clock (see clock/clock-bindings.txt) > + maxItems: 1 > + > + clock-names: > + description: > + Must be "clkin" > + maxItems: 1 > + > +required: > + - compatible > + - reg > + - clocks > + - clock-names > + > +examples: > + - | > + spi0 { > + #address-cells = <1>; > + #size-cells = <0>; > + > + frequency@0 { > + compatible = "adi,adf4371"; > + reg = <0>; > + spi-max-frequency = <1000000>; > + clocks = <&adf4371_clkin>; > + clock-names = "clkin"; > + }; > + }; > +...