From patchwork Thu Nov 2 19:31:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hugo Villeneuve X-Patchwork-Id: 13444148 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 84C76C4332F for ; Thu, 2 Nov 2023 19:32:38 +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=KBgLEcMl/omF5vKkmgwd5RFKZCU0qrsINv08CwMBYHk=; b=DrLax2zQgOG3JX m7kx2a78xqmldkCpZK+sz9wpUqpb5AP4qdfz9tqfRbyjAkfC/grbt3KlDqnCb72N2dh8WlNqndvBt OmYhKWZDtMdaYTWXJFjiaI52y/63jAwCZHJXbe29Hr9q3gfybI6fk3Q4PfUVuSEZmCJzued5qzE6X qt4zB1aFBz4X50QqHR1Dpu4cSZPf90q+gZ5iDjWsEqjRZ0Zy8zW21rjhXW/brp7WfbaWEIuLqLY1J 7ipqrzsqno1j0+6eoeNu50RmdIRI+JGydxmbDSOktB2uL1rjKmu6FE+IDVFEZ1V+OcFOs3BTUcaIi pNvMKocvH9gtMVpEvI/g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qydPz-00AATo-26; Thu, 02 Nov 2023 19:31:51 +0000 Received: from mail.hugovil.com ([162.243.120.170]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qydPu-00AARj-16 for linux-arm-kernel@lists.infradead.org; Thu, 02 Nov 2023 19:31:50 +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=MMBoaFWvHyo5+Qwqx08k6Bz/JCRvP050Pf0KsFHli4Q=; b=fALMgy1syvvh+xxmUWxQp9t80L tISZ3BtlrZ5jbtrh7VnbRmJxO7qr1efiaffe9YAh1z1uhUGu/I70xgodQjbYkemiYIrQGNCIHLSnN ze0TjXa/cRhf45rCW9B3xd8y9ocS5ZmMn7xpFeWSl0JpKCpeF6yTrC71Tq4gHOwq7VaA=; Received: from modemcable168.174-80-70.mc.videotron.ca ([70.80.174.168]:46024 helo=pettiford.lan) by mail.hugovil.com with esmtpa (Exim 4.92) (envelope-from ) id 1qydPY-00042s-CR; Thu, 02 Nov 2023 15:31:29 -0400 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: Thu, 2 Nov 2023 15:31:18 -0400 Message-Id: <20231102193121.1676000-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 v3 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-20231102_123146_489286_539EBC3A X-CRM114-Status: GOOD ( 11.58 ) 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/raw https://lore.kernel.org/all/20231101144057.2653271-1-hugo@hugovil.com/raw [v2] https://lore.kernel.org/all/20231101183549.2960083-1-hugo@hugovil.com/raw 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" 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 | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../boot/dts/freescale/imx8mn-rve-gateway.dts | 282 ++++++++++++++++++ 4 files changed, 286 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts base-commit: 4652b8e4f3ffa48c706ec334f048c217a7d9750d