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 72FB2C3DA78 for ; Tue, 17 Jan 2023 11:25:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236569AbjAQLZK (ORCPT ); Tue, 17 Jan 2023 06:25:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236435AbjAQLZJ (ORCPT ); Tue, 17 Jan 2023 06:25:09 -0500 Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F19923C3C; Tue, 17 Jan 2023 03:25:07 -0800 (PST) Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 30HACJMP000401; Tue, 17 Jan 2023 12:24:44 +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=acU0cnZ3w2pKxKoWqTFB/CdxhadN2u2TMa8Y+vjXTA0=; b=utEtmcQm4rgeRIBIy2tau6SKNVtqWWwSVY23wcD7wJrvNWSWqjYADB3kEybU1eW6JqPq aXGGz+dWssoF9kBQKywLmSPXtFDOkGoi3h0yHQcvRx1os98JuWS4BSutCWYdVoqLnN/w Fo3jmjT0HB5CSFQzkmK8fW1EcqakhZf70Tr2kIuhCr5LtQ9lfKY25N5EPqwz2aQ/dy8w VhgwZXg5K/4SAr7rSD41nfCosnJBfM6cxE6KhXSty6YeiC8npeMyu2L1blEuOJjwQKch 9YGtwJWIAcIrdzfqS7VvYtpi+1l74Rt0+TBgIqJRZag68BJ8jIDa4k+uxP5ZVaLtM2E3 dQ== 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 3n3mm6fygx-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 17 Jan 2023 12:24:44 +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 1AF7710002A; Tue, 17 Jan 2023 12:24:43 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id CDF61215BED; Tue, 17 Jan 2023 12:24:43 +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 12:24:43 +0100 Message-ID: <2bfd93b7-0419-a972-5a52-f0db0650b29e@foss.st.com> Date: Tue, 17 Jan 2023 12:24:42 +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 , , , CC: , Rob Herring , Sakari Ailus , Jacopo Mondi , Eugen Hristev , Hugues Fruchet , Maxime Coquelin , 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: <20220615221410.27459-7-laurent.pinchart@ideasonboard.com> 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_05,2023-01-17_01,2022-06-22_01 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Laurent On 6/16/22 00:14, 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 Applied on stm32-next. Thanks. Alex