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 908E6C27C53 for ; Mon, 17 Jun 2024 03:01:13 +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:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=eby4XkKKxODZ1wXdg8ChTQaLUDD8vGH6k5TlGqO4Pik=; b=IOKAMnn0M5GkEVHptxnPF0DBMP 6wJR0+16MjUcPyN8L55QW2fq6jCfAwUHnuks/8Ru3cZiau1/1BXclLFsU8x7cr2khZhMMozULkyr7 BnPBLjOo//Pm9AspqpOJFh3G+JdlTCF20bUdKE9pw0FcxC+h52TFXibnjCpJirbHSsfTLNM3iNUla mcwYdndHSy12bDUC4ApzIuBnpK277165sz8OoWZxkp6Yey/WFYXfq+tkn7pSkptxO7Yknz2UD5GAp MgOJ47lK3FyXiyjN0hgqXHWVMtHJ7coSWlYmrPk56UEoDYLDbdOaG9cW5DKo3xj1rxocQy7UWEKBa TD8/tQig==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJ2cA-00000008w5v-44DU; Mon, 17 Jun 2024 03:01:02 +0000 Received: from mail-177131.yeah.net ([123.58.177.131]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJ2c6-00000008w4a-2zfK for linux-arm-kernel@lists.infradead.org; Mon, 17 Jun 2024 03:01:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=eby4XkKKxODZ1wXdg8ChTQaLUDD8vGH6k5TlGqO4Pik=; b=OG3+OopvKtZx65RjRpg1jb3EJcBaYa5K9SbeL2b/ohIevoQIpP8prCNLtDEPfn ECLmXraPFxulKJyWuFR96dIeYg9/8kAGJU9llyrwJy9LI92i/zXbW1awRlAoyA3Z 3jb0HaRQ4LkO/fGYOEEdagHD+xN/ccyMdT4wu9STTfVSI= Received: from dragon (unknown [114.216.76.201]) by smtp1 (Coremail) with SMTP id ClUQrADnDyDdpm9mQLgMCA--.59953S3; Mon, 17 Jun 2024 11:00:47 +0800 (CST) Date: Mon, 17 Jun 2024 11:00:45 +0800 From: Shawn Guo To: "Peng Fan (OSS)" Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Alexander Stein , Peng Fan , Conor Dooley Subject: Re: [PATCH v7 0/3] arm64: dts: add i.MX95 and EVK board Message-ID: References: <20240617-imx95-dts-v3-v7-0-488b52e10862@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240617-imx95-dts-v3-v7-0-488b52e10862@nxp.com> X-CM-TRANSID: ClUQrADnDyDdpm9mQLgMCA--.59953S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUV8u4UUUUU X-Originating-IP: [114.216.76.201] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiDR8BZVszXmPkSQAAsO X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240616_200059_151923_E83F27BE X-CRM114-Status: UNSURE ( 5.05 ) X-CRM114-Notice: Please train this message. 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 Mon, Jun 17, 2024 at 10:56:34AM +0800, Peng Fan (OSS) wrote: > Peng Fan (3): > dt-bindings: arm: fsl: add i.MX95 19x19 EVK board > arm64: dts: freescale: add i.MX95 basic dtsi > arm64: dts: freescale: add i.MX95 19x19 EVK minimal board dts Applied all, thanks!