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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 86A92C433EF for ; Fri, 22 Apr 2022 19:37:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=EQNQWQGlOWsphgusMq5AgYtAzAGGS2s4adNg95OyW/w=; b=LOiOQmqt/eCV2c RsOQhqWoorVy3yFIYkBqwhJ8LQHTNtJ7aIy8UKAvF2AzRbUmOcp68ToqejpFjqiw80estooc0udAK H4kh4YgQUt2OIj6SetBgy2b6PfkzbcyxcPgdqjDcUdLb5Kacg7yMvexB9OV9e+qPu1NU98BD0zQ9D njxe5wGENMpIzuami7aiOMFW3JrDdDu1hGV9nbA5l6VmsA7aqdXbixrtchYFdelADxaDKAy7r0C38 0QhJvp45hnfGBdTXbVSwr2ioB/Aiy4kE8XWMe0VdlVmikMfwk1XimtS6JgIlPNKScc9RsYpwyP34Y rjLmFSAPpJOmYt1tzudg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhz5d-0029KL-7S; Fri, 22 Apr 2022 19:37:13 +0000 Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhz5Z-0029JX-TM for linux-i3c@lists.infradead.org; Fri, 22 Apr 2022 19:37:12 +0000 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id B2CAEE0003; Fri, 22 Apr 2022 19:37:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1650656223; 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=xEfZcA39m5S9yD0fiH+ykU7GDg99hDzHx1O9tp4Ow2M=; b=BzQSzp3u9K4ucupEsK4/XLhEm7hdXJOdS5okj18TvD9MkdsJ8qUbak9Cde2Wtx1ARNJSI8 xFPqsW+Unb7kxkC10v17qyUA5vYDJTQVz914siOYH2krxt1uchm8P0TzWCciz7v58FQBP7 f+GjimnxkFcLulPtJY6OQc/p3YhMq9vVEwV5jua9HAoi25tUS+T45ncZ7yubxOWmrCIjUL qQHG1M/xDnCHL0xCadWQ7guMhKjjFtTV+OXAbrNGNAWV1JTEtWmaeSTL5qgL0QARxAAkHc YZPcIBFZOuBgy/+fzn2qb4LFaj074E8ey6L/v7eDcLapZeaYdfD4OHeF0LaNgQ== Date: Fri, 22 Apr 2022 21:37:01 +0200 From: Alexandre Belloni To: Rob Herring Cc: Krzysztof Kozlowski , linux-i3c@lists.infradead.org, devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] dt-bindings: i3c: Convert snps, dw-i3c-master to DT schema Message-ID: References: <20220422192236.2594577-1-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220422_123710_401002_106FBBDA X-CRM114-Status: GOOD ( 18.57 ) X-BeenThere: linux-i3c@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-i3c" Errors-To: linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org On 22/04/2022 14:28:53-0500, Rob Herring wrote: > On Fri, Apr 22, 2022 at 2:22 PM Rob Herring wrote: > > > > Convert the Synopsys Designware I3C master to DT schema format. > > > > Signed-off-by: Rob Herring > > --- > > .../bindings/i3c/snps,dw-i3c-master.txt | 41 --------------- > > .../bindings/i3c/snps,dw-i3c-master.yaml | 52 +++++++++++++++++++ > > 2 files changed, 52 insertions(+), 41 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt > > create mode 100644 Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml > > > > diff --git a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt > > deleted file mode 100644 > > index 07f35f36085d..000000000000 > > --- a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt > > +++ /dev/null > > @@ -1,41 +0,0 @@ > > -Bindings for Synopsys DesignWare I3C master block > > -================================================= > > - > > -Required properties: > > --------------------- > > -- compatible: shall be "snps,dw-i3c-master-1.00a" > > -- clocks: shall reference the core_clk > > -- interrupts: the interrupt line connected to this I3C master > > -- reg: Offset and length of I3C master registers > > - > > -Mandatory properties defined by the generic binding (see > > -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.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.yaml for more details). > > - > > -Example: > > - > > - i3c-master@2000 { > > - compatible = "snps,dw-i3c-master-1.00a"; > > - #address-cells = <3>; > > - #size-cells = <0>; > > - reg = <0x02000 0x1000>; > > - interrupts = <0>; > > - clocks = <&i3cclk>; > > - > > - eeprom@57{ > > - compatible = "atmel,24c01"; > > - reg = <0x57 0x0 0x10>; > > - pagesize = <0x8>; > > - }; > > - }; > > diff --git a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml > > new file mode 100644 > > index 000000000000..5b8b43e6f1e4 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml > > @@ -0,0 +1,52 @@ > > +# SPDX-License-Identifier: GPL-2.0 > > +%YAML 1.2 > > +--- > > +$id: http://devicetree.org/schemas/i3c/snps,dw-i3c-master.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: Synopsys DesignWare I3C master block > > + > > +maintainers: > > + - Vitor Soares > > And it bounces. Someone else want it? > Probably no one but me. -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -- linux-i3c mailing list linux-i3c@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-i3c