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 0D732C433EF for ; Fri, 22 Jul 2022 16:04:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231491AbiGVQE4 (ORCPT ); Fri, 22 Jul 2022 12:04:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229880AbiGVQEz (ORCPT ); Fri, 22 Jul 2022 12:04:55 -0400 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::221]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E213C17E3C for ; Fri, 22 Jul 2022 09:04:54 -0700 (PDT) Received: (Authenticated sender: alexandre.belloni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id B817B240008; Fri, 22 Jul 2022 16:04:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1658505890; 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=HMTBZyJBu2qexNfv7BzuGD7ItuMgmoc699Ik31JwJh4=; b=W3NApy9oyxKJwhn9jHi4htglHhksEsvyuaiKwGrx/ZYeQyBc3BdC6VCJP2ZpeNfyw0z4MU 0C7Wc6I5T0/TS29O/gLs/HPR0c3Qnbt3Fvoz7t1gumwLuycVOm93I8Vuo3QhM4ZLyGp3Lx G5sTHsYOEKDYJvzJ9lVe+G/jCse4raeKURk5p7llr4EEY0+/mmRL7QCMgkgStOVdDzo2fE 6ON+A0S7pKO2JlYx5TWPsIt9zNtPlZUtnbTHfECvh8w11JCWoXttIv4WVDca7lke31QQiU +ZwPHW/MhnLB4/YQ2Ns8RkXXAZiXOKyTw0qsaCIrJ0KkJqet/ajWTzUnMSwwIg== Date: Fri, 22 Jul 2022 18:04:49 +0200 From: Alexandre Belloni To: Rob Herring Cc: Thierry Reding , devicetree@vger.kernel.org, Rob Herring , Alessandro Zummo , linux-rtc@vger.kernel.org Subject: Re: [PATCH v2 1/2] dt-bindings: rtc: ds1307: Convert to json-schema Message-ID: References: <20220617114420.1398259-1-thierry.reding@gmail.com> <20220721213732.GA1993841-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220721213732.GA1993841-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello, On 21/07/2022 15:37:32-0600, Rob Herring wrote: > On Fri, 17 Jun 2022 13:44:19 +0200, Thierry Reding wrote: > > From: Thierry Reding > > > > Convert the DS1307 (and compatible) RTC bindings from the free-form text > > format to json-schema. > > > > Signed-off-by: Thierry Reding > > --- > > Changes in v2: > > - add compatible string list for [ st,m41t00, dallas,ds1338 ] > > - allow second interrupt and interrupt-names > > - remove commented-out section > > - allow vcc-supply > > > > .../devicetree/bindings/rtc/rtc-ds1307.txt | 52 --------- > > .../devicetree/bindings/rtc/rtc-ds1307.yaml | 102 ++++++++++++++++++ > > 2 files changed, 102 insertions(+), 52 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/rtc/rtc-ds1307.txt > > create mode 100644 Documentation/devicetree/bindings/rtc/rtc-ds1307.yaml > > > > Looks like this hasn't been picked up so I've applied both patches, > thanks! This was on my radar but I'm never sure what you prefer for dt-bindings only series. -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com