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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 007B1ECAAA1 for ; Thu, 15 Sep 2022 12:09:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230430AbiIOMJW (ORCPT ); Thu, 15 Sep 2022 08:09:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230418AbiIOMI7 (ORCPT ); Thu, 15 Sep 2022 08:08:59 -0400 Received: from mail-oi1-f170.google.com (mail-oi1-f170.google.com [209.85.167.170]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E1EB86FD4; Thu, 15 Sep 2022 05:08:47 -0700 (PDT) Received: by mail-oi1-f170.google.com with SMTP id n83so1935681oif.11; Thu, 15 Sep 2022 05:08:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=CWexIgbA3IRIwyMqeKFp2DYo/QKwW457pkqopssZBso=; b=8QGKCc7l4aWtoyszUTSZ3pQH33poc76OsyYsBgf3wd0woQi4/w5ecb7j8j0Hzghx59 u0Iqzz+Bd6frKur3fB0o1IXpoatgZaezyOcmj1wZUmlqhTdLtG1E+DOgaIBaS/ippRvS YQS3YX6mh2kWJ3t/TFMGIPLt4mGflC+raB+gpTqV0qIXHmYXF0WEd2MYlShX6m7m37xh zO0onefH6EgZLVvKRhcvO5BIFI64TK1wnMBLBgqZrnX8dpIwK4bUKVmgwZDKfbWaTLw7 nkefoRrKf33N9gKx+Svkziw0LXPIck7cjaxt8MsztFFHzATApViSp6P91n+TiQqdioGw 6awQ== X-Gm-Message-State: ACgBeo0xIvGgb2mP3iC6fF8c2eVWpEN1ltlM5xhDFgjxWL1dT5TEToXH TlIal8g4X7K0E8VdDfV5j3rD5YmXWA== X-Google-Smtp-Source: AA6agR5dB/lKeEMCwtyIAsd5I1+hpRgDUrSLNVqzCErkZDE/p7to/702NAT8rsqbA8ikleCipXFM2A== X-Received: by 2002:a05:6808:1a98:b0:34f:8b40:6263 with SMTP id bm24-20020a0568081a9800b0034f8b406263mr4073595oib.265.1663243725872; Thu, 15 Sep 2022 05:08:45 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id en8-20020a056870078800b0012c52bd4369sm602362oab.19.2022.09.15.05.08.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Sep 2022 05:08:45 -0700 (PDT) Received: (nullmailer pid 1008120 invoked by uid 1000); Thu, 15 Sep 2022 12:08:44 -0000 Date: Thu, 15 Sep 2022 07:08:44 -0500 From: Rob Herring To: Alex Helms Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, sboyd@kernel.org, mturquette@baylibre.com, geert+renesas@glider.be Subject: Re: [PATCH 1/2] dt-bindings: clock: Add bindings for Renesas ProXO Message-ID: <20220915120844.GA996386-robh@kernel.org> References: <20220914211809.22500-1-alexander.helms.jy@renesas.com> <20220914211809.22500-2-alexander.helms.jy@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220914211809.22500-2-alexander.helms.jy@renesas.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Sep 14, 2022 at 02:18:08PM -0700, Alex Helms wrote: > Add dt bindings for the Renesas ProXO oscillator. > > Signed-off-by: Alex Helms > --- > .../bindings/clock/renesas,proxo.yaml | 50 +++++++++++++++++++ > MAINTAINERS | 5 ++ > 2 files changed, 55 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/renesas,proxo.yaml > > diff --git a/Documentation/devicetree/bindings/clock/renesas,proxo.yaml b/Documentation/devicetree/bindings/clock/renesas,proxo.yaml > new file mode 100644 > index 000000000..2ae131431 > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/renesas,proxo.yaml > @@ -0,0 +1,50 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/clock/renesas,versaclock7.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Renesas ProXO Oscillator Device Tree Bindings > + > +maintainers: > + - Alex Helms > + > +description: | Don't need '|' if no formatting to preserve. > + Renesas ProXO is a family of programmable ultra-low phase noise > + quartz-based oscillators. Are they all the same from a s/w standpoint. If not you need specific compatibles for the differences. > + > +properties: > + '#clock-cells': > + const: 0 > + > + compatible: > + enum: > + - renesas,proxo-xp > + > + reg: > + maxItems: 1 > + > + renesas,xtal: > + description: Internal crystal frequency, default is 50000000 (50MHz) > + $ref: /schemas/types.yaml#/definitions/uint32 Use 'clock-frequency'. > + > +required: > + - '#clock-cells' > + - compatible > + - reg > + > +additionalProperties: false > + > +examples: > + - | > + i2c@0 { i2c { > + reg = <0x0 0x100>; Drop > + #address-cells = <1>; > + #size-cells = <0>; > + > + proxo: proxo@55 { clock-controller@55 > + compatible = "renesas,proxo-xp"; > + reg = <0x55>; > + #clock-cells = <0>; > + }; > + }; > diff --git a/MAINTAINERS b/MAINTAINERS > index 350102355..d52a8a5d2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16080,6 +16080,11 @@ S: Supported > F: Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml > F: drivers/iio/adc/rzg2l_adc.c > > +RENESAS PROXO CLOCK DRIVER > +M: Alex Helms > +S: Maintained > +F: Documentation/devicetree/bindings/clock/renesas,proxo.yaml > + > RESET CONTROLLER FRAMEWORK > M: Philipp Zabel > S: Maintained > -- > 2.30.2 > >