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 07DD0C433EF for ; Mon, 27 Jun 2022 23:40:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231842AbiF0Xkc (ORCPT ); Mon, 27 Jun 2022 19:40:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51982 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240648AbiF0Xka (ORCPT ); Mon, 27 Jun 2022 19:40:30 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F2172E0C4; Mon, 27 Jun 2022 16:40:28 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 5863780A; Tue, 28 Jun 2022 01:40:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1656373226; bh=ky/viucxiskD+bFylsi9jU8955XtaL3vp60t3N60WNM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GIY5sshJ5aUx4NOssHVCOZVk4xwftdzL5vkzsA+Jam0T6cQ9Hr5UhAHLTO/exMVLG 6OUgDQ42M0ukqfRJFUehjafYqErwhpSACElM88AiAeC1PAfJzO5DTu5OiIPAevykSg G+te5Jm4VHURzBbyIjin3766YsTBEsmhT0wc2o2s= Date: Tue, 28 Jun 2022 02:40:07 +0300 From: Laurent Pinchart To: Rob Herring Cc: devicetree@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, Sakari Ailus , Jacopo Mondi , Eugen Hristev , Hugues Fruchet , Maxime Coquelin , Alexandre Torgue , Lad Prabhakar , Fabio Estevam , Shawn Guo Subject: Re: [PATCH v3 2/6] dt-bindings: Use new video interface bus type macros in examples Message-ID: References: <20220615221410.27459-1-laurent.pinchart@ideasonboard.com> <20220615221410.27459-3-laurent.pinchart@ideasonboard.com> <20220627221608.GA3060504-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220627221608.GA3060504-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Rob, On Mon, Jun 27, 2022 at 04:16:08PM -0600, Rob Herring wrote: > On Thu, Jun 16, 2022 at 01:14:06AM +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 binding examples. > > > > Signed-off-by: Laurent Pinchart > > --- > > Changes since v2: > > > > - Go back to PARALLEL > > > > Changes since v1: > > > > - Rename PARALLEL to BT601 > > --- > > .../devicetree/bindings/display/bridge/analogix,anx7625.yaml | 1 + > > Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 3 ++- > > Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 3 ++- > > .../devicetree/bindings/media/marvell,mmp2-ccic.yaml | 3 ++- > > Documentation/devicetree/bindings/media/microchip,xisc.yaml | 3 ++- > > Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml | 4 +++- > > 6 files changed, 12 insertions(+), 5 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > index 35a48515836e..b0e5585f93e2 100644 > > --- a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > +++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > @@ -118,6 +118,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > > > i2c0 { > > #address-cells = <1>; > > diff --git a/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml b/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml > > index 39395ea8c318..edde4201116f 100644 > > --- a/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml > > +++ b/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml > > @@ -104,6 +104,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > > > i2c2 { > > #address-cells = <1>; > > @@ -124,7 +125,7 @@ examples: > > remote-endpoint = <&csi2a_ep>; > > link-frequencies = /bits/ 64 <199200000 210000000 > > 499200000>; > > - bus-type = <4>; > > + bus-type = ; > > }; > > }; > > }; > > diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml > > index 44529425ce3a..161e6d598e1c 100644 > > --- a/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml > > +++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml > > @@ -105,6 +105,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > > > i2c0 { > > #address-cells = <1>; > > @@ -118,7 +119,7 @@ examples: > > > > port { > > ov772x_0: endpoint { > > - bus-type = <5>; > > + bus-type = ; > > vsync-active = <0>; > > hsync-active = <0>; > > pclk-sample = <0>; > > diff --git a/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml b/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml > > index b39b84c5f012..0e3478551e13 100644 > > --- a/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml > > +++ b/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml > > @@ -68,6 +68,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > #include > > > > camera@d420a000 { > > @@ -83,7 +84,7 @@ examples: > > port { > > camera0_0: endpoint { > > remote-endpoint = <&ov7670_0>; > > - bus-type = <5>; /* Parallel */ > > + bus-type = ; > > hsync-active = <1>; /* Active high */ > > vsync-active = <1>; /* Active high */ > > pclk-sample = <0>; /* Falling */ > > diff --git a/Documentation/devicetree/bindings/media/microchip,xisc.yaml b/Documentation/devicetree/bindings/media/microchip,xisc.yaml > > index 8b37fccab5e2..25f5f79d40ce 100644 > > --- a/Documentation/devicetree/bindings/media/microchip,xisc.yaml > > +++ b/Documentation/devicetree/bindings/media/microchip,xisc.yaml > > @@ -106,6 +106,7 @@ examples: > > #include > > #include > > #include > > + #include > > > > xisc: xisc@e1408000 { > > compatible = "microchip,sama7g5-isc"; > > @@ -118,7 +119,7 @@ examples: > > > > port { > > xisc_in: endpoint { > > - bus-type = <5>; /* Parallel */ > > + bus-type = ; > > remote-endpoint = <&csi2dc_out>; > > hsync-active = <1>; > > vsync-active = <1>; > > diff --git a/Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml b/Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml > > index 9c1262a276b5..285c6075950a 100644 > > --- a/Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml > > +++ b/Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml > > @@ -90,7 +90,9 @@ examples: > > - | > > #include > > #include > > + #include > > #include > > + # > > ? Oops. I'll blame vim :-) I wonder why I didn't catch that when running validation. I'll fix it in any case. > In any case, > > Reviewed-by: Rob Herring > > > dcmi: dcmi@4c006000 { > > compatible = "st,stm32-dcmi"; > > reg = <0x4c006000 0x400>; > > @@ -104,7 +106,7 @@ examples: > > port { > > dcmi_0: endpoint { > > remote-endpoint = <&ov5640_0>; > > - bus-type = <5>; > > + bus-type = ; > > bus-width = <8>; > > hsync-active = <0>; > > vsync-active = <0>; -- Regards, Laurent Pinchart 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 1E354C433EF for ; Mon, 27 Jun 2022 23:40:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4666C10E058; Mon, 27 Jun 2022 23:40:30 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id EBC1B10E058 for ; Mon, 27 Jun 2022 23:40:28 +0000 (UTC) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 5863780A; Tue, 28 Jun 2022 01:40:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1656373226; bh=ky/viucxiskD+bFylsi9jU8955XtaL3vp60t3N60WNM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GIY5sshJ5aUx4NOssHVCOZVk4xwftdzL5vkzsA+Jam0T6cQ9Hr5UhAHLTO/exMVLG 6OUgDQ42M0ukqfRJFUehjafYqErwhpSACElM88AiAeC1PAfJzO5DTu5OiIPAevykSg G+te5Jm4VHURzBbyIjin3766YsTBEsmhT0wc2o2s= Date: Tue, 28 Jun 2022 02:40:07 +0300 From: Laurent Pinchart To: Rob Herring Subject: Re: [PATCH v3 2/6] dt-bindings: Use new video interface bus type macros in examples Message-ID: References: <20220615221410.27459-1-laurent.pinchart@ideasonboard.com> <20220615221410.27459-3-laurent.pinchart@ideasonboard.com> <20220627221608.GA3060504-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220627221608.GA3060504-robh@kernel.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Jacopo Mondi , Maxime Coquelin , Hugues Fruchet , Alexandre Torgue , dri-devel@lists.freedesktop.org, Lad Prabhakar , Sakari Ailus , Eugen Hristev , Shawn Guo , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Rob, On Mon, Jun 27, 2022 at 04:16:08PM -0600, Rob Herring wrote: > On Thu, Jun 16, 2022 at 01:14:06AM +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 binding examples. > > > > Signed-off-by: Laurent Pinchart > > --- > > Changes since v2: > > > > - Go back to PARALLEL > > > > Changes since v1: > > > > - Rename PARALLEL to BT601 > > --- > > .../devicetree/bindings/display/bridge/analogix,anx7625.yaml | 1 + > > Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 3 ++- > > Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 3 ++- > > .../devicetree/bindings/media/marvell,mmp2-ccic.yaml | 3 ++- > > Documentation/devicetree/bindings/media/microchip,xisc.yaml | 3 ++- > > Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml | 4 +++- > > 6 files changed, 12 insertions(+), 5 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > index 35a48515836e..b0e5585f93e2 100644 > > --- a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > +++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > @@ -118,6 +118,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > > > i2c0 { > > #address-cells = <1>; > > diff --git a/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml b/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml > > index 39395ea8c318..edde4201116f 100644 > > --- a/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml > > +++ b/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml > > @@ -104,6 +104,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > > > i2c2 { > > #address-cells = <1>; > > @@ -124,7 +125,7 @@ examples: > > remote-endpoint = <&csi2a_ep>; > > link-frequencies = /bits/ 64 <199200000 210000000 > > 499200000>; > > - bus-type = <4>; > > + bus-type = ; > > }; > > }; > > }; > > diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml > > index 44529425ce3a..161e6d598e1c 100644 > > --- a/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml > > +++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml > > @@ -105,6 +105,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > > > i2c0 { > > #address-cells = <1>; > > @@ -118,7 +119,7 @@ examples: > > > > port { > > ov772x_0: endpoint { > > - bus-type = <5>; > > + bus-type = ; > > vsync-active = <0>; > > hsync-active = <0>; > > pclk-sample = <0>; > > diff --git a/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml b/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml > > index b39b84c5f012..0e3478551e13 100644 > > --- a/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml > > +++ b/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml > > @@ -68,6 +68,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > #include > > > > camera@d420a000 { > > @@ -83,7 +84,7 @@ examples: > > port { > > camera0_0: endpoint { > > remote-endpoint = <&ov7670_0>; > > - bus-type = <5>; /* Parallel */ > > + bus-type = ; > > hsync-active = <1>; /* Active high */ > > vsync-active = <1>; /* Active high */ > > pclk-sample = <0>; /* Falling */ > > diff --git a/Documentation/devicetree/bindings/media/microchip,xisc.yaml b/Documentation/devicetree/bindings/media/microchip,xisc.yaml > > index 8b37fccab5e2..25f5f79d40ce 100644 > > --- a/Documentation/devicetree/bindings/media/microchip,xisc.yaml > > +++ b/Documentation/devicetree/bindings/media/microchip,xisc.yaml > > @@ -106,6 +106,7 @@ examples: > > #include > > #include > > #include > > + #include > > > > xisc: xisc@e1408000 { > > compatible = "microchip,sama7g5-isc"; > > @@ -118,7 +119,7 @@ examples: > > > > port { > > xisc_in: endpoint { > > - bus-type = <5>; /* Parallel */ > > + bus-type = ; > > remote-endpoint = <&csi2dc_out>; > > hsync-active = <1>; > > vsync-active = <1>; > > diff --git a/Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml b/Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml > > index 9c1262a276b5..285c6075950a 100644 > > --- a/Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml > > +++ b/Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml > > @@ -90,7 +90,9 @@ examples: > > - | > > #include > > #include > > + #include > > #include > > + # > > ? Oops. I'll blame vim :-) I wonder why I didn't catch that when running validation. I'll fix it in any case. > In any case, > > Reviewed-by: Rob Herring > > > dcmi: dcmi@4c006000 { > > compatible = "st,stm32-dcmi"; > > reg = <0x4c006000 0x400>; > > @@ -104,7 +106,7 @@ examples: > > port { > > dcmi_0: endpoint { > > remote-endpoint = <&ov5640_0>; > > - bus-type = <5>; > > + bus-type = ; > > bus-width = <8>; > > hsync-active = <0>; > > vsync-active = <0>; -- Regards, Laurent Pinchart 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 9B094C43334 for ; Mon, 27 Jun 2022 23:41:45 +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=FGGOqC3JMAXjwpgkReb9RvR1q22DfkOGdoJ+i2G+xag=; b=rTsCo0//Zc145W Wf1k+nnTFN/FOvOs6SStZQqEZD/NfWtweGHM4Lz70GuNS7DYHCzQ972HAUiMpnTTsPozsW2c7PArB /iD+FB3phxlvxEES5T1JyPt0hb52h6GAoj08Yq/l24zoreLyHLJUED3yeZ+JetWIEIpowP9Se/Mzd 7h1OPhz7ekEM3aMgWlDA+q/yQhTUJHUw+Sb5e87yFxhvcBoXLbjwv6p88eiho6pwCowGVPIfPujzp EOoFrdMcq6Dttrbxb9BghkURM+rOq4fOXyt3JvRUB2qf81mQsUBzqmcQz1yk0euqvBO99AsIRRLG4 axsQEEgWFzWMyxsAUhVQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5yLN-003JNh-45; Mon, 27 Jun 2022 23:40:37 +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 1o5yLI-003JLM-V0 for linux-arm-kernel@lists.infradead.org; Mon, 27 Jun 2022 23:40:34 +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 5863780A; Tue, 28 Jun 2022 01:40:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1656373226; bh=ky/viucxiskD+bFylsi9jU8955XtaL3vp60t3N60WNM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GIY5sshJ5aUx4NOssHVCOZVk4xwftdzL5vkzsA+Jam0T6cQ9Hr5UhAHLTO/exMVLG 6OUgDQ42M0ukqfRJFUehjafYqErwhpSACElM88AiAeC1PAfJzO5DTu5OiIPAevykSg G+te5Jm4VHURzBbyIjin3766YsTBEsmhT0wc2o2s= Date: Tue, 28 Jun 2022 02:40:07 +0300 From: Laurent Pinchart To: Rob Herring Cc: devicetree@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, Sakari Ailus , Jacopo Mondi , Eugen Hristev , Hugues Fruchet , Maxime Coquelin , Alexandre Torgue , Lad Prabhakar , Fabio Estevam , Shawn Guo Subject: Re: [PATCH v3 2/6] dt-bindings: Use new video interface bus type macros in examples Message-ID: References: <20220615221410.27459-1-laurent.pinchart@ideasonboard.com> <20220615221410.27459-3-laurent.pinchart@ideasonboard.com> <20220627221608.GA3060504-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220627221608.GA3060504-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220627_164033_175760_B59FE786 X-CRM114-Status: GOOD ( 17.60 ) 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 Rob, On Mon, Jun 27, 2022 at 04:16:08PM -0600, Rob Herring wrote: > On Thu, Jun 16, 2022 at 01:14:06AM +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 binding examples. > > > > Signed-off-by: Laurent Pinchart > > --- > > Changes since v2: > > > > - Go back to PARALLEL > > > > Changes since v1: > > > > - Rename PARALLEL to BT601 > > --- > > .../devicetree/bindings/display/bridge/analogix,anx7625.yaml | 1 + > > Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 3 ++- > > Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 3 ++- > > .../devicetree/bindings/media/marvell,mmp2-ccic.yaml | 3 ++- > > Documentation/devicetree/bindings/media/microchip,xisc.yaml | 3 ++- > > Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml | 4 +++- > > 6 files changed, 12 insertions(+), 5 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > index 35a48515836e..b0e5585f93e2 100644 > > --- a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > +++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > > @@ -118,6 +118,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > > > i2c0 { > > #address-cells = <1>; > > diff --git a/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml b/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml > > index 39395ea8c318..edde4201116f 100644 > > --- a/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml > > +++ b/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml > > @@ -104,6 +104,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > > > i2c2 { > > #address-cells = <1>; > > @@ -124,7 +125,7 @@ examples: > > remote-endpoint = <&csi2a_ep>; > > link-frequencies = /bits/ 64 <199200000 210000000 > > 499200000>; > > - bus-type = <4>; > > + bus-type = ; > > }; > > }; > > }; > > diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml > > index 44529425ce3a..161e6d598e1c 100644 > > --- a/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml > > +++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml > > @@ -105,6 +105,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > > > i2c0 { > > #address-cells = <1>; > > @@ -118,7 +119,7 @@ examples: > > > > port { > > ov772x_0: endpoint { > > - bus-type = <5>; > > + bus-type = ; > > vsync-active = <0>; > > hsync-active = <0>; > > pclk-sample = <0>; > > diff --git a/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml b/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml > > index b39b84c5f012..0e3478551e13 100644 > > --- a/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml > > +++ b/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml > > @@ -68,6 +68,7 @@ additionalProperties: false > > examples: > > - | > > #include > > + #include > > #include > > > > camera@d420a000 { > > @@ -83,7 +84,7 @@ examples: > > port { > > camera0_0: endpoint { > > remote-endpoint = <&ov7670_0>; > > - bus-type = <5>; /* Parallel */ > > + bus-type = ; > > hsync-active = <1>; /* Active high */ > > vsync-active = <1>; /* Active high */ > > pclk-sample = <0>; /* Falling */ > > diff --git a/Documentation/devicetree/bindings/media/microchip,xisc.yaml b/Documentation/devicetree/bindings/media/microchip,xisc.yaml > > index 8b37fccab5e2..25f5f79d40ce 100644 > > --- a/Documentation/devicetree/bindings/media/microchip,xisc.yaml > > +++ b/Documentation/devicetree/bindings/media/microchip,xisc.yaml > > @@ -106,6 +106,7 @@ examples: > > #include > > #include > > #include > > + #include > > > > xisc: xisc@e1408000 { > > compatible = "microchip,sama7g5-isc"; > > @@ -118,7 +119,7 @@ examples: > > > > port { > > xisc_in: endpoint { > > - bus-type = <5>; /* Parallel */ > > + bus-type = ; > > remote-endpoint = <&csi2dc_out>; > > hsync-active = <1>; > > vsync-active = <1>; > > diff --git a/Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml b/Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml > > index 9c1262a276b5..285c6075950a 100644 > > --- a/Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml > > +++ b/Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml > > @@ -90,7 +90,9 @@ examples: > > - | > > #include > > #include > > + #include > > #include > > + # > > ? Oops. I'll blame vim :-) I wonder why I didn't catch that when running validation. I'll fix it in any case. > In any case, > > Reviewed-by: Rob Herring > > > dcmi: dcmi@4c006000 { > > compatible = "st,stm32-dcmi"; > > reg = <0x4c006000 0x400>; > > @@ -104,7 +106,7 @@ examples: > > port { > > dcmi_0: endpoint { > > remote-endpoint = <&ov5640_0>; > > - bus-type = <5>; > > + bus-type = ; > > bus-width = <8>; > > hsync-active = <0>; > > vsync-active = <0>; -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel