Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4747174pxj; Tue, 25 May 2021 15:41:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwB1jWEADrPnJ04rXgtEF1b2qwsbkqfKepVeeC52uhTxEWyvGgvY4uVVcbfXLFfHIzlGSlw X-Received: by 2002:a92:b00d:: with SMTP id x13mr27537672ilh.181.1621982491430; Tue, 25 May 2021 15:41:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621982491; cv=none; d=google.com; s=arc-20160816; b=XQ8SY3OqW57rNkt3ABxJITJTBKM1xqgc4hySbumGd4/5Zlh0Bm1+vfBN3wm2izib3L mkRO/KOemjcws9J6MSnMm3+pGjTul68Z8YctCm1qi8y4blBBuUSl04927ylFgEb2qV8f +y1DjtgIThWg1wWsPN98WzLuaXQ47NCiSTePwNNJHMwmAumiXmrZKXRPl2NM5IT19AAn j4Dr2jLSwkn7N65h1oqBTARbmhwucMN2D477FB4mSzzJO3Ck7vUT7iTYNAwPf2NVzqBF v64JyQLKBzrmtRhX2UoWJx/Hc2Z8Xvd1lxin9ml/8anwlvWQbBI48db2f6e1Fn6GgWvY qKnA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=hU2p20VQoUaQO9PFsOtU3lc9fTcx8ntbqE8boV44zVs=; b=iP/xyiZNpLk1IruTFAuAPZNQZ6nHwvYvyUCYq0+HQ5lukYUPORgVJx6Wb90CGQuQWD xNgnOgkwOTON54lgYuwxsoos4WDGky24EkevAJWgIhkqMvKnjy1rju5pjcmaap20waDG CueRkOsH5xtVUktExETuItVs2yQB5tV2KY6wYEJNH2Md/zHvdUcCVd8+eY8lIrNgg9J3 +TqanSIkIl7WSq+ADH5yLYaZzjl4io8s9hRNmYP9phdH/0miPZhOJVtHc9QT/qHAhad/ Mmx+jIcf4+nBWl+mwxhiVwQJEAfYSTBeV8bZhptMLnYVHPocKDqlPlPEIJADw7UY3Z8/ J1Xw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k14si19053377ilu.10.2021.05.25.15.41.15; Tue, 25 May 2021 15:41:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233226AbhEYV3O (ORCPT + 99 others); Tue, 25 May 2021 17:29:14 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:46483 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229898AbhEYV3N (ORCPT ); Tue, 25 May 2021 17:29:13 -0400 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 7FA91FF802; Tue, 25 May 2021 21:27:40 +0000 (UTC) Date: Tue, 25 May 2021 23:27:40 +0200 From: Alexandre Belloni To: Rob Herring Cc: devicetree@vger.kernel.org, Peter Rosin , Wolfram Sang , linux-kernel@vger.kernel.org, Jacopo Mondi , Kieran Bingham , Kishon Vijay Abraham I , Laurent Pinchart , Lee Jones , Niklas =?iso-8859-1?Q?S=F6derlund?= , Roger Quadros , Jonathan Cameron Subject: Re: [PATCH 2/6] dt-bindings: rtc: nxp,pcf8563: Convert to DT schema Message-ID: References: <20210518232858.1535403-1-robh@kernel.org> <20210518232858.1535403-3-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210518232858.1535403-3-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On 18/05/2021 18:28:54-0500, Rob Herring wrote: > Convert the Philips PCF8563/Epson RTC8564 binding to DT schema format. > > Add 'interrupts' as this device has an interrupt which was not > documented, but in use. > It also supports start-year from rtc.yaml. > Cc: Alexandre Belloni > Signed-off-by: Rob Herring > --- > .../devicetree/bindings/rtc/nxp,pcf8563.yaml | 50 +++++++++++++++++++ > .../devicetree/bindings/rtc/pcf8563.txt | 29 ----------- > 2 files changed, 50 insertions(+), 29 deletions(-) > create mode 100644 Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml > delete mode 100644 Documentation/devicetree/bindings/rtc/pcf8563.txt > > diff --git a/Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml b/Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml > new file mode 100644 > index 000000000000..15e67be0ef95 > --- /dev/null > +++ b/Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml > @@ -0,0 +1,50 @@ > +# SPDX-License-Identifier: GPL-2.0 > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/rtc/nxp,pcf8563.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Philips PCF8563/Epson RTC8564 Real Time Clock > + > +maintainers: > + - Alexandre Belloni > + > +properties: > + compatible: > + enum: > + - epson,rtc8564 > + - microcrystal,rv8564 > + - nxp,pcf8563 > + - nxp,pca8565 > + > + reg: > + maxItems: 1 > + > + "#clock-cells": > + const: 0 > + > + clock-output-names: > + maxItems: 1 > + > + interrupts: > + maxItems: 1 > + > +required: > + - compatible > + - reg > + > +additionalProperties: false > + > +examples: > + - | > + i2c { > + #address-cells = <1>; > + #size-cells = <0>; > + > + rtc@51 { > + compatible = "nxp,pcf8563"; > + reg = <0x51>; > + #clock-cells = <0>; > + }; > + }; > +... > diff --git a/Documentation/devicetree/bindings/rtc/pcf8563.txt b/Documentation/devicetree/bindings/rtc/pcf8563.txt > deleted file mode 100644 > index 0a900f7c8977..000000000000 > --- a/Documentation/devicetree/bindings/rtc/pcf8563.txt > +++ /dev/null > @@ -1,29 +0,0 @@ > -* Philips PCF8563/Epson RTC8564 Real Time Clock > - > -Philips PCF8563/Epson RTC8564 Real Time Clock > - > -Required properties: > -- compatible: Should contain "nxp,pcf8563", > - "epson,rtc8564" or > - "microcrystal,rv8564" or > - "nxp,pca8565" > -- reg: I2C address for chip. > - > -Optional property: > -- #clock-cells: Should be 0. > -- clock-output-names: > - overwrite the default clock name "pcf8563-clkout" > - > -Example: > - > -pcf8563: pcf8563@51 { > - compatible = "nxp,pcf8563"; > - reg = <0x51>; > - #clock-cells = <0>; > -}; > - > -device { > -... > - clocks = <&pcf8563>; > -... > -}; > -- > 2.27.0 > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com