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 78D08C77B76 for ; Mon, 24 Apr 2023 10:08:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231208AbjDXKIo (ORCPT ); Mon, 24 Apr 2023 06:08:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229603AbjDXKIl (ORCPT ); Mon, 24 Apr 2023 06:08:41 -0400 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::225]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 120D29B; Mon, 24 Apr 2023 03:08:38 -0700 (PDT) Received: (Authenticated sender: alexandre.belloni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 2F41C1C0008; Mon, 24 Apr 2023 10:08:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1682330917; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BSjwAVriP8NSs8GDNrCwBt3GMm7ESSx/o2pcAH83Wi0=; b=jNylB+SqKQYfJS2hb3gYwyPEocjggyM16Bfv/d4AZBhLmzCFEcDtoc9Iz5zL2NdSx7YQep gOnNcZJ2QrHBUtGkLwbVBPBCHCaHPDKAzYspMqdFfl5hQoXCWaOzrb/n2GXotWRHfEqpF3 IlE0+ZTmviM1GkojNcCvxzGOKDD5YoALxvPnf6QDaUalvsyg8Pe5aQOqgt90obBlCO98M+ dF6/nX0hHMn3Jg5q8QfYl1auoNNRUD0rfMnlNry/tbGD6jPS+8DTlUgp/QBjOdbGY8v1Zg EEbdRNktcpRM7/cso5gMwKCEqnXlNU8YxbnWDzWnaUDVBh1fpPggIoK64yIjJg== Date: Mon, 24 Apr 2023 12:08:34 +0200 From: Alexandre Belloni To: Nikita Shubin Cc: Arnd Bergmann , Linus Walleij , Alexander Sverdlin , Alessandro Zummo , Rob Herring , Krzysztof Kozlowski , Hartley Sweeten , linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 07/43] dt-bindings: rtc: add DT bindings for Cirrus EP93xx Message-ID: <2023042410083435b9b09b@mail.local> References: <20230424123522.18302-1-nikita.shubin@maquefel.me> <20230424123522.18302-8-nikita.shubin@maquefel.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230424123522.18302-8-nikita.shubin@maquefel.me> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 24/04/2023 15:34:23+0300, Nikita Shubin wrote: > This adds device tree bindings for the Cirrus Logic EP93xx > RTC block used in these SoCs. > > Signed-off-by: Nikita Shubin > --- > .../bindings/rtc/cirrus,ep93xx-rtc.yaml | 32 +++++++++++++++++++ > 1 file changed, 32 insertions(+) > create mode 100644 Documentation/devicetree/bindings/rtc/cirrus,ep93xx-rtc.yaml > > diff --git a/Documentation/devicetree/bindings/rtc/cirrus,ep93xx-rtc.yaml b/Documentation/devicetree/bindings/rtc/cirrus,ep93xx-rtc.yaml > new file mode 100644 > index 000000000000..d4774e984e7b > --- /dev/null > +++ b/Documentation/devicetree/bindings/rtc/cirrus,ep93xx-rtc.yaml I guess this one should go in .Documentation/devicetree/bindings/rtc/trivial-rtc.yaml? > @@ -0,0 +1,32 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/rtc/cirrus,ep93xx-rtc.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Cirrus EP93xx Real Time Clock controller > + > +maintainers: > + - Hartley Sweeten > + - Alexander Sverdlin > + > +properties: > + compatible: > + const: cirrus,ep9301-rtc > + > + reg: > + maxItems: 1 > + > +required: > + - compatible > + - reg > + > +additionalProperties: false > + > +examples: > + - | > + rtc0: rtc@80920000 { > + compatible = "cirrus,ep9301-rtc"; > + reg = <0x80920000 0x100>; > + }; > + > -- > 2.39.2 > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com