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 02A8FC433F5 for ; Thu, 5 May 2022 08:27: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: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=6YZogNPwFdm9bbCdHUcNXCRO+6QYHWMvpvd8v+yAWsE=; b=ZyhmgCsGgq7ss0 0XjYhBmeOKy5W3GgZmM0Isrg/tK6rUM0YvhA51l9523N7MmTGMQV1R6To+cRgb9zfFU8l7yhwufZO oRGIPeQ89GdKCqGm4sUtg+rJnugBAbBF14vAIvbORVMW3fn5+FZkl4ICMHrVfAEqFn4n/4wwNkxpq cBkG+X3uDPdUhLVYXwlAohylkKqT6w7jmVONQ0mJ42VtkNMzMKxreUiyG4iSejEpwA/YHgIx2msKa QcMqF7VNdpB1Cr7JDlY4IAFp6YARxWRRNAe9Q/lWgzXFq2ftW8n96LNIwGbIH16Rohx4aVrDM7TV1 GWY+EZCi0cRQwgEwaBDg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmWog-00EftW-Jd; Thu, 05 May 2022 08:26:30 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmWoU-00Efmf-M3 for linux-arm-kernel@lists.infradead.org; Thu, 05 May 2022 08:26:21 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 0D652B82C09; Thu, 5 May 2022 08:26:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 692F9C385AF; Thu, 5 May 2022 08:26:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651739175; bh=11hrI6vhS7kRRgg7/k3uswpnwvA2t/fuUzKKIDKnTPA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=s65z05ICqWKP8COdFnw7XfRQ+t3AHgE09upqm0dwTN3UMc2C/J6QPoYjkL+WIHV+y dtbdHtBcbix9aNQbOzAN5qJYVA1sbakyQqnxwyf3O34X90ZN+BV6maQOycuYH1IL2k 9+Vowl+zZy/evBVP9Cx39NJaVXO3/uhqIznvWeYaPzProkGxU73rN8TYjpNhE/X3Ei A/8jS5pZHJ/RqXhhSpVmDpuAlVf/oFLRQOqCBKAD6MejWxjhjpNQ2qqYFNENdkhsKz 6sZrG1amspSyVD1B2ZWz7ixyJmoryvqILPuj1KFbl4ZBraVHIOOw6AZcX+NsL3UUaN gnMzqmUVnaPtA== Date: Thu, 5 May 2022 16:26:07 +0800 From: Shawn Guo To: "Peng Fan (OSS)" Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Peng Fan Subject: Re: [PATCH V2 0/3] arm64: add i.MX93 support Message-ID: <20220505082607.GE14615@dragon> References: <20220503122951.4147636-1-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220503122951.4147636-1-peng.fan@oss.nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220505_012619_089785_C5B598F9 X-CRM114-Status: GOOD ( 11.91 ) 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 Hi Peng, On Tue, May 03, 2022 at 08:29:48PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > > V2: > Update License > > Add i.MX93 dtsi and 11x11 evk board support > > The required bindings and drivers has already been in tree. > There arem checkpatch error for the pin header files as other i.MX pin > pin header files. > > Peng Fan (3): > arm64: dts: freescale: Add i.MX93 dtsi support > arm64: dts: freescale: add i.MX93 11x11 EVK basic support > arm64: defconfig: enable i.MX93 clk & pinctrl Could you check if we can eliminate some (if not all) of the dtbs_check issues below? Shawn DTC arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb CHECK arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: /: 'compatible' is a required property From schema: .local/lib/python3.8/site-packages/dtschema/schemas/root-node.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: /: 'model' is a required property From schema: .local/lib/python3.8/site-packages/dtschema/schemas/root-node.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: serial@44380000: compatible: 'oneOf' conditional failed, one must be fixed: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] is too long 'fsl,imx93-lpuart' is not one of ['fsl,vf610-lpuart', 'fsl,ls1021a-lpuart', 'fsl,ls1028a-lpuart', 'fsl,imx7ulp-lpuart', 'fsl,imx8qxp-lpuart', 'fsl,imxrt1050-lpuart'] 'fsl,imx8ulp-lpuart' was expected 'fsl,imx93-lpuart' is not one of ['fsl,imx8qm-lpuart', 'fsl,imx8dxl-lpuart'] 'fsl,imx8qxp-lpuart' was expected From schema: repos/korg/imx/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb:0:0: /soc@0/bus@44000000/serial@44380000: failed to match any schema with compatible: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: serial@44390000: compatible: 'oneOf' conditional failed, one must be fixed: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] is too long 'fsl,imx93-lpuart' is not one of ['fsl,vf610-lpuart', 'fsl,ls1021a-lpuart', 'fsl,ls1028a-lpuart', 'fsl,imx7ulp-lpuart', 'fsl,imx8qxp-lpuart', 'fsl,imxrt1050-lpuart'] 'fsl,imx8ulp-lpuart' was expected 'fsl,imx93-lpuart' is not one of ['fsl,imx8qm-lpuart', 'fsl,imx8dxl-lpuart'] 'fsl,imx8qxp-lpuart' was expected From schema: repos/korg/imx/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb:0:0: /soc@0/bus@44000000/serial@44390000: failed to match any schema with compatible: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: pinctrl@443c0000: 'pinctrl-0' is a dependency of 'pinctrl-names' From schema: .local/lib/python3.8/site-packages/dtschema/schemas/pinctrl/pinctrl-consumer.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb:0:0: /soc@0/bus@44000000/anatop@44480000: failed to match any schema with compatible: ['fsl,imx93-anatop', 'syscon'] arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: serial@42570000: compatible: 'oneOf' conditional failed, one must be fixed: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] is too long 'fsl,imx93-lpuart' is not one of ['fsl,vf610-lpuart', 'fsl,ls1021a-lpuart', 'fsl,ls1028a-lpuart', 'fsl,imx7ulp-lpuart', 'fsl,imx8qxp-lpuart', 'fsl,imxrt1050-lpuart'] 'fsl,imx8ulp-lpuart' was expected 'fsl,imx93-lpuart' is not one of ['fsl,imx8qm-lpuart', 'fsl,imx8dxl-lpuart'] 'fsl,imx8qxp-lpuart' was expected From schema: Documentation/devicetree/bindings/serial/fsl-lpuart.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb:0:0: /soc@0/bus@42000000/serial@42570000: failed to match any schema with compatible: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: serial@42580000: compatible: 'oneOf' conditional failed, one must be fixed: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] is too long 'fsl,imx93-lpuart' is not one of ['fsl,vf610-lpuart', 'fsl,ls1021a-lpuart', 'fsl,ls1028a-lpuart', 'fsl,imx7ulp-lpuart', 'fsl,imx8qxp-lpuart', 'fsl,imxrt1050-lpuart'] 'fsl,imx8ulp-lpuart' was expected 'fsl,imx93-lpuart' is not one of ['fsl,imx8qm-lpuart', 'fsl,imx8dxl-lpuart'] 'fsl,imx8qxp-lpuart' was expected From schema: Documentation/devicetree/bindings/serial/fsl-lpuart.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb:0:0: /soc@0/bus@42000000/serial@42580000: failed to match any schema with compatible: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: serial@42590000: compatible: 'oneOf' conditional failed, one must be fixed: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] is too long 'fsl,imx93-lpuart' is not one of ['fsl,vf610-lpuart', 'fsl,ls1021a-lpuart', 'fsl,ls1028a-lpuart', 'fsl,imx7ulp-lpuart', 'fsl,imx8qxp-lpuart', 'fsl,imxrt1050-lpuart'] 'fsl,imx8ulp-lpuart' was expected 'fsl,imx93-lpuart' is not one of ['fsl,imx8qm-lpuart', 'fsl,imx8dxl-lpuart'] 'fsl,imx8qxp-lpuart' was expected From schema: Documentation/devicetree/bindings/serial/fsl-lpuart.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb:0:0: /soc@0/bus@42000000/serial@42590000: failed to match any schema with compatible: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: serial@425a0000: compatible: 'oneOf' conditional failed, one must be fixed: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] is too long 'fsl,imx93-lpuart' is not one of ['fsl,vf610-lpuart', 'fsl,ls1021a-lpuart', 'fsl,ls1028a-lpuart', 'fsl,imx7ulp-lpuart', 'fsl,imx8qxp-lpuart', 'fsl,imxrt1050-lpuart'] 'fsl,imx8ulp-lpuart' was expected 'fsl,imx93-lpuart' is not one of ['fsl,imx8qm-lpuart', 'fsl,imx8dxl-lpuart'] 'fsl,imx8qxp-lpuart' was expected From schema: Documentation/devicetree/bindings/serial/fsl-lpuart.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb:0:0: /soc@0/bus@42000000/serial@425a0000: failed to match any schema with compatible: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: serial@42690000: compatible: 'oneOf' conditional failed, one must be fixed: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] is too long 'fsl,imx93-lpuart' is not one of ['fsl,vf610-lpuart', 'fsl,ls1021a-lpuart', 'fsl,ls1028a-lpuart', 'fsl,imx7ulp-lpuart', 'fsl,imx8qxp-lpuart', 'fsl,imxrt1050-lpuart'] 'fsl,imx8ulp-lpuart' was expected 'fsl,imx93-lpuart' is not one of ['fsl,imx8qm-lpuart', 'fsl,imx8dxl-lpuart'] 'fsl,imx8qxp-lpuart' was expected From schema: Documentation/devicetree/bindings/serial/fsl-lpuart.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb:0:0: /soc@0/bus@42000000/serial@42690000: failed to match any schema with compatible: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: serial@426a0000: compatible: 'oneOf' conditional failed, one must be fixed: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] is too long 'fsl,imx93-lpuart' is not one of ['fsl,vf610-lpuart', 'fsl,ls1021a-lpuart', 'fsl,ls1028a-lpuart', 'fsl,imx7ulp-lpuart', 'fsl,imx8qxp-lpuart', 'fsl,imxrt1050-lpuart'] 'fsl,imx8ulp-lpuart' was expected 'fsl,imx93-lpuart' is not one of ['fsl,imx8qm-lpuart', 'fsl,imx8dxl-lpuart'] 'fsl,imx8qxp-lpuart' was expected From schema: Documentation/devicetree/bindings/serial/fsl-lpuart.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb:0:0: /soc@0/bus@42000000/serial@426a0000: failed to match any schema with compatible: ['fsl,imx93-lpuart', 'fsl,imx7ulp-lpuart'] arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: gpio@43810000: interrupts: [[0, 57, 4], [0, 58, 4]] is too long From schema: Documentation/devicetree/bindings/gpio/gpio-vf610.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: gpio@43820000: interrupts: [[0, 59, 4], [0, 60, 4]] is too long From schema: Documentation/devicetree/bindings/gpio/gpio-vf610.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: gpio@43830000: interrupts: [[0, 189, 4], [0, 190, 4]] is too long From schema: Documentation/devicetree/bindings/gpio/gpio-vf610.yaml arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtb: gpio@47400000: interrupts: [[0, 10, 4], [0, 11, 4]] is too long From schema: Documentation/devicetree/bindings/gpio/gpio-vf610.yaml _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel