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 25230C4829A for ; Tue, 13 Feb 2024 13:27:12 +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=/f8OAdwCpXVGRTrJH7DxOKd5XBSmW37Tb3Pao5hVApw=; b=SrfPEMRetYLNTH rK+IUON97SlBAi5Vgc5yBsrHpy4Y6H0uriUi/UTMABS8+glryegp7EWD3tUsO0CVTDZqWXqCZtOH8 E+d6WAUik55Xy2Fpsvg8cqxJ5gAXPcfN5PdWuTrUD31411bnf8kEMJiUZA9yRrbQiFEk/796Kc5p7 2JWo/WG7eNDPUBKAbm/Ei8YtIyDz8Bo7F9eNv7q+VyrCSkETVLE6eDc3BNi6baneXEYUJRt6bOUak UIBpG3RS2m0juPFBXUNp1mh7y5fp8Hj2//7AQ4MgtJ//0a9npu8bduurbrMxKP9sFQPOoGqi2RFkv zmVdnUsniWaQzckJT6iA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZsoO-00000009L6B-2axw; Tue, 13 Feb 2024 13:27:00 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZsoL-00000009L5n-2u9L for linux-arm-kernel@lists.infradead.org; Tue, 13 Feb 2024 13:26:59 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id C2F8961466; Tue, 13 Feb 2024 13:26:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 384F4C43390; Tue, 13 Feb 2024 13:26:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707830816; bh=j+kLwBvDzOosGdaB+n0WIx8jWxPFmdI1JoZl3OecFCA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RSkSsUoH0kFZQUBkWcqMfHjsCLQd18O1kGFqqZAkPTqkTQpe6Q6G7dUPzGR9VKLku L6yV5aVKuKBeEWhTTbKM3bM43VrWoZ5BJD3O0qlyImW/uullvY5LfG1IGJ2vqFBUvi bUUnm+aDSSxrrHk6clpsMh52o9kAgd1M6VF311jLZKtvD/9RnTKQ6T5hFlrH3tCNas VeuT6E7RicehWYhccNoT96KmfYXH0oyAoXE1vcDeIhKWEAiqDLUUM4NnKX42fJg9Q6 doSi09etRiWXvOgK862+Rcoaec460nmknPimq8kc+fZSGDFFy90SeScMhtKc59zp6e Vdp1nYCAHsbiw== Date: Tue, 13 Feb 2024 07:26:54 -0600 From: Rob Herring To: Sebastian Reichel Cc: Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 02/17] dt-bindings: bus: imx-weim: convert to YAML Message-ID: <20240213132654.GA1051154-robh@kernel.org> References: <20240213010347.1075251-1-sre@kernel.org> <20240213010347.1075251-3-sre@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240213010347.1075251-3-sre@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240213_052657_832980_3A3D2192 X-CRM114-Status: GOOD ( 21.26 ) X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Feb 13, 2024 at 02:00:51AM +0100, Sebastian Reichel wrote: > Convert the i.MX Wireless External Interface Module binding to YAML. > > Signed-off-by: Sebastian Reichel > --- > .../devicetree/bindings/bus/imx-weim.txt | 117 ---------- > .../fsl/fsl,imx-weim-peripherals.yaml | 36 ++++ > .../memory-controllers/fsl/fsl,imx-weim.yaml | 201 ++++++++++++++++++ > .../mc-peripheral-props.yaml | 1 + > .../fieldbus/arcx,anybus-controller.txt | 2 +- > 5 files changed, 239 insertions(+), 118 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/bus/imx-weim.txt > create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/fsl,imx-weim-peripherals.yaml > create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/fsl,imx-weim.yaml > diff --git a/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,imx-weim-peripherals.yaml b/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,imx-weim-peripherals.yaml > new file mode 100644 > index 000000000000..86d7e5011107 > --- /dev/null > +++ b/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,imx-weim-peripherals.yaml > @@ -0,0 +1,36 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/memory-controllers/fsl/fsl,imx-weim-peripherals.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: i.MX WEIM Bus Peripheral Nodes > + > +maintainers: > + - Shawn Guo > + - Sascha Hauer > + > +description: > + This binding is meant for the child nodes of the WEIM node. The node > + represents any device connected to the WEIM bus. It may be a Flash chip, > + RAM chip or Ethernet controller, etc. These properties are meant for > + configuring the WEIM settings/timings and will accompany the bindings > + supported by the respective device. > + > +properties: > + reg: true > + > + fsl,weim-cs-timing: > + $ref: /schemas/types.yaml#/definitions/uint32-array > + description: > + Timing values for the child node. > + minItems: 2 > + maxItems: 6 > + > +required: > + - compatible > + - reg > + - fsl,weim-cs-timing This should be marked required in fsl,imx-weim.yaml instead to fix the errors. Really, the other required ones should be in mc-peripheral-props.yaml as it applies to everyone. > + > +# the WEIM child will have its own native properties > +additionalProperties: true _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel