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 8E5AAC3DA78 for ; Sat, 14 Jan 2023 15:38:23 +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=Fb07zjdeTCg0Hxv27DNRlR5O4zvlRwY20Tln2g3OFJU=; b=OwmbBfLHmtrOEq J4tvXt7JIXTJki/8ZHQ//ykndFU3MePEi7TP64KVzOGXa1+9ulEzRKy0MkdiZOOjKdq2b54LWrQ6m TOHUKAr/5eZ8gk2tX2itvUVdNOwSYBjohyJ1IlDFGrew4ZxMyXPk66Ub71IdV/OZ+u/3ahHuDnUW8 GG1HlFWnh7phM3Pg98I8zAUFcbDvETOnO4Mq00A/TINbqwMKl0FzPJ7wbBshZvdnJLx9TKRRRzw3m OGjaw12xJcV7vINDbw8BtnWRoeYt6uc4IT7Wtcefu8k9mkvLtWwcZbMKPcl4Yh+TnIFVDbth2P23q c7ImV8feC7ZfcH+kcDYQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGib1-00678r-RR; Sat, 14 Jan 2023 15:37:27 +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 1pGiaz-00677u-BA for linux-arm-kernel@lists.infradead.org; Sat, 14 Jan 2023 15:37:26 +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 BE7F8E68; Sat, 14 Jan 2023 16:37:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1673710644; bh=pE4ABdxxn81iwj+Byed8sC66F5pDBBt+kKRIrDiVj/0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NwXqibWo6DKnGHdc2ei3OdP4G+4dceSdja5tI7XZmiTG2RvatuSI3JQ+BU4qj36/I Bgdwq/YdRWf6eITqZ24gGYPA+6ZVgcA2IDw2mIYEozLgF6s+TCFKoahiRH3iEgu3P9 ACh7gqr2WbrEiIFJtjhjiAQzJxngQqr7cS0gOeco= Date: Sat, 14 Jan 2023 17:37:24 +0200 From: Laurent Pinchart To: Tony Lindgren 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 , Shawn Guo Subject: Re: [PATCH v3 4/6] ARM: dts: omap: Use new media bus type macros Message-ID: References: <20220615221410.27459-1-laurent.pinchart@ideasonboard.com> <20220615221410.27459-5-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220615221410.27459-5-laurent.pinchart@ideasonboard.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230114_073725_548739_671461E3 X-CRM114-Status: GOOD ( 17.02 ) 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 Tony, could you take this patch in your tree for v6.3 ? The two patches that it depends on have both been merged in v6.2. On Thu, Jun 16, 2022 at 01:14:08AM +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/omap3-n900.dts | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts > index d40c3d2c4914..9cad9d6a83e2 100644 > --- a/arch/arm/boot/dts/omap3-n900.dts > +++ b/arch/arm/boot/dts/omap3-n900.dts > @@ -9,6 +9,7 @@ > #include "omap34xx.dtsi" > #include > #include > +#include > > /* > * Default secure signed bootloader (Nokia X-Loader) does not enable L3 firewall > @@ -194,7 +195,7 @@ port@1 { > > csi_isp: endpoint { > remote-endpoint = <&csi_cam1>; > - bus-type = <3>; /* CCP2 */ > + bus-type = ; > clock-lanes = <1>; > data-lanes = <0>; > lane-polarity = <0 0>; > @@ -835,7 +836,7 @@ cam1: camera@3e { > > port { > csi_cam1: endpoint { > - bus-type = <3>; /* CCP2 */ > + bus-type = ; > strobe = <1>; > clock-inv = <0>; > crc = <1>; -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel