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 88D23C433F5 for ; Mon, 3 Oct 2022 12:21:08 +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=A/lyDpXAgcIkwMKzOC9azcARcNsPGvrytG9LnijfBmg=; b=QyOdXUhkm7nVfT edvOfLauPgsvZ8mkcDfoFLd2K1aThJcYNqG/2Fkl61I9+2fd3SrRMDGXzvHWakg1GhS6CPgHMa5y9 MCRVMHzvnluc/HCLdlHhe4XDgXBOKy+nON9sxCobJPXaGhqBjBqmW4hGRUl0KFCeY+UaAsiIAXoWG wnuF95zTs+MXVXRnQBr3n5m/kNnGknNMNWd5aDVDkB7nMmz7+/fJUIIETvZ2CqhB33g7inYzkPhW4 wMZpN8FQMmojZ/YUgV3tpHFANLeLjL5Ypk5ufkvorwn7ezOYqua7EGzcIO6pXV3xLERINFjXPbmzz 6dFisX1eFt7fed3t3eyA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofKQa-005esi-KU; Mon, 03 Oct 2022 12:20:08 +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 1ofKQX-005erP-NY for linux-arm-kernel@lists.infradead.org; Mon, 03 Oct 2022 12:20:07 +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 4E8EF440; Mon, 3 Oct 2022 14:20:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1664799603; bh=Z/GvY+euJrqFoaFm1VouA6eViwI3B0y9El9xpY/hWWQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MigYGc2is7lqjwq1Jmz3BkgJeI5PlXtEiDjJqZHeHC7299RJoRjwghhHuq7qcM71j 23ll9a3rw40sq34nePo7RPwl4wwqrk5wfgep/u79imtX+VFq5MwMC2y0Es57xT/5IJ QZ3gaaIr1XOcukrxAv/Cs6ESBT6HAVnO5hMIIexg= Date: Mon, 3 Oct 2022 15:20:01 +0300 From: Laurent Pinchart To: Daniel Scally Cc: Shawn Guo , Rob Herring , Marcel Ziswiler , Krzysztof Kozlowski , Li Yang , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , kieran.bingham@ideasonboard.com, debix-tech@polyhex.net Subject: Re: [PATCH 2/3] dt-bindings: arm: fsl: Enumerate Debix Model A Board Message-ID: References: <20221003083705.22495-1-dan.scally@ideasonboard.com> <20221003083705.22495-3-dan.scally@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221003083705.22495-3-dan.scally@ideasonboard.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221003_052005_939313_93FA4F3F X-CRM114-Status: GOOD ( 13.89 ) 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 Hi Daniel, Thank you for the patch. On Mon, Oct 03, 2022 at 09:37:04AM +0100, Daniel Scally wrote: > Add an entry to the list of imx8mp boards denoting the Debix Model A > board from Polyhex Technology Co. > > Reviewed-by: Kieran Bingham > Signed-off-by: Daniel Scally > --- > 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 ef524378d449..0be82122ef05 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -916,6 +916,7 @@ properties: > - enum: > - fsl,imx8mp-evk # i.MX8MP EVK Board > - gateworks,imx8mp-gw74xx # i.MX8MP Gateworks Board > + - polyhex,imx8mp-debix-modela2gb # Polyhex Debix Model A (2GB) Board "model-a-2gb" would be more readable. I'm tempted to drop the "-2gb" suffix, and let the boot loader fill in the memory size. > - 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