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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7055C6FD1D for ; Tue, 14 Mar 2023 10:26:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230499AbjCNK0G (ORCPT ); Tue, 14 Mar 2023 06:26:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51580 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231231AbjCNKZM (ORCPT ); Tue, 14 Mar 2023 06:25:12 -0400 Received: from smtp-1908.mail.infomaniak.ch (smtp-1908.mail.infomaniak.ch [IPv6:2001:1600:4:17::1908]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E403113FE for ; Tue, 14 Mar 2023 03:24:45 -0700 (PDT) Received: from smtp-3-0000.mail.infomaniak.ch (unknown [10.4.36.107]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4PbV4x1xQmzMqQGL; Tue, 14 Mar 2023 11:24:33 +0100 (CET) Received: from unknown by smtp-3-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4PbV4w4Z9Kz2N3k; Tue, 14 Mar 2023 11:24:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pschenker.ch; s=20220412; t=1678789473; bh=X4/Hp0n5u3CXahOF9AJ2CShTezdyjc/3NlBOWzdXARQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ta5cCO9dciY3PFgXzMaRnyUfmW1Pnv6qMCFUhOEYFTa8bQRF0oJQbn4Sjv6FIXZ8T GmJVX3CW+n5tcRtx07J7PIckqMH9Hk0nce5mvIJjpqAlLUJ8LgJiggyn5Ej55aaxy6 qvPcgLqhXyO/nGIX4s0fTA/y3YxF1l+3eECFdw18= From: Philippe Schenker To: devicetree@vger.kernel.org, Shawn Guo , Sascha Hauer Cc: NXP Linux Team , Frank Rowand , Rob Herring , Krzysztof Kozlowski , Fabio Estevam , Pengutronix Kernel Team , linux-arm-kernel@lists.infradead.org, Philippe Schenker , Krzysztof Kozlowski , Denys Drozdov , Fabio Estevam , Frieder Schrempf , Li Yang , Marcel Ziswiler , Marek Vasut , Matthias Schiffer , Max Krummenacher , Stefan Wahren , linux-kernel@vger.kernel.org Subject: [PATCH v2 20/23] dt-bindings: arm: fsl: Add colibri-imx8x carrier boards Date: Tue, 14 Mar 2023 11:24:06 +0100 Message-Id: <20230314102410.424773-21-dev@pschenker.ch> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230314102410.424773-1-dev@pschenker.ch> References: <20230314102410.424773-1-dev@pschenker.ch> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Infomaniak-Routing: alpha Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Philippe Schenker Prepare the dt-bindings for the new colibri-imx8x carrier-boards Aster and Iris. The Toradex SoM standard is called Colibri, fix the typo. Signed-off-by: Philippe Schenker Acked-by: Krzysztof Kozlowski --- Changes in v2: - Added Krzysztof's Acked-by, thanks! Documentation/devicetree/bindings/arm/fsl.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 2c90455722f0..750b8b949219 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1154,10 +1154,13 @@ properties: - fsl,imx8dxl-evk # i.MX8DXL EVK Board - const: fsl,imx8dxl - - description: i.MX8QXP Boards with Toradex Coilbri iMX8X Modules + - description: i.MX8QXP Boards with Toradex Colibri iMX8X Modules items: - enum: + - toradex,colibri-imx8x-aster # Colibri iMX8X Module on Aster Board - toradex,colibri-imx8x-eval-v3 # Colibri iMX8X Module on Colibri Evaluation Board V3 + - toradex,colibri-imx8x-iris # Colibri iMX8X Module on Iris Board + - toradex,colibri-imx8x-iris-v2 # Colibri iMX8X Module on Iris Board V2 - const: toradex,colibri-imx8x - const: fsl,imx8qxp -- 2.39.2