On Wed, 11 Jan 2023 08:30:59 +0100, Rafał Miłecki wrote: > From: Rafał Miłecki <rafal@xxxxxxxxxx> > > U-Boot environment variables can be found of various underlaying storage > entities. This binding should be defined as a layout on top on NVMEM > device not a NVMEM device itself. > > Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> > --- > .../bindings/nvmem/layouts/nvmem-layout.yaml | 1 + > .../nvmem/{ => layouts}/u-boot,env.yaml | 29 ++++++++++--------- > MAINTAINERS | 2 +- > 3 files changed, 17 insertions(+), 15 deletions(-) > rename Documentation/devicetree/bindings/nvmem/{ => layouts}/u-boot,env.yaml (77%) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>