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 663FAC05027 for ; Fri, 20 Jan 2023 09:24:26 +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=iRsdzwORCWSz8RPM7r1+nKdLIZcNYVHfAEfUQHvdrro=; b=hWN8O2pvchFwEJ m2TaWqlp+O9YM4eAXvY9VV/96ub28xATc4lx4PI6Wd4MMV97/nt9Q6jQA6J3WPr6unHk1krhGPDZ9 tYAOnu/hjmrt1/OnJwW9maBgTYEmaSte/Z2xDYivJm+P8TW7OqLxndNhQiG9yDPcR9ODEnIafoTtq Et9qUIqceJZpz8Ble1jSr3H0njKOHqyoLP32B9r/e9G/QQTI2dTI+VJuC9bm8cy7h8Fsv0QhxMiWA RNIViy5a18Do20Mj2Z/MkENpv9zFr0/UQ4ujhQhjG7YIEHJF9p1x2zNX+t0+ag4jYHSmrR8nHkXtn 9DJExpEczWy6+DF5ej3Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pInbr-009Kak-Sf; Fri, 20 Jan 2023 09:22:56 +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 1pInZe-009JRX-DV for linux-arm-kernel@lists.infradead.org; Fri, 20 Jan 2023 09:20:39 +0000 Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 17EF6514; Fri, 20 Jan 2023 10:20:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1674206427; bh=ZpjEdpxmp0MOhQncB4X9KLDvc6Eb6mlNo8Th3w38MgA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mD1w388r9+eI010yQLul2/0vDGJV1Yo6++L0HS7MPo2z+VAIviYFW3BRBdFiHDydx 3YIgPhe2qZyzsjpSiDUSG1w0Ic/GDS4cKPPfC2iurld7rul27CTHe1T22V9mXt43KJ 5QobO9LYudcxLGMtp2SlB2BMAzrm2NElnHrN4A9s= Date: Fri, 20 Jan 2023 11:20:24 +0200 From: Laurent Pinchart To: Michael Tretter Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org, Philipp Zabel , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Fabio Estevam , Alexander Stein , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, Shawn Guo Subject: Re: [PATCH v2 08/16] ARM: dts: imx7d: add node for PXP Message-ID: References: <20230112-imx-pxp-v2-0-e2281da1db55@pengutronix.de> <20230112-imx-pxp-v2-8-e2281da1db55@pengutronix.de> <20230120090609.GB13264@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230120090609.GB13264@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230120_012038_642032_6E326F1C X-CRM114-Status: GOOD ( 22.16 ) 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 Fri, Jan 20, 2023 at 10:06:09AM +0100, Michael Tretter wrote: > On Mon, 16 Jan 2023 18:26:49 +0200, Laurent Pinchart wrote: > > On Fri, Jan 13, 2023 at 10:54:14AM +0100, Michael Tretter wrote: > > > The i.MX7d contains a Pixel Pipeline in version 3.0. Add the device tree > > > node to make it available. > > > > > > Signed-off-by: Michael Tretter > > > > Should this go through Shawn's tree ? If so, how would you like to > > handle the dependency on the DT bindings in patch 01/16 ? > > There is no actual dependency. The binding was already specified as a txt, > just not as a yaml, and the added node matches both. Good point. I'll send a pull request for the series then, without this patch, which can be picked by Shawn separately. > > > --- > > > Changelog > > > > > > v2: > > > > > > - fix alignment > > > --- > > > arch/arm/boot/dts/imx7d.dtsi | 9 +++++++++ > > > 1 file changed, 9 insertions(+) > > > > > > diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi > > > index 7ceb7c09f7ad..4b94b8afb55d 100644 > > > --- a/arch/arm/boot/dts/imx7d.dtsi > > > +++ b/arch/arm/boot/dts/imx7d.dtsi > > > @@ -165,6 +165,15 @@ pcie_phy: pcie-phy@306d0000 { > > > reg = <0x306d0000 0x10000>; > > > status = "disabled"; > > > }; > > > + > > > + pxp: pxp@30700000 { > > > + compatible = "fsl,imx7d-pxp"; > > > + reg = <0x30700000 0x10000>; > > > + interrupts = , > > > + ; > > > + clocks = <&clks IMX7D_PXP_CLK>; > > > + clock-names = "axi"; > > > + }; > > > }; > > > > > > &aips3 { -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel