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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 2D860C433ED for ; Wed, 7 Apr 2021 11:34:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE7286113B for ; Wed, 7 Apr 2021 11:34:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343844AbhDGLeo (ORCPT ); Wed, 7 Apr 2021 07:34:44 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:37397 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343726AbhDGLec (ORCPT ); Wed, 7 Apr 2021 07:34:32 -0400 X-Originating-IP: 90.65.108.55 Received: from localhost (lfbn-lyo-1-1676-55.w90-65.abo.wanadoo.fr [90.65.108.55]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id F204D2000A; Wed, 7 Apr 2021 11:34:20 +0000 (UTC) Date: Wed, 7 Apr 2021 13:34:20 +0200 From: Alexandre Belloni To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Jonathan Corbet , =?utf-8?Q?Przemys=C5=82aw?= Gaj , Miquel Raynal , Rob Herring , Vitor Soares , devicetree@vger.kernel.org, linux-i3c@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring Subject: Re: [PATCH v2 09/19] dt-bindings: i3c: update i3c.yaml references Message-ID: References: <8bb8923b4d98b4e8a6336a4c0b548c714e01aef5.1617783062.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8bb8923b4d98b4e8a6336a4c0b548c714e01aef5.1617783062.git.mchehab+huawei@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/04/2021 10:20:48+0200, Mauro Carvalho Chehab wrote: > Changeset 5e4cdca887fd ("dt-bindings: i3c: Convert the bus description to yaml") > renamed: Documentation/devicetree/bindings/i3c/i3c.txt > to: Documentation/devicetree/bindings/i3c/i3c.yaml. > > Update the cross-references accordingly. > > Fixes: 5e4cdca887fd ("dt-bindings: i3c: Convert the bus description to yaml") > Acked-by: Rob Herring Acked-by: Alexandre Belloni > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt | 6 +++--- > .../devicetree/bindings/i3c/snps,dw-i3c-master.txt | 6 +++--- > 2 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt b/Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt > index 1cf6182f888c..3716589d6999 100644 > --- a/Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt > +++ b/Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt > @@ -10,19 +10,19 @@ Required properties: > - reg: I3C master registers > > Mandatory properties defined by the generic binding (see > -Documentation/devicetree/bindings/i3c/i3c.txt for more details): > +Documentation/devicetree/bindings/i3c/i3c.yaml for more details): > > - #address-cells: shall be set to 1 > - #size-cells: shall be set to 0 > > Optional properties defined by the generic binding (see > -Documentation/devicetree/bindings/i3c/i3c.txt for more details): > +Documentation/devicetree/bindings/i3c/i3c.yaml for more details): > > - i2c-scl-hz > - i3c-scl-hz > > I3C device connected on the bus follow the generic description (see > -Documentation/devicetree/bindings/i3c/i3c.txt for more details). > +Documentation/devicetree/bindings/i3c/i3c.yaml for more details). > > Example: > > diff --git a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt > index 5020eb71eb8d..07f35f36085d 100644 > --- a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt > +++ b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt > @@ -9,19 +9,19 @@ Required properties: > - reg: Offset and length of I3C master registers > > Mandatory properties defined by the generic binding (see > -Documentation/devicetree/bindings/i3c/i3c.txt for more details): > +Documentation/devicetree/bindings/i3c/i3c.yaml for more details): > > - #address-cells: shall be set to 3 > - #size-cells: shall be set to 0 > > Optional properties defined by the generic binding (see > -Documentation/devicetree/bindings/i3c/i3c.txt for more details): > +Documentation/devicetree/bindings/i3c/i3c.yaml for more details): > > - i2c-scl-hz > - i3c-scl-hz > > I3C device connected on the bus follow the generic description (see > -Documentation/devicetree/bindings/i3c/i3c.txt for more details). > +Documentation/devicetree/bindings/i3c/i3c.yaml for more details). > > Example: > > -- > 2.30.2 > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com