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 EE1D2C25B75 for ; Thu, 6 Jun 2024 15:56:35 +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=U0u+4H1SXBF3hbluV/vM6utDzWLewG6mRRQQa/LTzzg=; b=NJjgCrBAeJxuNPTfUdkdwvjAn0 vrRkj8KyNpTK+NtlD9rV1pUPe1fPv9UUv9Rj+JP7mqeWaVGPyxsoxjQ89O3kvg9mWaZjjQC/oayV5 yRh+fSjcSPoN2BnbzZ68nmDWOhj4SckmWdArLhI4RaK81REa04EEhaaugGbG7Ato92BKrVkzYKC+r K7LwSJXzNRMV/QVoENQBC5tjZK4OKXnvxWbSgrIrGAHugY8ucHF4DtDJqymAl7X1ioAWM2GNXDn2g SwmRk473vblhr8d7oHo4OThxw+8f+vPNRDF1UAcqoqg7V+bOKxr4NrHCN3W2TcSTiyahBnbJCsCLn 1LErkW5w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sFFTS-0000000AONM-1Xoa; Thu, 06 Jun 2024 15:56:22 +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 1sFFTO-0000000AOL2-0DdW for linux-arm-kernel@lists.infradead.org; Thu, 06 Jun 2024 15:56:19 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 6362261E04; Thu, 6 Jun 2024 15:56:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13D9AC2BD10; Thu, 6 Jun 2024 15:56:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717689377; bh=z28G5odfgTFCbiNzNSbtdWGfyipoDdUN9lcFVyAkJ3U=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=A9f4QCXuv8GmmpBGCUv8i8euLSi3b/XIpvIH33y1Ytn9Ks2R8rE8Gb5xlCl5cMnt4 nxf4pjmhpZN4MzriIbvX9C5CJgN+SF0d4o6/9Dg19wgtkbRcqiCu6whsZDskwJnvrB 1KJ6hMooNtuik3DfvRg3D9AEiPgbE0TU5Vy8GCNFQl7W6P+t17KsQOKnwa8FbUQ9tr i2bTp08HdmOzMdm2PQXT1T6X+t/3vkmPu9ztVAKdk2S582zbenKC0CpkRStKF1XUAX aImgEwdL0AjPYy2SAvLxBzOMPRwDsN3QU0HpX+lZmlTpDhSje63wXsfjNmZrgPaQDC KN1gvvWueJlPw== Date: Thu, 06 Jun 2024 09:56:16 -0600 MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Michael Walle Cc: linux-kernel@vger.kernel.org, Sascha Hauer , Conor Dooley , Fabio Estevam , linux-arm-kernel@lists.infradead.org, Li Yang , Shawn Guo , Krzysztof Kozlowski , Priit Laes , Michael Grzeschik , devicetree@vger.kernel.org, imx@lists.linux.dev, Marco Felsch , Pengutronix Kernel Team In-Reply-To: <20240606090206.2021237-1-mwalle@kernel.org> References: <20240606090206.2021237-1-mwalle@kernel.org> Message-Id: <171768925669.3793237.5164635523857392329.robh@kernel.org> Subject: Re: [PATCH v2 00/13] ARM: dts: kontron-samx6i: various fixes X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240606_085618_315642_74D86454 X-CRM114-Status: GOOD ( 18.53 ) 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, 06 Jun 2024 11:01:53 +0200, Michael Walle wrote: > While working on a new PHY support for this board I've noticed quite > a few errors. Fix these and introduce an actual board for the > module. For now, there was just a dtsi and no actual user of it. > > v2: > - new patch to fix the node names to make the schema happy > - new patch to fix the PCIe reset line polarity > - new patch to remove the unused and invalid wake-up-gpio property > - add required poperties for the supply voltages to the wm8904 node > - enable PCIe in the ADS2 device tree include > > Michael Walle (13): > ARM: dts: imx6qdl-kontron-samx6i: fix phy-mode > ARM: dts: imx6qdl-kontron-samx6i: fix PHY reset > ARM: dts: imx6qdl-kontron-samx6i: fix board reset > ARM: dts: imx6qdl-kontron-samx6i: cleanup the PMIC node > ARM: dts: imx6qdl-kontron-samx6i: fix SPI0 chip selects > ARM: dts: imx6qdl-kontron-samx6i: fix product name > ARM: dts: imx6qdl-kontron-samx6i: always enable eMMC > ARM: dts: imx6qdl-kontron-samx6i: add SDIO_PWR_EN support > ARM: dts: imx6qdl-kontron-samx6i: fix node names > ARM: dts: imx6qdl-kontron-samx6i: fix PCIe reset polarity > ARM: dts: imx6qdl-kontron-samx6i: remove wake-up-gpio property > dt-bindings: arm: fsl: document Kontron SMARC-sAMX6i boards > ARM: dts: imx6qdl-kontron-samx6i: add actual device trees > > .../devicetree/bindings/arm/fsl.yaml | 12 ++ > arch/arm/boot/dts/nxp/imx/Makefile | 2 + > .../nxp/imx/imx6dl-kontron-samx6i-ads2.dts | 12 ++ > .../dts/nxp/imx/imx6dl-kontron-samx6i.dtsi | 2 +- > .../dts/nxp/imx/imx6q-kontron-samx6i-ads2.dts | 12 ++ > .../dts/nxp/imx/imx6q-kontron-samx6i.dtsi | 25 +-- > .../nxp/imx/imx6qdl-kontron-samx6i-ads2.dtsi | 148 ++++++++++++++++++ > .../dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi | 58 ++++--- > 8 files changed, 225 insertions(+), 46 deletions(-) > create mode 100644 arch/arm/boot/dts/nxp/imx/imx6dl-kontron-samx6i-ads2.dts > create mode 100644 arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i-ads2.dts > create mode 100644 arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i-ads2.dtsi > > -- > 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 nxp/imx/imx6dl-kontron-samx6i-ads2.dtb nxp/imx/imx6q-kontron-samx6i-ads2.dtb' for 20240606090206.2021237-1-mwalle@kernel.org: arch/arm/boot/dts/nxp/imx/imx6dl-kontron-samx6i-ads2.dtb: /ldb: failed to match any schema with compatible: ['fsl,imx6q-ldb', 'fsl,imx53-ldb'] arch/arm/boot/dts/nxp/imx/imx6dl-kontron-samx6i-ads2.dtb: /ldb: failed to match any schema with compatible: ['fsl,imx6q-ldb', 'fsl,imx53-ldb'] arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i-ads2.dtb: /ldb: failed to match any schema with compatible: ['fsl,imx6q-ldb', 'fsl,imx53-ldb'] arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i-ads2.dtb: /ldb: failed to match any schema with compatible: ['fsl,imx6q-ldb', 'fsl,imx53-ldb'] arch/arm/boot/dts/nxp/imx/imx6dl-kontron-samx6i-ads2.dtb: iomuxc-gpr@20e0000: 'ipu1_csi0_mux', 'ipu1_csi1_mux' do not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/soc/imx/fsl,imx-iomuxc-gpr.yaml# arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i-ads2.dtb: iomuxc-gpr@20e0000: 'ipu1_csi0_mux', 'ipu2_csi1_mux' do not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/soc/imx/fsl,imx-iomuxc-gpr.yaml# arch/arm/boot/dts/nxp/imx/imx6dl-kontron-samx6i-ads2.dtb: /soc/bus@2000000/pinctrl@20e0000: failed to match any schema with compatible: ['fsl,imx6dl-iomuxc'] arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i-ads2.dtb: /soc/bus@2000000/pinctrl@20e0000: failed to match any schema with compatible: ['fsl,imx6q-iomuxc'] arch/arm/boot/dts/nxp/imx/imx6dl-kontron-samx6i-ads2.dtb: /soc/bus@2100000/mipi@21dc000: failed to match any schema with compatible: ['fsl,imx6-mipi-csi2'] arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i-ads2.dtb: /soc/bus@2100000/mipi@21dc000: failed to match any schema with compatible: ['fsl,imx6-mipi-csi2'] arch/arm/boot/dts/nxp/imx/imx6dl-kontron-samx6i-ads2.dtb: /soc/bus@2100000/vdoa@21e4000: failed to match any schema with compatible: ['fsl,imx6q-vdoa'] arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i-ads2.dtb: /soc/bus@2100000/vdoa@21e4000: failed to match any schema with compatible: ['fsl,imx6q-vdoa'] arch/arm/boot/dts/nxp/imx/imx6dl-kontron-samx6i-ads2.dtb: /soc/ipu@2400000: failed to match any schema with compatible: ['fsl,imx6q-ipu'] arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i-ads2.dtb: /soc/ipu@2400000: failed to match any schema with compatible: ['fsl,imx6q-ipu'] arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i-ads2.dtb: /soc/ipu@2800000: failed to match any schema with compatible: ['fsl,imx6q-ipu'] arch/arm/boot/dts/nxp/imx/imx6dl-kontron-samx6i-ads2.dtb: /capture-subsystem: failed to match any schema with compatible: ['fsl,imx-capture-subsystem'] arch/arm/boot/dts/nxp/imx/imx6dl-kontron-samx6i-ads2.dtb: /display-subsystem: failed to match any schema with compatible: ['fsl,imx-display-subsystem'] arch/arm/boot/dts/nxp/imx/imx6dl-kontron-samx6i-ads2.dtb: /lcd: failed to match any schema with compatible: ['fsl,imx-parallel-display'] arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i-ads2.dtb: /capture-subsystem: failed to match any schema with compatible: ['fsl,imx-capture-subsystem'] arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i-ads2.dtb: /display-subsystem: failed to match any schema with compatible: ['fsl,imx-display-subsystem'] arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i-ads2.dtb: /lcd: failed to match any schema with compatible: ['fsl,imx-parallel-display'] _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel