Add support for lan966x OTP controller that is available on lan966x. The driver gives access to non-volatile memory. It allows both write and read access to it. Horatiu Vultur (2): dt-bindings: lan966x-otpc: document Lan966X OTPC nvmem: lan966x-otpc: add support .../nvmem/microchip,lan966x-otpc.yaml | 42 +++ drivers/nvmem/Kconfig | 8 + drivers/nvmem/Makefile | 2 + drivers/nvmem/lan966x-otpc.c | 248 ++++++++++++++++++ 4 files changed, 300 insertions(+) create mode 100644 Documentation/devicetree/bindings/nvmem/microchip,lan966x-otpc.yaml create mode 100644 drivers/nvmem/lan966x-otpc.c -- 2.33.0