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 2FE22C3DA64 for ; Tue, 6 Aug 2024 13:44:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Subject:Message-Id: References:In-Reply-To:Cc:To:From:MIME-Version:Content-Transfer-Encoding: Content-Type:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=hTMmItF/BdEkxxT3QFjDslAHB3zx41Bb70aX8YJiTUU=; b=BMhslr5WaM5ovrZR/wfsuZwKr6 1VvxE+oVVK3k/92RSy0oB/V1n7hmcPkt/5tdmC3IMPkoeCx+iP0nWKWyXQyZKjy1yGRIR6tEPGG8J LQ1glzbPQuI0+HLm7vaGXOf2ZNqZO20ZOem4JEb0P5fXi6BgGmTnw+x1RuCtBCR1leNg/qb7KPkFH dWFfR8ednOGYbpjl266rjnh/0jSU0eGhI+KQC+nY1DF0ft9magQYv3J3OMuirbyTu62SsXha6/o0Z ZT7sZfaMwMshVUVfh0QCofnFLfyFJzsa4GndF0QGqoiAIffE/sW3KKve3Vk8FwlAkl2hqda2aVASq KEPeQIiA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sbKU9-00000001pqP-0kGW; Tue, 06 Aug 2024 13:44:21 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sbKTb-00000001pfl-0yEQ for linux-arm-kernel@lists.infradead.org; Tue, 06 Aug 2024 13:43:49 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 49A08CE0A15; Tue, 6 Aug 2024 13:43:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6082DC32786; Tue, 6 Aug 2024 13:43:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1722951824; bh=jLZ8/crj4eIQwfYXP+sNMTE8scOkvbmNX5FsTSwedS8=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=uATHyePtxkmuWED1PZfsxldEPKpj9cUVGy85ZA63fEyikFo/BXh9daSthWYIMHeHp FfUIkVuewHYAGJZKproVZ/LNoCQ3/tV5gRlnZ+8DxpPYWkpe9MG9Fr0dp39APZpbsk PIxugFjWdwgQ7UxOnwuX9ekE14dmByUUYysy0Ds7exflE0bDk/dzFAmVfM65d+MztZ dEK1h5uH43FZtQEc3L9Bqa1ISDc11y3uzV3KBhaG6nyFGsM7ptE7fxGYABZ8sRWgy9 HTH4KEE8ah8wZxe6ipsnqjvupeU+gSKPP1yWcuIK73kzQS1joom8mDcGJSuu1fkQWP l1ICY8c9PR7rg== Date: Tue, 06 Aug 2024 07:43:43 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Oleksij Rempel Cc: devicetree@vger.kernel.org, kernel@pengutronix.de, Krzysztof Kozlowski , netdev@vger.kernel.org, David Jander , Maxime Coquelin , Rob Herring , Conor Dooley , linux-stm32@st-md-mailman.stormreply.com, Alexandre Torgue , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org In-Reply-To: <20240806120332.405064-1-o.rempel@pengutronix.de> References: <20240806120332.405064-1-o.rempel@pengutronix.de> Message-Id: <172295171745.1220395.8839837354648720418.robh@kernel.org> Subject: Re: [PATCH v1] arm: dts: st: Add MECIO1 and MECT1S board variants X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240806_064347_469159_2233F41E X-CRM114-Status: GOOD ( 13.59 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 06 Aug 2024 14:03:32 +0200, Oleksij Rempel wrote: > From: David Jander > > Introduce device tree support for the MECIO1 and MECT1S board variants. > MECIO1 is an I/O and motor control board used in blood sample analysis > machines. MECT1S is a 1000Base-T1 switch for internal machine networks > of blood sample analysis machines. > > Signed-off-by: David Jander > Signed-off-by: Oleksij Rempel > --- > .../devicetree/bindings/arm/stm32/stm32.yaml | 8 + > arch/arm/boot/dts/st/Makefile | 3 + > arch/arm/boot/dts/st/stm32mp151c-mecio1r0.dts | 48 ++ > arch/arm/boot/dts/st/stm32mp151c-mect1s.dts | 297 ++++++++++ > arch/arm/boot/dts/st/stm32mp153c-mecio1r1.dts | 48 ++ > .../arm/boot/dts/st/stm32mp15x-mecio1-io.dtsi | 533 ++++++++++++++++++ > 6 files changed, 937 insertions(+) > create mode 100644 arch/arm/boot/dts/st/stm32mp151c-mecio1r0.dts > create mode 100644 arch/arm/boot/dts/st/stm32mp151c-mect1s.dts > create mode 100644 arch/arm/boot/dts/st/stm32mp153c-mecio1r1.dts > create mode 100644 arch/arm/boot/dts/st/stm32mp15x-mecio1-io.dtsi > 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 st/stm32mp151c-mecio1r0.dtb st/stm32mp151c-mect1s.dtb st/stm32mp153c-mecio1r1.dtb' for 20240806120332.405064-1-o.rempel@pengutronix.de: arch/arm/boot/dts/st/stm32mp151c-mect1s.dtb: switch@0: Unevaluated properties are not allowed ('reset-gpios' was unexpected) from schema $id: http://devicetree.org/schemas/net/dsa/nxp,sja1105.yaml#