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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 autolearn=no 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 9ED56C433E0 for ; Thu, 14 Jan 2021 17:56:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 709DE23A57 for ; Thu, 14 Jan 2021 17:56:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725946AbhANR4f convert rfc822-to-8bit (ORCPT ); Thu, 14 Jan 2021 12:56:35 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:54983 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726743AbhANR4f (ORCPT ); Thu, 14 Jan 2021 12:56:35 -0500 X-Originating-IP: 86.201.233.230 Received: from xps13 (lfbn-tou-1-151-230.w86-201.abo.wanadoo.fr [86.201.233.230]) (Authenticated sender: miquel.raynal@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 96DCBE0004; Thu, 14 Jan 2021 17:55:52 +0000 (UTC) Date: Thu, 14 Jan 2021 18:55:51 +0100 From: Miquel Raynal To: Rob Herring Cc: Alexandre Belloni , linux-i3c@lists.infradead.org, Thomas Petazzoni , Conor Culhane , Rajeev Huralikoppi , Nicolas Pitre , devicetree@vger.kernel.org Subject: Re: [PATCH v3 2/4] dt-bindings: i3c: Describe Silvaco master binding Message-ID: <20210114185551.5a4ef35d@xps13> In-Reply-To: <20210111200821.GA2978830@robh.at.kernel.org> References: <20201228161107.11804-1-miquel.raynal@bootlin.com> <20201228161107.11804-3-miquel.raynal@bootlin.com> <20210111200821.GA2978830@robh.at.kernel.org> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Rob, > > +properties: > > + compatible: > > + const: silvaco,i3c-master > > Kind of generic. Only 1 version? I appended a -v1 because I have no clue of the numbering neither if more versions will actually come. [...] > > + > > + clocks: > > + items: > > + - description: pclk, the system clock > > + - description: fast_clk, for the bus > > + - description: slow_clk, for other events > > The names of the clocks go... Issues corrected. [...] > > + > > + "#address-cells": > > + const: 1 > > + > > + "#size-cells": > > + const: 0 > > This 2 should be defined by a bus binding. Care to convert i3c.txt? Please see v4 of this series, which includes a converstion attempt to i3c.yaml. I am far from comfortable with yaml schema but, let's see what you think. Thanks, Miquèl