On Mon, 14 Nov 2022 09:56:59 +0100, Miquel Raynal wrote: > Add a schema for the ONIE tlv NVMEM layout that can be found on any ONIE > compatible networking device. > > Describe all the possible NVMEM cells that can be produced by this > layout parser. > > Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > --- > .../bindings/nvmem/layouts/nvmem-layout.yaml | 1 + > .../nvmem/layouts/onie,tlv-layout.yaml | 147 ++++++++++++++++++ > 2 files changed, 148 insertions(+) > create mode 100644 Documentation/devicetree/bindings/nvmem/layouts/onie,tlv-layout.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>