From patchwork Tue Dec 5 15:08:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hugo Villeneuve X-Patchwork-Id: 13480281 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 43FFBC4167B for ; Tue, 5 Dec 2023 15:09:14 +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:References: In-Reply-To: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:List-Owner; bh=11IaTOcgSkcCGog3B2ysG7hTofIyFVX7zGQaFAnVQVc=; b=rH64Zk/HH/0qrmCnQ+HxllviqT WSdiD/Ih6wX9xp3IM0LMtYSbZXa+98kaE9oo6Y2NhyKDXUDmA0jp180n2FXsvBcywhJWzWuWCqLOf x8qaFKPl3S9aA7QyeHMQgoUtdJZUTJ5ne8vOrNR+Mzx0mQKjBV5Wl9Tkr7i/dQLOQWz+1kD/iv0Vf k4mrJMbBzkc6VULcU4BYsU7x0y/sUT1ZJugqYqCyyVfO6+rnjZPcbqZvLoiXVFaIev9GIzq4c7abn v5FWmaJnHTLg/L4vVpA3xjwSvFQxqK+ipZMppFa9Sa1DWHQ0iiP+1atoQfSN9Fo7uiysNv+Jc0dO/ mvBFmvGg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rAX2H-007gG6-2P; Tue, 05 Dec 2023 15:08:33 +0000 Received: from mail.hugovil.com ([162.243.120.170]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rAX2C-007gDe-02 for linux-arm-kernel@lists.infradead.org; Tue, 05 Dec 2023 15:08:29 +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=ipE4edW28T4DIP0GnQdi1keyJ3mpaXWRmPh06e6uG5U=; b=Lr9JeFoS+zrFPnHPDPALivXO94 mUNh+nvr0NR8XRZUu7EweJMYRfa+QBNOs02XHOwwFk35NYr6F9j35XpoY6G8W+PVAJXzlqTi4MBtg ng+Iqqx0hcPsC7/RoAYaCIgcKzCv8XQ2fAg6MKus+jBfbgRe8gDJz5HWDYcSr43LXSIs=; 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 1rAX24-00008q-Rq; Tue, 05 Dec 2023 10:08:21 -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 , Krzysztof Kozlowski Date: Tue, 5 Dec 2023 10:08:13 -0500 Message-Id: <20231205150814.344883-3-hugo@hugovil.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231205150814.344883-1-hugo@hugovil.com> References: <20231205150814.344883-1-hugo@hugovil.com> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 70.80.174.168 X-SA-Exim-Mail-From: hugo@hugovil.com Subject: [PATCH v5 2/3] dt-bindings: arm: fsl: add 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_070828_048468_FDFFEAA0 X-CRM114-Status: GOOD ( 10.25 ) 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 Add DT compatible string for RVE gateway board based on a Variscite VAR-SOM-NANO with a NXP MX8MN nano CPU. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Hugo Villeneuve --- Documentation/devicetree/bindings/arm/fsl.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 32b195852a75..5b98a17b65b5 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1022,7 +1022,9 @@ properties: - description: Variscite VAR-SOM-MX8MN based boards items: - - const: variscite,var-som-mx8mn-symphony + - enum: + - rve,rve-gateway # i.MX8MN RVE Gateway Board + - variscite,var-som-mx8mn-symphony - const: variscite,var-som-mx8mn - const: fsl,imx8mn