Re: [PATCH v6 2/7] dt-bindings: nvmem: layouts: add Microchip/SST SFDP EUI layout
"Rob Herring (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-mtd,org.kernel.vger.linux-devicetree,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 29 Jul 2026 10:00:21 +0530, Manikandan Muralidharan wrote: > Add a binding for the NVMEM layout that exposes the factory-programmed > EUI-48 identifier from the Microchip/SST vendor-specific SFDP parameter > table (e.g. SST26VF064BEUI) as a "mac-address" NVMEM cell, and reference > it from nvmem-layout.yaml. > > Reviewed-by: Linus Walleij <[email protected]> > Signed-off-by: Manikandan Muralidharan <[email protected]> > --- > .../layouts/microchip,sst26vf-sfdp-eui.yaml | 60 +++++++++++++++++++ > .../bindings/nvmem/layouts/nvmem-layout.yaml | 1 + > 2 files changed, 61 insertions(+) > create mode 100644 Documentation/devicetree/bindings/nvmem/layouts/microchip,sst26vf-sfdp-eui.yaml > Reviewed-by: Rob Herring (Arm) <[email protected]>