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 A308ACD11DF for ; Thu, 28 Mar 2024 21:01:30 +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:Subject:Message-Id:References: In-Reply-To:Cc:To:From:MIME-Version:Date:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=WSIOlhw5T591pSTwL0fe1Ppo+DeSR2lP5Z1WbevlgR4=; b=VK4kkJte98yLIKzPplBlwCFJ15 o4wyrcy5uusURbMYT2FiGAnP3d6axq//xHn/M2WAMqOcpvBFzF7ZnRVNm6RuAF3YDVjE1EL9Ln56W M+nXQrVRM8hAZ8VJmp0Xw5cBai0QIBhjJxPSxeOmyJWJaJgdbQq+shJNy7bMfn8gwjkXu5lS/auj5 7y3ngO0l/WBj7VGNtx1Z+ptM8m7qcS1MI7eHN87FJSt9R0NA2xtV5B8VrbU17x8As4w5IWV40y1E6 sFE9w+1AwKrquwPX7CKoHjDDSevL2c/B+cuFBzSxTs59gdzHGH929B5py+RgpcezZPigvARhm0zjI OpiM1aeg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpwsB-0000000FhIr-3Xfe; Thu, 28 Mar 2024 21:01:19 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpws1-0000000FhF2-47UH for linux-arm-kernel@lists.infradead.org; Thu, 28 Mar 2024 21:01:12 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id D106861052; Thu, 28 Mar 2024 21:01:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7B253C43390; Thu, 28 Mar 2024 21:01:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711659668; bh=cjvFOrG60Gr0hyCI8FeQFybYfL/zDNuhXIbJTZM5ZWs=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=MfhnGO2zoRvqnJn+HsbeRSQXrk9A1Ubg7paHB4ronSqEXG7slRUxhB5A+sOaidHRU 6YS286vQmqb662H9b5T5gxQJqm5yHbs7YCabKOKENVEFSWGv9+fpnWs8QcxkshZcLq acjV1/wJ0FsZ3syRdVoROQ/sRyz9YbDqneHW1ybw/HNlvCyFigKSOQlMLvB3ZfQAWD xw0uZgaVrDMQW7iImIP2B4v0H1NONnAi9IoXfSJ1Tq2Hq7kOoY7uG9zZBXVsYxha7d tvpVkltUvfLqbDT6yFriEau09c2Gb/zyHB4V1NkcADMXJqz6SyQYm1RCbScwIhNp18 ra7kuXd4Z1UdQ== Date: Thu, 28 Mar 2024 16:01:07 -0500 MIME-Version: 1.0 From: Rob Herring To: Gilles Talis Cc: shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org, festevam@gmail.com, devicetree@vger.kernel.org, conor+dt@kernel.org, imx@lists.linux.dev, alex@voxelbotics.com, krzysztof.kozlowski+dt@linaro.org In-Reply-To: <20240328202320.187596-1-gilles.talis@gmail.com> References: <20240328202320.187596-1-gilles.talis@gmail.com> Message-Id: <171165955958.338166.637159959517861082.robh@kernel.org> Subject: Re: [PATCH 0/3] Add support for Emcraft Systems NavQ+ kit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240328_140110_193775_BE1CCD03 X-CRM114-Status: GOOD ( 15.18 ) 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 Thu, 28 Mar 2024 16:23:17 -0400, Gilles Talis wrote: > Hello > > This series adds a device tree file for the Emcraft Systems NavQ+ kit [1] > > The first patch adds a new vendor prefix for Emcraft Systems > The second one adds the board to the arm/fsl.yaml DT bindings. > Last patch adds device tree file for the kit. > > [1] https://www.emcraft.com/products/1222 > > > Gilles Talis (3): > dt-bindings: vendor-prefixes: Add Emcraft Systems > dt-bindings: arm: Add Emcraft Systems i.MX8M Plus NavQ+ Kit > arm64: dts: freescale: Add device tree for Emcraft Systems NavQ+ Kit > > .../devicetree/bindings/arm/fsl.yaml | 1 + > .../devicetree/bindings/vendor-prefixes.yaml | 2 + > arch/arm64/boot/dts/freescale/Makefile | 1 + > .../arm64/boot/dts/freescale/imx8mp-navqp.dts | 435 ++++++++++++++++++ > 4 files changed, 439 insertions(+) > create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-navqp.dts > > > base-commit: 4cece764965020c22cff7665b18a012006359095 > -- > 2.39.2 > > > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y freescale/imx8mp-navqp.dtb' for 20240328202320.187596-1-gilles.talis@gmail.com: arch/arm64/boot/dts/freescale/imx8mp-navqp.dtb: pinctrl@30330000: 'pmicirq', 'usdhc2grp-100mhz', 'usdhc2grp-200mhz', 'usdhc2grp-gpio', 'usdhc3grp-100mhz', 'usdhc3grp-200mhz' do not match any of the regexes: 'grp$', 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/pinctrl/fsl,imx8m-pinctrl.yaml# arch/arm64/boot/dts/freescale/imx8mp-navqp.dtb: pinctrl@30330000: usdhc2grp-gpio: {'fsl,pins': [[188, 796, 0, 5, 0, 452]], 'phandle': [[51]]} is not of type 'array' from schema $id: http://devicetree.org/schemas/gpio/gpio-consumer.yaml# _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel