From patchwork Sat Jun 8 18:04: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: 13691069 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 49271C27C6E for ; Sat, 8 Jun 2024 18:05: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=oKwGF2gtjbNIW8EpNoBetA+eZpm0Y8ca4XHEKuIMA9w=; b=OMM27tR+347lFT Keg8LcC5Wpiqu6bBfY5Px9ud8JMuAT+8zicDqm6+NEQAm0yecZznnXGkuVP8HC+ucxXXwMEKf3L6a YQYiUghyqGEXbQVq21CAVRdzNVmWPnFQxuWzaHKQJOlcjuEx80EY3c0OD5XB6p9rQY96XLi8jVogd Hs5Fg976NcU66QipXDXn8g4y5QLePxWCuns0UnVYm8jpZTiYt388AD3naHJdML5LJJgKY3kZfHkMx bgn3Cy6+4rywKNb03syeqlbDNt53us1TylmUh4SwRns9qNBgmgc4VG9VS9fSEiLOKJNdxO3Vaw6eG XQ3dM3cohVLUw6JadLqg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sG0RF-00000000VZZ-356g; Sat, 08 Jun 2024 18:05:13 +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 1sG0RA-00000000VXt-46sx for linux-arm-kernel@lists.infradead.org; Sat, 08 Jun 2024 18:05:10 +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 83057293D; Sat, 8 Jun 2024 20:04:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1717869896; bh=hVJZk1PRuniyzRk9IeTmSUpJs0oQ+ZbEKi2d9LVRtsc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SEJ6zUBvJy16B4rzBsw4ITLJ6RX8pRJxMXZU88Y+AiefMyGSmAaGfkWFPqkO7yHz5 iuuotgKBMsj2VlN5AYtxEHU9lWmi1FQduhyd+00TD/svHOhxLlYkUi127ane5x0zF5 nBWtaMFPFf9KO4fZxQ/ogI+6u5dSQylKNv4QChPw= From: Laurent Pinchart To: linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev Cc: devicetree@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Shawn Guo , Li Yang , Marco Contenti , Nate Drude , FrancescoFerraro , Harshesh Valera , Ahmad Fatoum Subject: [PATCH v3 1/4] dt-bindings: arm: fsl: Add Variscite DT8MCustomBoard with DART MX8M-PLUS Date: Sat, 8 Jun 2024 21:04:44 +0300 Message-ID: <20240608180447.31378-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.44.2 In-Reply-To: <20240608180447.31378-1-laurent.pinchart@ideasonboard.com> References: <20240608180447.31378-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-20240608_110509_289929_10004D04 X-CRM114-Status: UNSURE ( 6.76 ) 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 DT8MCustomBoard is a carrier board from Variscite compatible with the family ox i.MX8M DART modules (i.MX8MM, i.MX8MN and i.MX8MP). Add an entry for the DT8MCustomBoard v2 mounted with a DART MX8M-PLUS module. Signed-off-by: Laurent Pinchart Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 6d185d09cb6a..4fd0a158a6f5 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1149,6 +1149,12 @@ properties: - const: tq,imx8mp-tqma8mpql # TQ-Systems GmbH i.MX8MP TQMa8MPQL SOM - const: fsl,imx8mp + - description: Variscite DT8MCustomBoard with DART i.MX8MP module + items: + - const: variscite,dart-mx8mp-dt8mcustomboard-v2 # Variscite DART-MX8M-PLUS on DT8MCustomBoard 2.x + - const: variscite,dart-mx8mp # Variscite i.MX8MP DART-MX8M-PLUS module + - const: fsl,imx8mp + - description: i.MX8MQ based Boards items: - enum: