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 X-Spam-Level: X-Spam-Status: No, score=-17.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B27B7C43462 for ; Fri, 16 Apr 2021 15:53:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9392B6121E for ; Fri, 16 Apr 2021 15:53:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235793AbhDPPxn (ORCPT ); Fri, 16 Apr 2021 11:53:43 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:45194 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S235639AbhDPPxl (ORCPT ); Fri, 16 Apr 2021 11:53:41 -0400 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 13GFbugM017081; Fri, 16 Apr 2021 17:52:53 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=subject : to : cc : references : from : message-id : date : mime-version : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=WZGwdTXw15LpdfwZttz+Ac4D8BUSBjoH6Vd+2D7iLnY=; b=wm0fx4MDGYw//NCJ8CmLYgOHWPxQVmzrGumXlnDutw90Yv8fDRl7e2gEYGXrjfHAJNJl Pl44WsqT8pwG2oa2n5N1XI4X7vMj98Sx/O/kf+sckZh1EwEhxpv/Mpofx1QVJBQKqjAR 88xYwdTrdfh3v1+BRq2vzvSSh/O9jIIIICv+4zfOrdp943QKcIfWDHy8oV+I9wFsjVrx 4/SzXUSm6A+Ew+t671EhVypFFstOu2SrTxU66BXfhTRd2B64UClQw0o4IOxS0LtfXpRo JzTEuEy3cHKWAgMiwdheiDiM8thirPKzmgUsZ8h7M+03vq1YL0iy0G3aFGYmvG6Q7Wc7 fg== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 37xm4jrdgj-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 16 Apr 2021 17:52:53 +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 C801710002A; Fri, 16 Apr 2021 17:52:52 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node3.st.com [10.75.127.6]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id A25C125D00A; Fri, 16 Apr 2021 17:52:52 +0200 (CEST) Received: from [10.211.14.227] (10.75.127.48) by SFHDAG2NODE3.st.com (10.75.127.6) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 16 Apr 2021 17:52:44 +0200 Subject: Re: [Linux-stm32] [PATCH 04/13] dt-bindings: mfd: stm32-timers: remove #address/size cells from required properties To: Alexandre Torgue CC: , , Marek Vasut , , Manivannan Sadhasivam , Marcin Sloniewski , Ahmad Fatoum , , , , Lee Jones , , References: <20210415101037.1465-1-alexandre.torgue@foss.st.com> <20210415101037.1465-5-alexandre.torgue@foss.st.com> From: Fabrice Gasnier Message-ID: Date: Fri, 16 Apr 2021 17:52:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210415101037.1465-5-alexandre.torgue@foss.st.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.48] X-ClientProxiedBy: SFHDAG2NODE3.st.com (10.75.127.6) To SFHDAG2NODE3.st.com (10.75.127.6) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391,18.0.761 definitions=2021-04-16_08:2021-04-16,2021-04-16 signatures=0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/15/21 12:10 PM, Alexandre Torgue wrote: > address-cells and size-cells can't be declared as "required" properties > as they are not needed if subnodes don't have a "reg" entry. > > Signed-off-by: Alexandre Torgue > > diff --git a/Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml b/Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml > index 0f16c8864a87..dace35362a7a 100644 > --- a/Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml > +++ b/Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml Hi Alexandre, Not sure if this matters: patches 3 and 4 could be swapped in the series. Apart from that: Reviewed-by: Fabrice Gasnier Thanks, Fabrice > @@ -119,8 +119,6 @@ patternProperties: > - compatible > > required: > - - "#address-cells" > - - "#size-cells" > - compatible > - reg > - clocks >