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 CE859C433F5 for ; Mon, 10 Oct 2022 13:58:52 +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=rn1TPR4BQoJMnuRHGps2AaZEiJNGAFeBJMEd/MHpmtY=; b=ODISlfmWpBqWBA IN48mnQXe2fMchcSRR3cLLkMmO6JeZ9g+rmauV4RjBzj8C3C1XS7Le5da79CYz+F3hvnwUOtcufwK RyXQujKZmHNTPvm8nr9P5JKaq8K7SqzL07kbbqvBRrbqeR+JDPJeZNt7TV3Bio397dR2M10yUbNtb a7GGR3z/20UVElwQZcuscYAvHjN0we6rjLtTjycT2E7CNdUZkhA8tVCJtt/x2HfPwZScdpr121gO6 dxg6QIWdx/BvncNCUWwLnS5DNXFibKqE1+cSbttCEPmBO1Fy5mcyCZ0HvaepgpaaKkJ++cU4PynuD eFaqf6PJQtbEWNnHOEtQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ohtI5-0017Vb-Fv; Mon, 10 Oct 2022 13:57:57 +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 1ohtHu-0017QE-1O for linux-arm-kernel@lists.infradead.org; Mon, 10 Oct 2022 13:57:47 +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 8B298EE6; Mon, 10 Oct 2022 15:57:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1665410262; bh=1bXVL/ARHdL/tIm61oBYj0yqhnrLAGRdYbIf7yBPJeQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HAt5N66Flko5oqerb97hIcgrheLgpcCMoIOSl5t8oXfUarujjY9nuSV4Y5L8CQheE 72KIzeAEvFgBis4sHJL+Ajjw9XhGkNZVIQUPwhbxrFxuD5+3j+plPpMzKYGuTKnDHb yntuVZdmIVVvpzqytjlDPxZ3348JaRBfXYNyRsxE= Date: Mon, 10 Oct 2022 16:57:37 +0300 From: Laurent Pinchart To: Marc Kleine-Budde Cc: Daniel Scally , krzysztof.kozlowski@linaro.org, shawnguo@kernel.org, robh@kernel.org, marcel.ziswiler@toradex.com, leoyang.li@nxp.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, s.hauer@pengutronix.de, kieran.bingham@ideasonboard.com, debix-tech@polyhex.net, linux-imx@nxp.com, kernel@pengutronix.de, festevam@gmail.com Subject: Re: [PATCH v2 0/3] Debix Model A board devicetree Message-ID: References: <20221010133146.1430768-1-dan.scally@ideasonboard.com> <20221010134954.la2xqekhxhkw7kvb@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221010134954.la2xqekhxhkw7kvb@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221010_065746_302189_33675DE3 X-CRM114-Status: GOOD ( 11.93 ) 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 03:49:54PM +0200, Marc Kleine-Budde wrote: > Hello Daniel, > > On 10.10.2022 14:31:43, Daniel Scally wrote: > > This series adds a .dts file for the Polyhex Debix Model A board [1] > > A binding for the vendor is also added. > > A bit off-topic, how cooperative is Polyhex when it comes to the > datasheets of the board and the expansion boards? There is public documentation, including reduced schematics that provide just the pinout of the connectors. When it comes to availability of non-public documentation to selected upstream developers, I'll let Polyhex answer that question. More detailed schematics would certainly be useful to develop and review the upstream device tree integration for the board. -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel