From patchwork Mon Mar 25 20:32:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13602918 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 C44E6CD11DB for ; Mon, 25 Mar 2024 20:33:29 +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:References:In-Reply-To: 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: List-Owner; bh=k9RzA81W2fnyL3s6jwYDVm3IcpMVKxjf+j9v4LxtY5E=; b=e0nguBbmPVGLYp dscOFsTdWbazdA6PZ07PIAptWQFFadqGtMq443qhjlS0z5KLdJFJAOcl3nXh4Rk4Y2qNkrbhLmz7T qr1h9/elMlboEkkCd6UlZNKXnUFUdkkGXhCv3JMyGhMgGFYIMweG/Yl6qYkgatYR8QXe7tWgEPfnP uBQcQUNhy6jL4tXDCEKP5AH5s4EbE2S+KOZC9bC0jjD6Si5R3D4OCI7CXpv8kUwobTKvsqf0lkUTF 4O96dS50MEl8kRBgX+diCmLeeOlmNiIH14XzWKlSlz8kkcQPqhT1M1Z4Oyn0+eyE/op4eo8tLd3ki sGptnBictkrs22piw+dg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1ror0S-00000001oyc-3LPN; Mon, 25 Mar 2024 20:33:20 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1ror08-00000001opk-0mMp for linux-arm-kernel@lists.infradead.org; Mon, 25 Mar 2024 20:33:01 +0000 Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id D745538DA; Mon, 25 Mar 2024 21:32:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1711398748; bh=6XJEvL6Keu+x7laHymQSy+SNnk9GUCpJ3qj8qn+9C2o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=a5leokgP7DgOlPH4dOqxE5KAP51RP0RPGFqROhG7RTKZd2ZWVWrgmIHwfddRRBP9W ME5GaXZNNDEdJnQvT3+uWuIQ7e4f8iqiEOLi3sLq7mtYi34RngGzi0FHTZgBENHueR g+0nLmhbjZt25/bKxV0WXmxvVKnJELt1WtUYHyfs= From: Laurent Pinchart To: devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Cc: Trevor Zaharichuk , Greg Lytle , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Li Yang Subject: [PATCH 4/5] dt-bindings: arm: Add Au-Zone Maivin AI Vision Starter Kit Date: Mon, 25 Mar 2024 22:32:44 +0200 Message-ID: <20240325203245.31660-5-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.43.2 In-Reply-To: <20240325203245.31660-1-laurent.pinchart@ideasonboard.com> References: <20240325203245.31660-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240325_133300_390167_93BBE182 X-CRM114-Status: UNSURE ( 8.49 ) X-CRM114-Notice: Please train this message. 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 The Maivin board is an AI vision starter kit sold by Au-Zone Technologies, developed in collaboration with Toradex and Vision Components. It is based on a Toradex Verdin i.MX8MP SoM. Add a corresponding compatible string. Signed-off-by: Laurent Pinchart --- Documentation/devicetree/bindings/arm/fsl.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 0027201e19f8..d892c4f9fda3 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1064,6 +1064,13 @@ properties: - toradex,verdin-imx8mp-wifi # Verdin iMX8M Plus Wi-Fi / BT Modules - const: fsl,imx8mp + - description: Au-Zone Technologies i.MX8MP-based boards + items: + - const: au-zone,maivin-starter-kit # Au-Zone Maivin AI Vision Starter Kit + - const: toradex,verdin-imx8mp-nonwifi # Verdin iMX8M Plus Module without Wi-Fi / BT + - const: toradex,verdin-imx8mp # Verdin iMX8M Plus Module + - const: fsl,imx8mp + - description: Avnet (MSC Branded) Boards with SM2S i.MX8M Plus Modules items: - const: avnet,sm2s-imx8mp-14N0600E-ep1 # SM2S-IMX8PLUS-14N0600E on SM2-MB-EP1 Carrier Board