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 CDE8EC77B73 for ; Tue, 30 May 2023 08:40:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230383AbjE3IkH (ORCPT ); Tue, 30 May 2023 04:40:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230349AbjE3IkD (ORCPT ); Tue, 30 May 2023 04:40:03 -0400 Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1224CA1; Tue, 30 May 2023 01:40:01 -0700 (PDT) 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 34U8MjXf017376; Tue, 30 May 2023 10:39:45 +0200 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=84NI3Im0/UBTUuzj57IODVViLeQOqPGq0/uHAbqCAkQ=; b=qsLGTjBNOu+hu7xyM+O6BW9SZkTJYNMZwAV+6/dphOsdonvtc13HIW4iHa8/Y00nod2M AfsMumh6ec/lNGOHB0wTRdLD8spo+pnM3Zw88A+/qQXYcAosNl5QgulJ5Jn9M3gRDqFO 1lpOZ1gpKaytuibdopnjcKgWTVRHhxfd4jArppasmOqZfI6VI0P2JUE8I3vYfSNQxzEP 5ep/TDdTDszPabTWZGGSwrXcdmNBSWMVBZV1rfJbvDfs8wBNbMjGZ9J75r2UnzrmY7Ba TbGEUOG17T9hmb4/pMjcCIinxldNDrMo6E8U12Vc9E6xie9U177Yn6mMqb/83kzWwmut cQ== 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 3quahy6djp-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 30 May 2023 10:39:45 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 0197E10002A; Tue, 30 May 2023 10:39:45 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id EC397216840; Tue, 30 May 2023 10:39:44 +0200 (CEST) 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.21; Tue, 30 May 2023 10:39:44 +0200 Message-ID: Date: Tue, 30 May 2023 10:39:43 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH 04/11] dt-bindings: stm32: add st,stm32mp25 compatibles to the stm32 family Content-Language: en-US To: Conor Dooley CC: , , Conor Dooley , Linus Walleij , Catalin Marinas , Will Deacon , Arnd Bergmann , Olof Johansson , , , , , , References: <20230529162034.20481-1-alexandre.torgue@foss.st.com> <20230529162034.20481-5-alexandre.torgue@foss.st.com> <20230529-backlit-dealing-b099e4eb5210@spud> From: Alexandre TORGUE In-Reply-To: <20230529-backlit-dealing-b099e4eb5210@spud> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.21.93] X-ClientProxiedBy: EQNCAS1NODE3.st.com (10.75.129.80) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.957,Hydra:6.0.573,FMLib:17.11.176.26 definitions=2023-05-30_06,2023-05-29_02,2023-05-22_02 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Conor On 5/29/23 20:05, Conor Dooley wrote: > On Mon, May 29, 2023 at 06:20:27PM +0200, Alexandre Torgue wrote: >> STM32 family is extended by the addition of the STM32MP25 SoCs. It is composed >> of 4 SoCs: STM32MP251, STM32MP253, STM32MP255 and STM32MP257. >> >> Signed-off-by: Alexandre Torgue >> >> diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml >> index 4af5b8f4f803..7d7ca33d2e61 100644 >> --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml >> +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml >> @@ -161,6 +161,15 @@ properties: >> - const: phytec,phycore-stm32mp157c-som >> - const: st,stm32mp157 >> >> + - items: >> + - const: st,stm32mp251 >> + - items: >> + - const: st,stm32mp253 >> + - items: >> + - const: st,stm32mp255 >> + - items: >> + - const: st,stm32mp257 > > I assume the slightly odd format is just to avoid churn when adding > the board compatibles. Yes, exactly. Alex > > Reviewed-by: Conor Dooley > > Thanks, > Conor. > >> + >> additionalProperties: true >> >> ... >> -- >> 2.17.1 >>