From patchwork Sun Mar 17 16:48:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13594762 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 E6AB1C54E67 for ; Sun, 17 Mar 2024 16:49:13 +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=1XPlb0gxBQyEFBE/jc7R6R1ZdkZaAF8Izzs2tUl8IdY=; b=rxojTeEBz2DwrI EdjcsztWmY10mUn1n4JHxfJI4ng1F1d1eK0a8tE7CBcHMWSwjeXDn5wmTK5ZF0amUciLp1cJPQ207 rBVCUYu9xBCpcuyN2g6TXrDhQWtwnF5Ywpc6skg0BlED4fG2wt7yQPH/PqJtso+RLDiA7T2Evh+Go l6Qdqgfkg//0/HYah+k7TE+msikNbqri//fYvA1sQZahm7LBxGuimslPASTZ33/CrguwwIMXCrgMm Td+QJn+cpK67EqlVViSZL0SntnNnqVb48TlkwF+PkTJj/erRp6p2wGULt/KqQZao2lWiIraPdDL+D eESP/nwcf2xvSi10tJVQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rltgz-00000005nzf-2hhQ; Sun, 17 Mar 2024 16:49:01 +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 1rltgu-00000005nx9-3Trb for linux-arm-kernel@lists.infradead.org; Sun, 17 Mar 2024 16:48:59 +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 67B95FF1; Sun, 17 Mar 2024 17:48:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1710694108; bh=j55/1UNs0ew6e6Ao5e92a5hwLmDa5Po/NC4v48+5tB8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=joxycwIWKBjp5XyXPFGJP44T70lsysaoUKPishP14S6hzbK21eHZmnjAnAIFW8rVN xMiH+AqNIHvy8WOqJITuxxVO0+v9xD8vToBy4raaCAR8AmO+RdpB6J+wf6vSbJP/jE Es9tqXtuCQpdEGdNywH6C50nrxF0UHoPlpKtNJjk= From: Laurent Pinchart To: linux-arm-kernel@lists.infradead.org Cc: Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , imx@lists.linux.dev, Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org Subject: [PATCH v2 1/5] dt-bindings: arm: fsl: Add Compulab SB-UCM-iMX8MPLUS carrier board Date: Sun, 17 Mar 2024 18:48:46 +0200 Message-ID: <20240317164850.32708-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.43.2 In-Reply-To: <20240317164850.32708-1-laurent.pinchart@ideasonboard.com> References: <20240317164850.32708-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-20240317_094857_053389_F1567E88 X-CRM114-Status: UNSURE ( 7.86 ) 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 SB-UCM-iMX8MPLUS is a reference carrier board from Compulab based on the UCM-iMX8MPLUS SoM. Add corresponding DT compatible strings. 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 228dcc5c7d6f..790de9e5fd73 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1068,6 +1068,12 @@ properties: - const: avnet,sm2s-imx8mp # SM2S-IMX8PLUS SoM - const: fsl,imx8mp + - description: Compulab reference carrier board based on the UCM-iMX8MPLUS SoM + items: + - const: compulab,sb-ucm-imx8mp + - const: compulab,ucm-imx8mp + - const: fsl,imx8mp + - description: i.MX8MP DHCOM based Boards items: - enum: