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 0D153C63797 for ; Tue, 17 Jan 2023 10:44:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236236AbjAQKou (ORCPT ); Tue, 17 Jan 2023 05:44:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236478AbjAQKon (ORCPT ); Tue, 17 Jan 2023 05:44:43 -0500 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57CA7144B1; Tue, 17 Jan 2023 02:44:42 -0800 (PST) Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 30H9T5Gm032587; Tue, 17 Jan 2023 11:44:07 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=JetU/vClmq28CdUgwaZ2wTGVF1V5rAHQm81lnMbAvfs=; b=i7TQbM0z6/i2uiW0f/D4FVl4e5kV6f6FLCvULOZXVb4TthuTRBV5CQhnnnh7F7pwDM/4 qO8YEHxZ08wnLvkWLknxlZOEBBakbAF9sd7yujp5DW4GE3slec8P4FRJ/+811IwB0Lql K1Q3nwN96ZdKwOTBDT6msHzr/hU6Zx9bHk289Z2WqwlZ6mIo82CTzv4SUr+1ZfSPXYIU qC2UbOp38z248mFW/o0SSuJlxL3/zTzJApPktzT7VaN8+2FwpDErplA5RU9WYVJplLRQ yMektUCxwKEorDikB8F4uZ70rwQjpO7+PqV30e5tvHMqh5w/BlTtHG55YrlwcKSoBDNc Vg== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3n3m5q03wn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 17 Jan 2023 11:44:07 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id F22E610002A; Tue, 17 Jan 2023 11:44:04 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 3A314214D31; Tue, 17 Jan 2023 11:44:04 +0100 (CET) Received: from [10.201.21.93] (10.201.21.93) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.13; Tue, 17 Jan 2023 11:44:02 +0100 Message-ID: <2d482a44-3810-ef03-7ecb-547552b596c1@foss.st.com> Date: Tue, 17 Jan 2023 11:44:01 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v3 6/6] ARM: dts: stm32: Use new media bus type macros Content-Language: en-US To: Laurent Pinchart , Hugues Fruchet , Maxime Coquelin CC: , , , , Rob Herring , Sakari Ailus , Jacopo Mondi , Eugen Hristev , Lad Prabhakar , Fabio Estevam , Shawn Guo References: <20220615221410.27459-1-laurent.pinchart@ideasonboard.com> <20220615221410.27459-7-laurent.pinchart@ideasonboard.com> From: Alexandre TORGUE In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.21.93] X-ClientProxiedBy: EQNCAS1NODE4.st.com (10.75.129.82) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.923,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-17_04,2023-01-17_01,2022-06-22_01 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Laurent On 1/14/23 16:36, Laurent Pinchart wrote: > Hugues, Maxime, Alexandre, could one of you take this patch in your tree > for v6.3 ? The two patches that it depends on have both been merged in > v6.2. Yes sure. Cheers Alex > > On Thu, Jun 16, 2022 at 01:14:10AM +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/stm32429i-eval.dts | 3 ++- >> arch/arm/boot/dts/stm32mp157c-ev1.dts | 3 ++- >> 2 files changed, 4 insertions(+), 2 deletions(-) >> >> diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts >> index 0d98aca01736..5fae11e6607b 100644 >> --- a/arch/arm/boot/dts/stm32429i-eval.dts >> +++ b/arch/arm/boot/dts/stm32429i-eval.dts >> @@ -50,6 +50,7 @@ >> #include "stm32f429-pinctrl.dtsi" >> #include >> #include >> +#include >> >> / { >> model = "STMicroelectronics STM32429i-EVAL board"; >> @@ -186,7 +187,7 @@ &dcmi { >> port { >> dcmi_0: endpoint { >> remote-endpoint = <&ov2640_0>; >> - bus-type = <5>; >> + bus-type = ; >> bus-width = <8>; >> hsync-active = <0>; >> vsync-active = <0>; >> diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts >> index d142dd30e16b..306d41a6138f 100644 >> --- a/arch/arm/boot/dts/stm32mp157c-ev1.dts >> +++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts >> @@ -8,6 +8,7 @@ >> #include "stm32mp157c-ed1.dts" >> #include >> #include >> +#include >> >> / { >> model = "STMicroelectronics STM32MP157C eval daughter on eval mother"; >> @@ -90,7 +91,7 @@ &dcmi { >> port { >> dcmi_0: endpoint { >> remote-endpoint = <&ov5640_0>; >> - bus-type = <5>; >> + bus-type = ; >> bus-width = <8>; >> hsync-active = <0>; >> vsync-active = <0>; > 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 2E6C2C63797 for ; Tue, 17 Jan 2023 10:45:48 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=fHOrvkcXlKgohNGlQJDFGh/9+Lsp+10Dz4N4phy1RA8=; b=zEabHCWw4SZWI3 ShK8JoR5naRwWysTk1svGZuwVV7fTDKrdTSoQtExC5TMSrp+1E02LYDlu+QoYwn/cBDjZrOb1GWEl WNopmWMBf74507dTY1QKHJdOVtCyOucW5vGOcQNtoFHkfccmazn5a/fnh4/VFdT/5ZtSVsu/qT7J5 3aao0417dndpiD6+AJYbFJshickeDvXKy9Z2J5KefuS62j3xlXd/bCIploegMB5WwU+bVYhcxcdWl pmOIly51eH5jvdLsjOyNpHEBhN5D3BTlK22BSdd1voDk/wLjfkxcidc0Smum9dIbybVlW/yFFC8dF 7cWdz1rVw1+sV02BjUmQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pHjSH-00DpFI-8R; Tue, 17 Jan 2023 10:44:37 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pHjSE-00DpBR-Lk for linux-arm-kernel@lists.infradead.org; Tue, 17 Jan 2023 10:44:36 +0000 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 30H9T5Gm032587; Tue, 17 Jan 2023 11:44:07 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=JetU/vClmq28CdUgwaZ2wTGVF1V5rAHQm81lnMbAvfs=; b=i7TQbM0z6/i2uiW0f/D4FVl4e5kV6f6FLCvULOZXVb4TthuTRBV5CQhnnnh7F7pwDM/4 qO8YEHxZ08wnLvkWLknxlZOEBBakbAF9sd7yujp5DW4GE3slec8P4FRJ/+811IwB0Lql K1Q3nwN96ZdKwOTBDT6msHzr/hU6Zx9bHk289Z2WqwlZ6mIo82CTzv4SUr+1ZfSPXYIU qC2UbOp38z248mFW/o0SSuJlxL3/zTzJApPktzT7VaN8+2FwpDErplA5RU9WYVJplLRQ yMektUCxwKEorDikB8F4uZ70rwQjpO7+PqV30e5tvHMqh5w/BlTtHG55YrlwcKSoBDNc Vg== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3n3m5q03wn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 17 Jan 2023 11:44:07 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id F22E610002A; Tue, 17 Jan 2023 11:44:04 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 3A314214D31; Tue, 17 Jan 2023 11:44:04 +0100 (CET) Received: from [10.201.21.93] (10.201.21.93) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.13; Tue, 17 Jan 2023 11:44:02 +0100 Message-ID: <2d482a44-3810-ef03-7ecb-547552b596c1@foss.st.com> Date: Tue, 17 Jan 2023 11:44:01 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v3 6/6] ARM: dts: stm32: Use new media bus type macros Content-Language: en-US To: Laurent Pinchart , Hugues Fruchet , Maxime Coquelin CC: , , , , Rob Herring , Sakari Ailus , Jacopo Mondi , Eugen Hristev , Lad Prabhakar , Fabio Estevam , Shawn Guo References: <20220615221410.27459-1-laurent.pinchart@ideasonboard.com> <20220615221410.27459-7-laurent.pinchart@ideasonboard.com> From: Alexandre TORGUE In-Reply-To: X-Originating-IP: [10.201.21.93] X-ClientProxiedBy: EQNCAS1NODE4.st.com (10.75.129.82) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.923,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-17_04,2023-01-17_01,2022-06-22_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230117_024435_207763_5B11D5F7 X-CRM114-Status: GOOD ( 18.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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Laurent On 1/14/23 16:36, Laurent Pinchart wrote: > Hugues, Maxime, Alexandre, could one of you take this patch in your tree > for v6.3 ? The two patches that it depends on have both been merged in > v6.2. Yes sure. Cheers Alex > > On Thu, Jun 16, 2022 at 01:14:10AM +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/stm32429i-eval.dts | 3 ++- >> arch/arm/boot/dts/stm32mp157c-ev1.dts | 3 ++- >> 2 files changed, 4 insertions(+), 2 deletions(-) >> >> diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts >> index 0d98aca01736..5fae11e6607b 100644 >> --- a/arch/arm/boot/dts/stm32429i-eval.dts >> +++ b/arch/arm/boot/dts/stm32429i-eval.dts >> @@ -50,6 +50,7 @@ >> #include "stm32f429-pinctrl.dtsi" >> #include >> #include >> +#include >> >> / { >> model = "STMicroelectronics STM32429i-EVAL board"; >> @@ -186,7 +187,7 @@ &dcmi { >> port { >> dcmi_0: endpoint { >> remote-endpoint = <&ov2640_0>; >> - bus-type = <5>; >> + bus-type = ; >> bus-width = <8>; >> hsync-active = <0>; >> vsync-active = <0>; >> diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts >> index d142dd30e16b..306d41a6138f 100644 >> --- a/arch/arm/boot/dts/stm32mp157c-ev1.dts >> +++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts >> @@ -8,6 +8,7 @@ >> #include "stm32mp157c-ed1.dts" >> #include >> #include >> +#include >> >> / { >> model = "STMicroelectronics STM32MP157C eval daughter on eval mother"; >> @@ -90,7 +91,7 @@ &dcmi { >> port { >> dcmi_0: endpoint { >> remote-endpoint = <&ov5640_0>; >> - bus-type = <5>; >> + bus-type = ; >> bus-width = <8>; >> hsync-active = <0>; >> vsync-active = <0>; > _______________________________________________ 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 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 72338C63797 for ; Tue, 17 Jan 2023 11:01:57 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C7E9910E17E; Tue, 17 Jan 2023 11:01:56 +0000 (UTC) X-Greylist: delayed 1048 seconds by postgrey-1.36 at gabe; Tue, 17 Jan 2023 11:01:54 UTC Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id BB55F10E17E for ; Tue, 17 Jan 2023 11:01:54 +0000 (UTC) Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 30H9T5Gm032587; Tue, 17 Jan 2023 11:44:07 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=JetU/vClmq28CdUgwaZ2wTGVF1V5rAHQm81lnMbAvfs=; b=i7TQbM0z6/i2uiW0f/D4FVl4e5kV6f6FLCvULOZXVb4TthuTRBV5CQhnnnh7F7pwDM/4 qO8YEHxZ08wnLvkWLknxlZOEBBakbAF9sd7yujp5DW4GE3slec8P4FRJ/+811IwB0Lql K1Q3nwN96ZdKwOTBDT6msHzr/hU6Zx9bHk289Z2WqwlZ6mIo82CTzv4SUr+1ZfSPXYIU qC2UbOp38z248mFW/o0SSuJlxL3/zTzJApPktzT7VaN8+2FwpDErplA5RU9WYVJplLRQ yMektUCxwKEorDikB8F4uZ70rwQjpO7+PqV30e5tvHMqh5w/BlTtHG55YrlwcKSoBDNc Vg== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3n3m5q03wn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 17 Jan 2023 11:44:07 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id F22E610002A; Tue, 17 Jan 2023 11:44:04 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 3A314214D31; Tue, 17 Jan 2023 11:44:04 +0100 (CET) Received: from [10.201.21.93] (10.201.21.93) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.13; Tue, 17 Jan 2023 11:44:02 +0100 Message-ID: <2d482a44-3810-ef03-7ecb-547552b596c1@foss.st.com> Date: Tue, 17 Jan 2023 11:44:01 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v3 6/6] ARM: dts: stm32: Use new media bus type macros Content-Language: en-US To: Laurent Pinchart , Hugues Fruchet , Maxime Coquelin References: <20220615221410.27459-1-laurent.pinchart@ideasonboard.com> <20220615221410.27459-7-laurent.pinchart@ideasonboard.com> From: Alexandre TORGUE In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.21.93] X-ClientProxiedBy: EQNCAS1NODE4.st.com (10.75.129.82) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.923,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-17_04,2023-01-17_01,2022-06-22_01 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 , Shawn Guo , Lad Prabhakar , dri-devel@lists.freedesktop.org, Rob Herring , Sakari Ailus , Eugen Hristev , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Laurent On 1/14/23 16:36, Laurent Pinchart wrote: > Hugues, Maxime, Alexandre, could one of you take this patch in your tree > for v6.3 ? The two patches that it depends on have both been merged in > v6.2. Yes sure. Cheers Alex > > On Thu, Jun 16, 2022 at 01:14:10AM +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/stm32429i-eval.dts | 3 ++- >> arch/arm/boot/dts/stm32mp157c-ev1.dts | 3 ++- >> 2 files changed, 4 insertions(+), 2 deletions(-) >> >> diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts >> index 0d98aca01736..5fae11e6607b 100644 >> --- a/arch/arm/boot/dts/stm32429i-eval.dts >> +++ b/arch/arm/boot/dts/stm32429i-eval.dts >> @@ -50,6 +50,7 @@ >> #include "stm32f429-pinctrl.dtsi" >> #include >> #include >> +#include >> >> / { >> model = "STMicroelectronics STM32429i-EVAL board"; >> @@ -186,7 +187,7 @@ &dcmi { >> port { >> dcmi_0: endpoint { >> remote-endpoint = <&ov2640_0>; >> - bus-type = <5>; >> + bus-type = ; >> bus-width = <8>; >> hsync-active = <0>; >> vsync-active = <0>; >> diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts >> index d142dd30e16b..306d41a6138f 100644 >> --- a/arch/arm/boot/dts/stm32mp157c-ev1.dts >> +++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts >> @@ -8,6 +8,7 @@ >> #include "stm32mp157c-ed1.dts" >> #include >> #include >> +#include >> >> / { >> model = "STMicroelectronics STM32MP157C eval daughter on eval mother"; >> @@ -90,7 +91,7 @@ &dcmi { >> port { >> dcmi_0: endpoint { >> remote-endpoint = <&ov5640_0>; >> - bus-type = <5>; >> + bus-type = ; >> bus-width = <8>; >> hsync-active = <0>; >> vsync-active = <0>; >