From patchwork Tue Dec 13 15:20:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Scally X-Patchwork-Id: 13072138 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 1EC84C4332F for ; Tue, 13 Dec 2022 15:21:50 +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=dhfcMqXIwcfrr+6FqmVAZW0Q/5hGu8xIZKJGV6WD4A8=; b=Omuz+//fgbCYQZ iSh8GrHVWqhQNY5kFDDYfyihJ53anE1ORrjWoBOoESvRHQU58LEMjWCmY7wONsqEIvrDe6QAGjNx7 xg4ps71oE43ePkvTYvUV57R2ilrTSs+XXBbPdwXdzS23ih3D2XgHm3CHCWfGgzSclewmwtQ4NblAX +W6ok7hQ3vSLNBzfNVeayOfB4XccNPN+NP8fq5JSNoTyzL1bPAxudZ4a5VMH9wR0OaDUaOpZn8pMP 5Dl1Gt1XhChY0Nr94qXwtWeWGbnV7Csu0LKPx1C9XSUyVj5awTZYGegYYTvPKYYssmRdmNGRpclDN +O+dcEtOQmXY6imlkTDA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p575L-001f3K-AW; Tue, 13 Dec 2022 15:20:47 +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 1p575I-001f1I-9r for linux-arm-kernel@lists.infradead.org; Tue, 13 Dec 2022 15:20:45 +0000 Received: from mail.ideasonboard.com (cpc141996-chfd3-2-0-cust928.12-3.cable.virginm.net [86.13.91.161]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id E68FEBB0; Tue, 13 Dec 2022 16:20:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1670944841; bh=r3w6eLgIyDSR0wdWfcE1o47S2DJudyt3GldpfBlxWfA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Tav1ULhOgJTpQjFA8eP/WShaIqDfMf873Hm28ge4QY1GaIjlAc7fdgBHCbgQvGhPG S2+oYpYlXcPCCTL7aLxv8Zbiytw07LusawL4b6RWgvXHWc4/EgZdCsJ9H+AsOhjtw8 Cw+L+xMkTD6vCy799wc6UlNaErvi9o/jnR8bZyHo= From: Daniel Scally To: krzysztof.kozlowski@linaro.org, shawnguo@kernel.org, robh@kernel.org, marcel.ziswiler@toradex.com, leoyang.li@nxp.com, linux-arm-kernel@lists.infradead.org Cc: s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, laurent.pinchart@ideasonboard.com, kieran.bingham@ideasonboard.com, debix-tech@polyhex.net, m.felsch@pengutronix.de, a.fatoum@pengutronix.de, Daniel Scally Subject: [PATCH v6 2/3] dt-bindings: arm: fsl: Enumerate Debix Model A Board Date: Tue, 13 Dec 2022 15:20:23 +0000 Message-Id: <20221213152024.2638377-3-dan.scally@ideasonboard.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221213152024.2638377-1-dan.scally@ideasonboard.com> References: <20221213152024.2638377-1-dan.scally@ideasonboard.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221213_072044_531614_3C940426 X-CRM114-Status: UNSURE ( 9.25 ) 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 Add entries to the list of imx8mp boards denoting the Debix Model A board from Polyhex Technology Co, along with a more generic entry that can be used where both the Model A and Model B are supported. Acked-by: Krzysztof Kozlowski Reviewed-by: Kieran Bingham Tested-by: Laurent Pinchart Signed-off-by: Daniel Scally --- Changes in v6: - None Changes in v5: - Added the polyhex,imx8mp-debix entry (Ahmad) changes in v4: - None Changes in v3: - Dropped (2GB) from the comment too (Kieran) Changes in v2: - Dropped 2gb suffix, added hyphens for readability (Laurent) Documentation/devicetree/bindings/arm/fsl.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 0a5c4e29067a..40fb4b603c37 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -935,6 +935,8 @@ properties: - dh,imx8mp-dhcom-pdk2 # i.MX8MP DHCOM SoM on PDK2 board - fsl,imx8mp-evk # i.MX8MP EVK Board - gateworks,imx8mp-gw74xx # i.MX8MP Gateworks Board + - polyhex,imx8mp-debix # Polyhex Debix boards + - polyhex,imx8mp-debix-model-a # Polyhex Debix Model A Board - toradex,verdin-imx8mp # Verdin iMX8M Plus Modules - toradex,verdin-imx8mp-nonwifi # Verdin iMX8M Plus Modules without Wi-Fi / BT - toradex,verdin-imx8mp-wifi # Verdin iMX8M Plus Wi-Fi / BT Modules