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 A9C87C54EBE for ; Mon, 16 Jan 2023 16:27:58 +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=yHJXo7a2IN5p44BTzRXUC+33/ooPLJbkwk9aoHub+xA=; b=ALXHtdcBFqyt1C OAEPgcUfLhxinHsMYfrN3gmCco8EizSM1m8Ly5Z41h0PynBn1NJv1VD26DiQpU2awAuJUNAULFLu3 xVNnDCpPQ4Htf4U3da62GxW4BErwKelq/pL8L5Be5hZ6maDDO7V+lkNvntuuyOwiqhAPt/3m2OJlq T+04ZT+Ffzc6GpEKEeMN1anjFooIc41Pkkmlz+TBvXl2j4bfe/eDbiZfS5BfS6Zfb5MoccxnwR6MJ slEsCltRnqGPb0GZGwoRuK3OfKq6BfBG0XPkR5+NvMq3twiS1Di8kyA4K1EYSSK/dltZZ0Jx/froK Ro/hhCnrxDAYhvQG7tDA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pHSK0-00BM1I-IT; Mon, 16 Jan 2023 16:26: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 1pHSJv-00BLyR-Op for linux-arm-kernel@lists.infradead.org; Mon, 16 Jan 2023 16:26:53 +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 DA4B3802; Mon, 16 Jan 2023 17:26:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1673886409; bh=MyAQgnEElXngJucMzYKS5/Z2k5xntq+cpLZdqqCy+gY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W9YCa6lUW2IijayY74/GX/vpaa282G3p1Jh4LJDP+sZ/tBPrzOl1i4EJE44DfAoZV Cooc5emNweyO8Vz49U5xnTEjH6C60QCQWaFCW73MOGomjfK+nm7/PmP0FxkyTYWEdH Y8CkvB3ND2PewAd8VJROncOtlRF88akLw7X/ipig= Date: Mon, 16 Jan 2023 18:26:49 +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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230112-imx-pxp-v2-8-e2281da1db55@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230116_082651_986137_A59AC0AE X-CRM114-Status: GOOD ( 17.20 ) 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 Michael, (CC'ing Shawn) 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 ? > --- > 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 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 435FAC678D6 for ; Mon, 16 Jan 2023 16:38:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233391AbjAPQil (ORCPT ); Mon, 16 Jan 2023 11:38:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53680 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233449AbjAPQhw (ORCPT ); Mon, 16 Jan 2023 11:37:52 -0500 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1271265AC; Mon, 16 Jan 2023 08:26:50 -0800 (PST) Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id DA4B3802; Mon, 16 Jan 2023 17:26:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1673886409; bh=MyAQgnEElXngJucMzYKS5/Z2k5xntq+cpLZdqqCy+gY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W9YCa6lUW2IijayY74/GX/vpaa282G3p1Jh4LJDP+sZ/tBPrzOl1i4EJE44DfAoZV Cooc5emNweyO8Vz49U5xnTEjH6C60QCQWaFCW73MOGomjfK+nm7/PmP0FxkyTYWEdH Y8CkvB3ND2PewAd8VJROncOtlRF88akLw7X/ipig= Date: Mon, 16 Jan 2023 18:26:49 +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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230112-imx-pxp-v2-8-e2281da1db55@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Michael, (CC'ing Shawn) 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 ? > --- > 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