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=ham 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 09340C28CC5 for ; Sat, 8 Jun 2019 13:58:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D27812168B for ; Sat, 8 Jun 2019 13:58:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560002296; bh=jorZ+LEe0qVqkWc1q8FjW59bXFnWIkPygngkNYmxICY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=Z4AzK7ZUjUThiT391bEeif2ehWwcJKYaP9e/Y2rNoF6sKW90zv4iXk28zCboNbDlA I8cjYudWBUciyqMOr/HF59ubURPpwNeVn/n0RIVVeOAj4zdcBV2DWjncLQlfiHu4bd aSJUAEzjCBuz321v1BwncLjC50E83uX66RJ/GYNo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727161AbfFHN6Q (ORCPT ); Sat, 8 Jun 2019 09:58:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:34274 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727009AbfFHN6P (ORCPT ); Sat, 8 Jun 2019 09:58:15 -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 06B1921530; Sat, 8 Jun 2019 13:58:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560002295; bh=jorZ+LEe0qVqkWc1q8FjW59bXFnWIkPygngkNYmxICY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ldsVLNZK7Mi2rupoxhQ729yfTzC/sgxlfAWNJXnKB23d7Fy+YCEoRcRdQMKlkuton /Am8SLbFPEQj8y41PuXge3jBskY2LwqnzWg618vmgNKn2C9JJ7hdNsRkmdeq3/HDcu vZmF6yhgQ+GVoeLk9KZrG1U3HvJf3JruSS4IG6FA= Date: Sat, 8 Jun 2019 14:58:09 +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: <20190608145809.4350ea02@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, 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"; > + }; > + }; > +...