From patchwork Sun Feb 19 03:11:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13145783 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 C53A9C64EC4 for ; Sun, 19 Feb 2023 03:13:00 +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=g/6U9BJx31oKLSdDsX/K44kdMDCDs5CCpHeytVi59bM=; b=m/I5CyG9NtvwO+ O9+CwO/bsziVZCNefXS6d+0BWvPecBgPGbVX6+MwC0vTLPvp8d4PoccThGZ4yO4Yw70IbhP7YsT6l fAsxQw3GgVnKKTl2W+nXK+VZ2M8eWQwaTqa/XkiiIr4M+7xPwzfmHYPvBXbD0FRKBIKRn4oM0L97D +vPddjfku51h18KvLqraZ6cZL4AsNH0uRCbixIP8Cc7ynF8dczg+EYAd43f3nWiYSPBqnA9fItbJ3 6rJeCEDAhw+PmORkudWy7QaCC7Bp6ameKOodPE5AR7FTZU//7oGWZ0KZh7Hnxn7qUmf0zXJqffUH7 deY3T1+JuntVj60egoRQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pTa72-000bSg-2A; Sun, 19 Feb 2023 03:11:40 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pTa6x-000bQn-Ty for linux-arm-kernel@lists.infradead.org; Sun, 19 Feb 2023 03:11:37 +0000 Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 90FBA92A; Sun, 19 Feb 2023 04:11:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1676776290; bh=X0lLUInyPkKpHOsyCncJoPlX1g8/5aikh+d1ToQIWFg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=U2CY/wuOzp8IWp0EKYP7C6hegzV84reJK0EzcJ7sJ69KRtrrtJbmz6FCzgYStBORK zJpkZkZ61Z7g5n83rE4LnJATmfMTecIv6MfKZgYFpNoxwFvZE4rUvImOMiYF1t8hfo 8WiL7nRQwE1ttFAhMGiqD6Q3QlmbHdrHfxMEqZ9Q= 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 Subject: [PATCH v1 1/4] dt-bindings: arm: fsl: Add Variscite DT8MCustomBoard with DART MX8M-PLUS Date: Sun, 19 Feb 2023 05:11:23 +0200 Message-Id: <20230219031126.19372-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230219031126.19372-1-laurent.pinchart@ideasonboard.com> References: <20230219031126.19372-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-20230218_191136_153635_EC698289 X-CRM114-Status: UNSURE ( 8.38 ) 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 05b5276a0e14..d62c5643e78f 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -990,6 +990,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: