From patchwork Tue Jan 16 11:39:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Othacehe X-Patchwork-Id: 13520731 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 35A45C47077 for ; Tue, 16 Jan 2024 11:40:37 +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:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=EMVri0lW1lOcHM8/TyOTw74hdSj/LWnuCACXz2h6o+g=; b=3Eu29fws+YnaUm 6yKmEgqtKmk4un5Beic9DBFde8b4kHfc2whe3Wz6q4+5ugUUnzqOUGF8O4T765qzfLsQvG3XVGY7D luB5Qwa3irTBMWbGpHQUlJUBAnbOZRaLGK85tTCUy+YKFiAvQCv3DJx8khYB18RovaeeqTaZpuhbW be3xHJVIovrC334jRye0zd4jrRtuxJhlsMtD1EAvooPGt9/apAiO272F774K5YivanwOPdWyvHUtK Vq9rntwy9PU9xA2a9xopIXPFwVcRohAryBSmZ0AOe5McKRceyMlQn5gYb47vRpVXtHpy3nrNUuYXS PprjbDEyoN6A9+GGRLkA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rPhnZ-00Bxs0-1y; Tue, 16 Jan 2024 11:40:05 +0000 Received: from eggs.gnu.org ([2001:470:142:3::10]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rPhnW-00BxnI-1N for linux-arm-kernel@lists.infradead.org; Tue, 16 Jan 2024 11:40:03 +0000 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rPhnM-0007Zl-PM; Tue, 16 Jan 2024 06:39:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=d2vWuSxRr+AvXfOlhUQjdYNlQ6YyHdlleYl51vOgvGE=; b=PPj1+iL5gOhCXl by+GTFosRohyeDQTxpBkr8lYcuLlfCillqodx3UETPYF9dTGCyoYSSC556PSi1D9Xbk291di33S76 0oAa3UILZIh6NEMJm1aBmFZv1uM9POwGBEukf7TJ+eRVNyWKsWT+hsdk0qlFpH0HInr3UR936arjt owi8qnBZJskHp6xhHOqSxLzMkMVeEtrqlltWiOL5X9PmByEes28pYNOPL3tnS6bjbrNvKvyYlFsfP a846qHMW4RKNcYV8NoghqO0WutI4WCEo/TGqbB6VFPmjpo6pvAA3sDPuCffipnNfKJ0vU6KQyTmUe 3UJ+9DtFThHUHR+rMwlQ==; From: Mathieu Othacehe To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Li Yang , Stefan Wahren Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mathieu Othacehe Subject: [PATCH 0/2] Add Phytec i.MX93 Segin support Date: Tue, 16 Jan 2024 12:39:37 +0100 Message-ID: <20240116113939.17339-1-othacehe@gnu.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240116_034002_603399_BF1620DF X-CRM114-Status: UNSURE ( 9.42 ) 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 Hello, This adds support for the Phytec i.MX93 Segin board. Thanks, Mathieu Mathieu Othacehe (2): dt-bindings: arm: fsl: Add i.MX93 PHYTEC with Segin arm64: dts: imx93-phycore-segin: Add Phytec i.MX93 Segin .../devicetree/bindings/arm/fsl.yaml | 6 ++ arch/arm64/boot/dts/freescale/Makefile | 1 + .../dts/freescale/imx93-phycore-segin.dts | 92 +++++++++++++++++++ .../boot/dts/freescale/imx93-phycore-som.dtsi | 54 +++++++++++ 4 files changed, 153 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx93-phycore-segin.dts create mode 100644 arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi