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 C5861C46467 for ; Sat, 14 Jan 2023 15:31:05 +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=VLmKC/F+N/57vvpr8Eng/+C42pEiCaFwakjB3HYrkr4=; b=vU31Y7DDyA7MhQ v8z5zh7jViXY0H++peZBzVgB4sjSJBksIefOsUKlyynD3Mog1/30qj8zdPoDifiFmhMWiyPhFtDrE zjWrzaU54MTQk8qB9i3zM82vq0MwWYqDWM8TiqTYVR4yZdHShZGpynLIixwxOaUTyY4Maaf54PUoD rYxifag0KIct8VK+PlkCDbtGjUQ8JoSKDgpBxrfZWA+sAmUyBbX/rSpYlpJ+4O36iYMzCfzZXqKyk BCJajaoCYD3Gtvrt2yVqn16vvWgMJv22jd8UE+ZNe0n9FrZPsc8V8UikiziQW5EWg9k/ALx0Z44UD cFCqlW733adcx+fUudNw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGiU0-00665p-Hs; Sat, 14 Jan 2023 15:30:12 +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 1pGiTx-006650-Cf for linux-arm-kernel@lists.infradead.org; Sat, 14 Jan 2023 15:30:10 +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 78530E68; Sat, 14 Jan 2023 16:30:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1673710207; bh=tP6Hjycs1/g7PJIhsmoUXKIXkZCkiWBCs2PF9z9Q8+c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G/KAig60CfDCNjhAFp2mk//uX8j7Uy25ScKBwyxRRzt6O+Q4rmYT3rTpxACIDyRGD OxbWGVLZZqpWRb/YuTpvaxMghcUaQIckbQYKTX0b2U+1IcJvjycw531PghWgwYyxOI mblGwqd9ZDNEFv1Qj0nltVRnAqfUnOiwUOz7kKDM= Date: Sat, 14 Jan 2023 17:30:07 +0200 From: Laurent Pinchart To: Shawn Guo Cc: devicetree@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Sakari Ailus , Jacopo Mondi , Eugen Hristev , Hugues Fruchet , Maxime Coquelin , Alexandre Torgue , Lad Prabhakar , Fabio Estevam Subject: Re: [PATCH v3 3/6] ARM: dts: freescale: Use new media bus type macros Message-ID: References: <20220615221410.27459-1-laurent.pinchart@ideasonboard.com> <20220615221410.27459-4-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220615221410.27459-4-laurent.pinchart@ideasonboard.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230114_073009_595274_4F4FD961 X-CRM114-Status: GOOD ( 17.09 ) 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 Shawn, could you please take this in your tree for v6.3 ? The two patches that the DT changes depend on have been merged in v6.2. On Thu, Jun 16, 2022 at 01:14:07AM +0300, Laurent Pinchart wrote: > Now that a header exists with macros for the media interface bus-type > values, replace hardcoding numerical constants with the corresponding > macros in the DT sources. > > Signed-off-by: Laurent Pinchart > --- > arch/arm/boot/dts/imx6ul-14x14-evk.dtsi | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi b/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi > index 1a18c41ce385..d98111f2100f 100644 > --- a/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi > +++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi > @@ -2,6 +2,8 @@ > // > // Copyright (C) 2015 Freescale Semiconductor, Inc. > > +#include > + > / { > chosen { > stdout-path = &uart1; > @@ -170,7 +172,7 @@ &csi { > port { > parallel_from_ov5640: endpoint { > remote-endpoint = <&ov5640_to_parallel>; > - bus-type = <5>; /* Parallel bus */ > + bus-type = ; > }; > }; > }; -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel