From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 89F4E176FD2; Thu, 18 Apr 2024 18:29:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713464984; cv=none; b=oo7ASA//YC9hR6/6RNMSCMLtc0YgGQEhYPgnAAPZhPKMEwWmqRaZ2NiIEyRH5AAQS/mqKeimtp7g/lbt1YRIS05CQj4wn/4Xn6o+Ir3gLWF9YozvmMpbkd7bbSyySj+YCGpoC/P9mF1TzWl4xdTTskZWT5Wq0MCtW16/tJWeboo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713464984; c=relaxed/simple; bh=O8GQPhIx4kTFIET9bwlPStvr9H9F3wcwWCLjZ5QysXs=; h=Date:Content-Type:MIME-Version:From:To:Cc:In-Reply-To:References: Message-Id:Subject; b=GwTgSy5+DYZcag4VbHm9S6bI3/yCMu/5R8DmPAVLVk27QfABmekNej+xO2Rkqs4ATfCG4HwU1xPCRC6HL3lkjW+SHjdW5hdgfpbgDaT/RamhqO+0a1RDLTz7QqAA2NuUnxawznJWoWUaX6VxPGmyzkQD0G++J8xTPZTPXRdpbao= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=h1Jh2LsH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="h1Jh2LsH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0347AC113CC; Thu, 18 Apr 2024 18:29:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713464984; bh=O8GQPhIx4kTFIET9bwlPStvr9H9F3wcwWCLjZ5QysXs=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=h1Jh2LsHFnS9RuufuGll1YExdQ4NuFS17W5CnxtDnCmPYXaJuJtynDDNahAjT8cXq srHufFyO+8/ZgpWvPVf3RyN0EU6Ipvj/rs+NZ2gzD19gPMQ1JI42VsXZ7h1619dT20 RaEhL4zD9XHFyOivDfsdAHe6cZisTzJeIqHbv8WSi0f49iOq4CCG8v59znRC6QGyO8 toUHLVm+9vq+ixa/c44/pkaiG+E0YVqEeD4CCDte5tjLiNDFcoLezw9Rl9wrnjh1tm edeq8LobON4+caPn/1/XzDJxOU/6Zc11kdrASYW50p6kRPsAPR4OuBf69sOvE1ByzD 0w55oaEsLSN0w== Date: Thu, 18 Apr 2024 13:29:43 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Rob Herring To: Fabio Aiuto Cc: Sascha Hauer , linux-kernel@vger.kernel.org, Conor Dooley , linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , devicetree@vger.kernel.org, Shawn Guo , imx@lists.linux.dev In-Reply-To: <20240418133923.3705-1-fabio.aiuto@engicam.com> References: <20240418133923.3705-1-fabio.aiuto@engicam.com> Message-Id: <171346492597.2679649.7866044200094982080.robh@kernel.org> Subject: Re: [PATCH v2 0/3] arm64: dts: imx93: add i.Core MX93 EDIMM 2.0 board On Thu, 18 Apr 2024 15:39:20 +0200, Fabio Aiuto wrote: > Hello all, > > this patchset adds support for i.Core MX93 EDIMM 2.0 Starter Kit, > a SoM + Evaluation Board combination from Engicam. > > The number of patch has diminished to 3, for I dropped the > patch introducing a change in nxp,pca9450 binding which has > been already submitted in regulator tree. > > (Dropped also regulator tree maintainers as recipients for > they aren't anymore involved in this patchset) > > Thanks in advance, > > fabio > --- > v1 ---> v2: > - dropped patch updating nxp,pca9450 binding > - fixed indentation issue > - fixed missing space issue > - improved naming of regulator nodes > - removed unneeded include > - fixed email recipients > > Fabio Aiuto (3): > dt-bindings: arm: fsl: add Engicam i.Core MX93 EDIMM 2.0 Starter Kit > arm64: dts: imx93: add Engicam i.Core MX93 SoM > arm64: dts: imx93: Add Engicam i.Core MX93 EDIMM 2.0 Starter Kit > > .../devicetree/bindings/arm/fsl.yaml | 7 + > arch/arm64/boot/dts/freescale/Makefile | 1 + > .../dts/freescale/imx93-icore-mx93-edimm2.dts | 354 ++++++++++++++++++ > .../boot/dts/freescale/imx93-icore-mx93.dtsi | 270 +++++++++++++ > 4 files changed, 632 insertions(+) > create mode 100644 arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dts > create mode 100644 arch/arm64/boot/dts/freescale/imx93-icore-mx93.dtsi > > -- > 2.34.1 > > > 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/imx93-icore-mx93-edimm2.dtb' for 20240418133923.3705-1-fabio.aiuto@engicam.com: arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: codec@a: Unevaluated properties are not allowed ('clock-names' was unexpected) from schema $id: http://devicetree.org/schemas/sound/sgtl5000.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: codec@a: 'assigned-clocks' is a dependency of 'assigned-clock-rates' from schema $id: http://devicetree.org/schemas/clock/clock.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: micfil@44520000: 'pinctrl-0' is a dependency of 'pinctrl-names' from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-consumer.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: regulator-btregon: 'pinctrl-0' is a dependency of 'pinctrl-names' from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-consumer.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: regulator-1v8-sgtl: Unevaluated properties are not allowed ('always-on' was unexpected) from schema $id: http://devicetree.org/schemas/regulator/fixed-regulator.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: regulator-3v3-avdd-sgtl: Unevaluated properties are not allowed ('always-on' was unexpected) from schema $id: http://devicetree.org/schemas/regulator/fixed-regulator.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: regulator-3v3-sgtl: Unevaluated properties are not allowed ('always-on' was unexpected) from schema $id: http://devicetree.org/schemas/regulator/fixed-regulator.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: regulator-wlregon: 'pinctrl-0' is a dependency of 'pinctrl-names' from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-consumer.yaml# 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 5A46DC4345F for ; Thu, 18 Apr 2024 18:30:06 +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=dxheDqutcVZNc7KBTaBRD0T/6e68NtNcyVO4AnveSj4=; b=JzbUHXHVH9Twf7OPTCSyzjD+fz yraSdf/YpHLnwLcZvK50lEsVR3SdUXv9tcAkAUdqXzTtfbYQdPvUixTBi07U4rzK8DvNBJSA8gG5w SrYfm+F+7Zka1bvwORc9+j/cxThdriHLT8CjoqsHjvbqKocwy2FUVsw5DsnCSXRL49LeWV+8JlAvq 5J2RNsrp/iRbATF0eRdPFJIN8mMylozwDEbpXEojCp6cYZd2Z+vnwpbd84RzDgjP301u9wBtW9Z6A qtgrs5/GIFbdivYm9qwhMd6AsCyFHz1bDT3Y8gkRl8WVwI4IFgG3Web2sCb+7RGjp0II6euHbaizW MSQYByZg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rxWWA-00000003LBR-0xp6; Thu, 18 Apr 2024 18:29:54 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rxWW2-00000003L8j-2UUW for linux-arm-kernel@lists.infradead.org; Thu, 18 Apr 2024 18:29:48 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id E50CFCE17C1; Thu, 18 Apr 2024 18:29:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0347AC113CC; Thu, 18 Apr 2024 18:29:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713464984; bh=O8GQPhIx4kTFIET9bwlPStvr9H9F3wcwWCLjZ5QysXs=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=h1Jh2LsHFnS9RuufuGll1YExdQ4NuFS17W5CnxtDnCmPYXaJuJtynDDNahAjT8cXq srHufFyO+8/ZgpWvPVf3RyN0EU6Ipvj/rs+NZ2gzD19gPMQ1JI42VsXZ7h1619dT20 RaEhL4zD9XHFyOivDfsdAHe6cZisTzJeIqHbv8WSi0f49iOq4CCG8v59znRC6QGyO8 toUHLVm+9vq+ixa/c44/pkaiG+E0YVqEeD4CCDte5tjLiNDFcoLezw9Rl9wrnjh1tm edeq8LobON4+caPn/1/XzDJxOU/6Zc11kdrASYW50p6kRPsAPR4OuBf69sOvE1ByzD 0w55oaEsLSN0w== Date: Thu, 18 Apr 2024 13:29:43 -0500 MIME-Version: 1.0 From: Rob Herring To: Fabio Aiuto Cc: Sascha Hauer , linux-kernel@vger.kernel.org, Conor Dooley , linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , devicetree@vger.kernel.org, Shawn Guo , imx@lists.linux.dev In-Reply-To: <20240418133923.3705-1-fabio.aiuto@engicam.com> References: <20240418133923.3705-1-fabio.aiuto@engicam.com> Message-Id: <171346492597.2679649.7866044200094982080.robh@kernel.org> Subject: Re: [PATCH v2 0/3] arm64: dts: imx93: add i.Core MX93 EDIMM 2.0 board X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240418_112947_032468_F71F186E X-CRM114-Status: GOOD ( 17.32 ) 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, 18 Apr 2024 15:39:20 +0200, Fabio Aiuto wrote: > Hello all, > > this patchset adds support for i.Core MX93 EDIMM 2.0 Starter Kit, > a SoM + Evaluation Board combination from Engicam. > > The number of patch has diminished to 3, for I dropped the > patch introducing a change in nxp,pca9450 binding which has > been already submitted in regulator tree. > > (Dropped also regulator tree maintainers as recipients for > they aren't anymore involved in this patchset) > > Thanks in advance, > > fabio > --- > v1 ---> v2: > - dropped patch updating nxp,pca9450 binding > - fixed indentation issue > - fixed missing space issue > - improved naming of regulator nodes > - removed unneeded include > - fixed email recipients > > Fabio Aiuto (3): > dt-bindings: arm: fsl: add Engicam i.Core MX93 EDIMM 2.0 Starter Kit > arm64: dts: imx93: add Engicam i.Core MX93 SoM > arm64: dts: imx93: Add Engicam i.Core MX93 EDIMM 2.0 Starter Kit > > .../devicetree/bindings/arm/fsl.yaml | 7 + > arch/arm64/boot/dts/freescale/Makefile | 1 + > .../dts/freescale/imx93-icore-mx93-edimm2.dts | 354 ++++++++++++++++++ > .../boot/dts/freescale/imx93-icore-mx93.dtsi | 270 +++++++++++++ > 4 files changed, 632 insertions(+) > create mode 100644 arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dts > create mode 100644 arch/arm64/boot/dts/freescale/imx93-icore-mx93.dtsi > > -- > 2.34.1 > > > 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/imx93-icore-mx93-edimm2.dtb' for 20240418133923.3705-1-fabio.aiuto@engicam.com: arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: codec@a: Unevaluated properties are not allowed ('clock-names' was unexpected) from schema $id: http://devicetree.org/schemas/sound/sgtl5000.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: codec@a: 'assigned-clocks' is a dependency of 'assigned-clock-rates' from schema $id: http://devicetree.org/schemas/clock/clock.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: micfil@44520000: 'pinctrl-0' is a dependency of 'pinctrl-names' from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-consumer.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: regulator-btregon: 'pinctrl-0' is a dependency of 'pinctrl-names' from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-consumer.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: regulator-1v8-sgtl: Unevaluated properties are not allowed ('always-on' was unexpected) from schema $id: http://devicetree.org/schemas/regulator/fixed-regulator.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: regulator-3v3-avdd-sgtl: Unevaluated properties are not allowed ('always-on' was unexpected) from schema $id: http://devicetree.org/schemas/regulator/fixed-regulator.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: regulator-3v3-sgtl: Unevaluated properties are not allowed ('always-on' was unexpected) from schema $id: http://devicetree.org/schemas/regulator/fixed-regulator.yaml# arch/arm64/boot/dts/freescale/imx93-icore-mx93-edimm2.dtb: regulator-wlregon: 'pinctrl-0' is a dependency of 'pinctrl-names' from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-consumer.yaml# _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel