Am Dienstag, 3. Oktober 2023, 08:40:18 CEST schrieb Rafał Miłecki: > From: Rafał Miłecki <rafal@xxxxxxxxxx> > > 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. > > To make it more difficult to accidentally support old syntax move its > binding to separated file with "deprecated" in its name. > > Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> > --- > V2: Fix path to nvmem-deprecated-cells.yaml in amlogic,meson6-rtc.yaml > > .../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: > > allOf: > - $ref: nvmem.yaml# > + - $ref: nvmem-deprecated-cells.yaml# > > - 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: > > allOf: > - $ref: nvmem.yaml# > + - $ref: nvmem-deprecated-cells.yaml# > > properties: > compatible: For Rockchip OTP and Efuse bindngs: Acked-by: Heiko Stuebner <heiko@xxxxxxxxx>