On Thu, 03 Oct 2024 16:04:25 +0200, Geert Uytterhoeven wrote: > 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@xxxxxxxx> > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > v3: > - New. > --- > .../{fuse => nvmem}/renesas,rcar-efuse.yaml | 35 +++++++++++++------ > .../{fuse => nvmem}/renesas,rcar-otp.yaml | 17 +++++---- > MAINTAINERS | 1 + > 3 files changed, 36 insertions(+), 17 deletions(-) > rename Documentation/devicetree/bindings/{fuse => nvmem}/renesas,rcar-efuse.yaml (54%) > rename Documentation/devicetree/bindings/{fuse => nvmem}/renesas,rcar-otp.yaml (60%) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>