From patchwork Tue Dec 5 15:08:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hugo Villeneuve X-Patchwork-Id: 13480280 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 70D60C4167B for ; Tue, 5 Dec 2023 15:09:07 +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:Subject:MIME-Version:Message-Id:Date: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=hjN7ZKyqkQDJ2NCd7i+BNRHIvXQx/zcJTVi+75p5SVM=; b=ESWYboZ+nPoq+Z u/UupKMDllNLOYAWvS7T/Z/fMDTdvC7x9uNc5FONpTZjIxWC6crvd+dP0X/5uWvWKaCArqPiA+4aC uBKcFrC4pCzX0IoxSc+7mrr4JU/qFDG02e9j3m1sCQK95rlLnWDH5Gbtr60fqCQf6DFA0nUe38NII ZyG25B5umcIUreNJF+i6qQZF8cmlGmjVUE89KiudvbeTJ8Xe/IU/z+zy6qzLol4XJgJPZukcxtlK9 KJmt6IlMaEv8T+bhS3rh9wbOEDcN7VozRzHy/BESufS6+W1TjjE7fk3BOd9/QMytmxogLDA2IWHAM 0aAFcdaqeaEBsptPOMKg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rAX2D-007gE4-1a; Tue, 05 Dec 2023 15:08:29 +0000 Received: from mail.hugovil.com ([162.243.120.170]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rAX29-007gCd-31 for linux-arm-kernel@lists.infradead.org; Tue, 05 Dec 2023 15:08:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=hugovil.com ; s=x; h=Subject:Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Cc:To :From:subject:date:message-id:reply-to; bh=nUcGz6tzLg7tmWQvCSEkSr7yvcUq+dWHUV8K72rQrZA=; b=N6WaSUjuK2qBgEJrBHzzxWel64 HbEjCCH9qA95ebpxJefEjGzxM7c0Nq4Z+H/iO7T4hHI0k3EllyrS8mAQbzAya1YhYPfv9fqVrGpFW JhL18XSiaYtdLNQa7aaS+bVvh2/jNBRE8qjA/1sfjOjFiHWpNtlfaB4HYvYXxCYk8IlM=; Received: from modemcable168.174-80-70.mc.videotron.ca ([70.80.174.168]:34220 helo=pettiford.lan) by mail.hugovil.com with esmtpa (Exim 4.92) (envelope-from ) id 1rAX21-00008q-K3; Tue, 05 Dec 2023 10:08:18 -0500 From: Hugo Villeneuve To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, leoyang.li@nxp.com, robh@kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, hugo@hugovil.com, Hugo Villeneuve Date: Tue, 5 Dec 2023 10:08:11 -0500 Message-Id: <20231205150814.344883-1-hugo@hugovil.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 70.80.174.168 X-SA-Exim-Mail-From: hugo@hugovil.com Subject: [PATCH v5 0/3] board: imx8mn-rve-gateway: add support for RVE gateway board X-SA-Exim-Version: 4.2.1 (built Wed, 08 May 2019 21:11:16 +0000) X-SA-Exim-Scanned: Yes (on mail.hugovil.com) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231205_070826_118132_6AEB5541 X-CRM114-Status: GOOD ( 11.68 ) 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 From: Hugo Villeneuve Hello, this patch series add support for the RVE gateway board. Thank you. Link: [v1] https://lore.kernel.org/all/20231101144303.2653464-1-hugo@hugovil.com/ https://lore.kernel.org/all/20231101144057.2653271-1-hugo@hugovil.com/ [v2] https://lore.kernel.org/all/20231101183549.2960083-1-hugo@hugovil.com/ [v3] https://lore.kernel.org/all/20231102193121.1676000-1-hugo@hugovil.com/ [v4] https://lore.kernel.org/all/20231103142831.2116163-1-hugo@hugovil.com/ Changes for V2: - Combine separate patches as a series. Start series at 2 to avoid confusion. Changes for V3: - Fix coding style / indentation - Change vmmc supply for usdhc2 node - Disable uart2 node instead of removing it. - Remove MAINTAINERS board entry - Add SOM compatible string - Drop some status = "okay" Changes for V4: - Fix dtbs_check warning for compatible string "rve,rve-gateway" (remove acked by tag because of that change) Changes for V5: - Fix indentation for gpio-line-names - Add Krzysztof "Reviewed-by" tag for patch 2 Hugo Villeneuve (3): dt-bindings: vendor-prefixes: add rve dt-bindings: arm: fsl: add RVE gateway board arm64: dts: freescale: introduce rve-gateway board .../devicetree/bindings/arm/fsl.yaml | 4 +- .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../boot/dts/freescale/imx8mn-rve-gateway.dts | 285 ++++++++++++++++++ 4 files changed, 291 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts base-commit: bee0e7762ad2c6025b9f5245c040fcc36ef2bde8