dt-bindings: fuse: Move renesas,rcar-{efuse,otp} to nvmem
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 30 Oct 2024 14:03:09 +0000 (14:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Nov 2024 04:33:46 +0000 (05:33 +0100)
commit2aea0d17ff9e08e8ab50dd588c53cc37d963e016
tree1d3e79373f671502346933b1ad3f42318b0374fd
parenteb33da0de01b867af52e7cc37f49542d21d89037
dt-bindings: fuse: Move renesas,rcar-{efuse,otp} to nvmem

The R-Car E-FUSE blocks can be modelled better using the nvmem
framework.

Replace the R-Car V3U example by an R-Car S4-8 ES1.2 example, to show
the definition of nvmem cells.  While at it, drop unneeded labels from
the examples, and fix indentation.

Add an entry to the MAINTAINERS file.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20241030140315.40562-2-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/fuse/renesas,rcar-efuse.yaml [deleted file]
Documentation/devicetree/bindings/fuse/renesas,rcar-otp.yaml [deleted file]
Documentation/devicetree/bindings/nvmem/renesas,rcar-efuse.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/nvmem/renesas,rcar-otp.yaml [new file with mode: 0644]
MAINTAINERS