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 0A17FCD343A for ; Tue, 3 Sep 2024 14:32:17 +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=6EZZ9/3JLIlmRPQ6YydeFc824O0czI2YT58vPOA32e8=; b=QBrEAa6PwTAf+/ncHfF7nLPqdX yjLinpkmDR7Faj/Quw4UW+jkv/wDyV+6REMuOpqwj/Uz/xbcTZCDrTcGQN5zs7ndC/s6IvwyCfHDS mvtJLezh6W4xjyh8S8Uc6KnfgJDh5nsGrym26KFXMxNk1/s+zAvTG+uJuCVz35yNQcTQY8y2sjxRN Wl5Cwcw0qGlNlwK1TLCFnnjKv0HAmftYMra75t/grrvwgv2I6yZ6R2sfRNifG1U0/LNK3DrUGu2Ak XlbHMHkl2nMdzTBg2wRUzpwpkQpXPMjDlsI7SIp4jZ2Wgd84zgK1uNkd0704PPKCqGVAEclQ/XbsY eIOCLFuA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1slUZi-00000000bFv-1fTd; Tue, 03 Sep 2024 14:32:06 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1slUUY-00000000Z8I-2SYu for linux-arm-kernel@lists.infradead.org; Tue, 03 Sep 2024 14:26:48 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 893B55C595F; Tue, 3 Sep 2024 14:26:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 966EFC4CEC7; Tue, 3 Sep 2024 14:26:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1725373605; bh=hmFoSGTvmdZFU/qqfZd3fm3KxnXqO+nlF2DC3CWhBJ0=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=J7DBTHRE/sxChmS/y2I+pn79el/kL5ZxGR7BqdriNzqHutAlinRliHZjSrI2WMdaK DPPbkMv+rlaCYttAAGuqGkBlvCat/OF1rCX29Lcp6LEHreZQwRlFJFt5oGgkpoMEvx XR/UCOxNuHyQwLfBmwG8TWc9k8rX43xhWPyRrSziQXqpO+ILXAR/0n4ypgkwGdKvHF YjfmpBt9fHpEot5H/cr4oZCJm2IYUZT3L+2yN43kz5qRprMin292AzIyIZC0E1yhPJ 5WbzHbRUEpgMXJvotdbuWsHobPwKX2ecYfeCkAY8Iuojyizzj1dkjtBSFM2b2l5s2K Va0QO95Lt9HUw== Date: Tue, 03 Sep 2024 09:26:44 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Tarang Raval Cc: Pengutronix Kernel Team , Conor Dooley , shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Fabio Estevam , Sascha Hauer , imx@lists.linux.dev, linux-kernel@vger.kernel.org, Krzysztof Kozlowski In-Reply-To: <20240903091720.443091-1-tarang.raval@siliconsignals.io> References: <20240903091720.443091-1-tarang.raval@siliconsignals.io> Message-Id: <172537334994.875077.18308965320836312656.robh@kernel.org> Subject: Re: [PATCH v5] arm64: dts: imx8mm-emtop-baseboard: Add Peripherals Support X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240903_072646_706498_F7D9B55D X-CRM114-Status: GOOD ( 14.48 ) 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, 03 Sep 2024 14:47:20 +0530, Tarang Raval wrote: > Add following peripherals support for the Emtop i.MX8M Mini Baseboard > > * Wi-Fi > * Audio > * SD card > * RTC > * CAN bus > * USB OTG > > Signed-off-by: Tarang Raval > --- > > Changes in v2: > > 1. Updated the node name and pinctrl name. > 2. Removed the 'regulators' container. > 3. Removed a stray blank line. > 4. Removed non-existent properties. > 5. Removed unused node and pinctrl: > -modem-reset > -pinctrl_uart1 > 6. Defined the CAN transceiver reset GPIO separately. > > Change in v3: > > 1. Removed 'can-connector'. > 2. Use USB connector instead of extcon_usb. > 3. Changed id-gpio to id-gpios. > 4. Use Level trigger IRQ in the CAN node. > 5. Corrected the compatible property of RTC. > 6. Added blank lines to separate the pinctrl groups. > > Changes in v4: > > 1. Sorted I2C device nodes by slave address. > 2. Moved properties above the "status" property in the Wi-Fi node. > > Change in v5: > > 1. I mistakenly removed ; it has now been re-added. > 2. Added Author name > --- > .../dts/freescale/imx8mm-emtop-baseboard.dts | 335 ++++++++++++++++++ > 1 file changed, 335 insertions(+) > 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/imx8mm-emtop-baseboard.dtb' for 20240903091720.443091-1-tarang.raval@siliconsignals.io: arch/arm64/boot/dts/freescale/imx8mm-emtop-baseboard.dtb: /soc@0/bus@30800000/spba-bus@30800000/spi@30830000/can@0: failed to match any schema with compatible: ['microchip,mcp2515']