From patchwork Mon Jan 8 11:02:39 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Othacehe X-Patchwork-Id: 13513277 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 0DA50C47079 for ; Mon, 8 Jan 2024 11:03:56 +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=Ia4a3qg8JrdJqDqwnYOUUA/BM0bRlc7o+D5cXSPbRRo=; b=IfvTVB914vZHJL 0xXnbWYyFEf4lR4qoBzgzrcBXlwI8vpkV9vokmI5m81NCTD0JbUh1A54fyD6YIW2+/DRMUO+QaFWF FqkU63AmmjwRZ7LqeekzWR9Wip0aJkHjyBAxRBsnbZKjNf9lNljaj0vXffQIneGzbCs7pHFyWI2cj N86fMHHgfjXQAhFG4q3+Jqkub5ZGPiBODACdkebc86NMPKnRGQEhxVhiINnzzou2AxcdUXJ/HEiSq 4Ys8THAQl5YeMuk80nDx+JJ1Uhy5mO3n/kUfsDvUuhgHI85tPYG7bd4QW2ssbCMpHGpR4uvgBLD9X vOql8iE9u7O+C18w1xUw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rMnPh-004fla-03; Mon, 08 Jan 2024 11:03:25 +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 1rMnPd-004fju-38 for linux-arm-kernel@lists.infradead.org; Mon, 08 Jan 2024 11:03:23 +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 1rMnPX-0001RP-4U; Mon, 08 Jan 2024 06:03:15 -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=mIJRlHkniiinnHEUw+7lzJw1kYFFsFuw7bpYHN2hxYI=; b=Jr8qi1qX3WHLCe RlyodG73p3Go2BZmGLShfJT4wzXaalAdAyfY70PytL5X7VUpguaZB6Iee6Iy58UGECihtX72+0COu P5s84rkz9bE7uFiJE0/pdNpmGdj3/IGSiV/lkirHp4NuOSrvfhVqtfPrFkCXcTr7r0kk6QYoXdN7K XrDuLRbDqf/GaICh/vy0SwpdFsrxtJ1C7Kip9jHgJRgTCd444vtazBmShzzQ6OOKi0+rvMrZPayXG 8JKjVOHQgMrdXYRPvK6KyRgxFHxP1ma2ytWdUiSVbzehRZvysTFpX+V+vBD+YOjer8LwrjRKObcBd HxrlwK1APk1wh+ih7Saw==; 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 v7 0/2] Add Variscite VAR-SOM-MX93 support Date: Mon, 8 Jan 2024 12:02:39 +0100 Message-ID: <20240108110241.8555-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-20240108_030322_012055_36F2A9EA X-CRM114-Status: GOOD ( 12.18 ) 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 v7 adding support for the Variscite VAR-SOM-MX93 SoM on Symphony Board. Thanks, Signed-off-by: Mathieu Othacehe --- Changes in v7: - Move the iomuxc nodes to the end of the files 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 v6: https://lore.kernel.org/linux-devicetree/20240103202243.26994-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