From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B4B2630D00; Thu, 5 Oct 2023 15:30:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ACAFCAD37; Thu, 5 Oct 2023 08:30:42 -0700 (PDT) Received: from i53875a3c.versanet.de ([83.135.90.60] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoLAi-0004BA-Lx; Thu, 05 Oct 2023 12:01:32 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Srinivas Kandagatla , Rob Herring , Krzysztof Kozlowski , Conor Dooley , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Hector Martin , Sven Peter , Alyssa Rosenzweig , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Claudiu Beznea , Andy Gross , Bjorn Andersson , Konrad Dybcio , Kunihiko Hayashi , Masami Hiramatsu , Vincent Shih , Alessandro Zummo , Alexandre Belloni , Matthias Brugger , AngeloGioacchino Del Regno , Christian Marangi , Anson Huang , Andrew-CT Chen , Lala Lin , Komal Bajaj , Kumar Thella , Keiji Hayashibara , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, asahi@lists.linux.dev, linux-arm-msm@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-rtc@vger.kernel.org, linux-mediatek@lists.infradead.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: Re: [PATCH V2] dt-bindings: nvmem: move deprecated cells binding to its own file Date: Thu, 05 Oct 2023 12:01:30 +0200 Message-ID: <2829805.88bMQJbFj6@diego> In-Reply-To: <20231003064018.7502-1-zajec5@gmail.com> References: <20231003064018.7502-1-zajec5@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS, T_SPF_HELO_TEMPERROR autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Am Dienstag, 3. Oktober 2023, 08:40:18 CEST schrieb Rafa=C5=82 Mi=C5=82ecki: > From: Rafa=C5=82 Mi=C5=82ecki >=20 > Support for old NVMEM fixed cells was deprecated in favour of > "fixed-layout". It's still part of the nvmem.yaml though and may be > unknowingly used by new bindings added without much of analyze. >=20 > To make it more difficult to accidentally support old syntax move its > binding to separated file with "deprecated" in its name. >=20 > Signed-off-by: Rafa=C5=82 Mi=C5=82ecki > --- > V2: Fix path to nvmem-deprecated-cells.yaml in amlogic,meson6-rtc.yaml >=20 > .../bindings/nvmem/rockchip,otp.yaml | 1 + > .../bindings/nvmem/rockchip-efuse.yaml | 1 + > diff --git a/Documentation/devicetree/bindings/nvmem/rockchip,otp.yaml b/= Documentation/devicetree/bindings/nvmem/rockchip,otp.yaml > index 9c6eff788928..a44d44b32809 100644 > --- a/Documentation/devicetree/bindings/nvmem/rockchip,otp.yaml > +++ b/Documentation/devicetree/bindings/nvmem/rockchip,otp.yaml > @@ -49,6 +49,7 @@ required: > =20 > allOf: > - $ref: nvmem.yaml# > + - $ref: nvmem-deprecated-cells.yaml# > =20 > - if: > properties: > diff --git a/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml = b/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml > index c5403e149080..b80fd8d1ae5b 100644 > --- a/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml > +++ b/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml > @@ -11,6 +11,7 @@ maintainers: > =20 > allOf: > - $ref: nvmem.yaml# > + - $ref: nvmem-deprecated-cells.yaml# > =20 > properties: > compatible: =46or Rockchip OTP and Efuse bindngs: Acked-by: Heiko Stuebner