From patchwork Wed Jan 3 20:22:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Othacehe X-Patchwork-Id: 13510496 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 920C7C3DA6E for ; Wed, 3 Jan 2024 20:23:36 +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=GmNRnHofvN49n1GCyYpODeRudMcgnEe1dxq8KCAlk8s=; b=qW+3dVmSJocMxF e/16YWw0wfSbwg4pfnJQWtJL5bGPANXTEirt32Vuk7gsPMdOKVH3x6fJ7HOzV2UlEkX6sPXW5O6q7 bNULc9iFX2VjbpvjKHr5z2mbkXC7wZ603EoNpuK7kizQPVRSv9i70IDN9lQJYWF2YTRR6PYLZ8bkp ANbS3L+7P/nYkqB7WCdutw93w5nwWRboHndnzv7OyfBPPEAoMOsQEC3u8SpggnpBfOs2a5hNHktrV rNFV/srZMOW1gh5EdLmcxkd/YfNc4e4D8Fp0CQVrSo92tTColCnK6cuA6zYsAtPBowoI0l5xsggt8 BaVlcnoQSZpKgoor+LrA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rL7lc-00C216-22; Wed, 03 Jan 2024 20:23:08 +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 1rL7lZ-00C1xs-15 for linux-arm-kernel@lists.infradead.org; Wed, 03 Jan 2024 20:23:07 +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 1rL7lR-0005WO-83; Wed, 03 Jan 2024 15:22:57 -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=YWxnBabbrVqRg4Mf5ts2saE5qEyZ2VS2UrRZPZwlE5c=; b=J0YU1dG7oUyvn0 b9aoOgpbOX9gUXAXDtKSnbS2YOhmAVDWRR06vB/fTIrapl/BwpF9oIW0AJpVbMtU/zgXcZa7Y9ouc AJ3q2gHA6PMkoIqr6IiIR7e8/C7/YwRsoWBMlbDiCdjO3zo6U7AvcIiCP6I6lUplB1OEfzi39HWEY 7KQPS35ynzTM6rNmBxt9boKBaFfzNpyTsJJyMyfNoSqnvo9lHg4Nr4DOrGRCPLKKUWVBRd5dzPztm DrG47tL5P6nwACd/Tgfxa8yRqhuXu1bT0W3E8t9A3kbO9pOdHvJazn8rfQGA7RbKpdfjHrjrUpinU aABC8x0MpDlOQ2DDoXqQ==; 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 v6 0/2] Add Variscite VAR-SOM-MX93 support Date: Wed, 3 Jan 2024 21:22:40 +0100 Message-ID: <20240103202243.26994-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-20240103_122305_581402_73FFFFF0 X-CRM114-Status: GOOD ( 11.11 ) 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 Hey, This is a v6 adding support for the Variscite VAR-SOM-MX93 SoM on Symphony Board. Thanks, Signed-off-by: Mathieu Othacehe --- Changes in v6: - Fix gpio-keys and leds nodes - Fix dtb_checks warnings Changes in v5: - Add gpio-keys and gpio-leds - Enable lpuart6 Changes in v4: - Add ethernet0 alias - Remove useless properties Changes in v3: - Fix indentation on a continuation line - Remove useless nodes and include Changes in v2: - Remove "nxp,pca9451a" block - Fixed checkpatch warnings - Fixed dtb_checks warnings - Introduce dt-bindings documentation v5: https://lore.kernel.org/linux-devicetree/20240103143639.32280-1-othacehe@gnu.org/ Mathieu Othacehe (2): dt-bindings: arm: fsl: Add VAR-SOM-MX93 with Symphony arm64: dts: imx93-var-som: Add Variscite VAR-SOM-MX93 .../devicetree/bindings/arm/fsl.yaml | 6 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../dts/freescale/imx93-var-som-symphony.dts | 351 ++++++++++++++++++ .../boot/dts/freescale/imx93-var-som.dtsi | 111 ++++++ 4 files changed, 469 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts create mode 100644 arch/arm64/boot/dts/freescale/imx93-var-som.dtsi