From mboxrd@z Thu Jan 1 00:00:00 1970 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 42C39C433F5 for ; Mon, 10 Oct 2022 14:07:23 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wNbq/LvooalTx2ZIeRPUV0U57aGHOP3Jkns0Y54IQUQ=; b=OxWxuETMk4MgEq F2iZadl6u7FFLszC5FTe+iTRcuBTYd2RlM0gWyaX3qTG/VvyDTL8Fuh0hfced9RA4M2CoEhAEJ2Gt NhBpdXlfHcOlnl+QXMf2vGa+U6saFAY3poycw5wiX+mE0cqk9EUW0lFoKt72uBlMP33eeDvPr0JWs wSvej8hAbJg91Se9LJ170Vqz2jqHd1KzJWxuwg0QSQFfkx9rApwQpqiXcXZKZwPfBAOH3IC1DaYFf kNl8y2TNxmlMw2EIk40hkQHDX4xRRjm9DAejzCLT+22kA/Jb+s63EBAmDz1WoTx+tZyo5nDg5cVr+ mKfA0W096lBHIqvkRynw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ohtQH-0019SM-8p; Mon, 10 Oct 2022 14:06:25 +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 1ohtQE-0019Re-66 for linux-arm-kernel@lists.infradead.org; Mon, 10 Oct 2022 14:06:23 +0000 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 43EBCBB0; Mon, 10 Oct 2022 16:06:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1665410780; bh=gja20346I3bUT9Z+qGWH0jCghH8BNAcyCZum5x9aNjQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TTtuwDTQnYeWYrVEOlnhS3A2y4m+R1ro0PIr0JQw/FJbv3NnsmsOl19OYN2CaSNAs EnltXU8iCO+NCUAKvzx2aCdptWf+c83+Jp9BZYph1NWEEJQy2CjET9BsgHTST5eaCb 8WKvT+Hk2Hzc2RapmVSWB9N34WJorJCxM9EdiIFk= Date: Mon, 10 Oct 2022 17:06:14 +0300 From: Laurent Pinchart To: Dan Scally Cc: Kieran Bingham , devicetree@vger.kernel.org, krzysztof.kozlowski@linaro.org, leoyang.li@nxp.com, linux-arm-kernel@lists.infradead.org, marcel.ziswiler@toradex.com, robh@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, debix-tech@polyhex.net Subject: Re: [PATCH v2 2/3] dt-bindings: arm: fsl: Enumerate Debix Model A Board Message-ID: References: <20221010133146.1430768-1-dan.scally@ideasonboard.com> <20221010133146.1430768-3-dan.scally@ideasonboard.com> <166541021982.3760285.2314715216039776873@Monstersaurus> <7a7699fd-d8aa-3657-eefc-16bac57ff444@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <7a7699fd-d8aa-3657-eefc-16bac57ff444@ideasonboard.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221010_070622_395194_734CED44 X-CRM114-Status: GOOD ( 16.23 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Oct 10, 2022 at 02:57:35PM +0100, Dan Scally wrote: > On 10/10/2022 14:56, Kieran Bingham wrote: > > Quoting Daniel Scally (2022-10-10 14:31:45) > >> Add an entry to the list of imx8mp boards denoting the Debix Model A > >> board from Polyhex Technology Co. > >> > >> Acked-by: Krzysztof Kozlowski > >> Reviewed-by: Kieran Bingham > >> Signed-off-by: Daniel Scally > >> --- > >> Changes in v2: > >> > >> - Dropped 2gb suffix, added hyphens for readability (Laurent) > >> > >> Documentation/devicetree/bindings/arm/fsl.yaml | 1 + > >> 1 file changed, 1 insertion(+) > >> > >> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > >> index 7431579ab0e8..fc0c8eb15114 100644 > >> --- a/Documentation/devicetree/bindings/arm/fsl.yaml > >> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > >> @@ -931,6 +931,7 @@ 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-model-a # Polyhex Debix Model A (2GB) Board > > > > If we've dropped the 2gb suffix from the compatible string, does that > > mean we should drop it from the description too? I presume the > > implication is that we can support different sizes from the same compat > > string. > > Argh! Yes, my bad - I'll fix that. What that change, Reviewed-by: Laurent Pinchart > >> - 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 -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel