On Wed, 20 May 2020 02:22:33 +0200, Paul Cercueil wrote: > Convert the ingenic,jz4780-nemc.txt doc file to ingenic,nemc.yaml. > > The ingenic,jz4725b-nemc compatible string was added in the process, > with a fallback to ingenic,jz4740-nemc. > > Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx> > --- > > Notes: > v2: - Inline content of ingenic,nemc-client.yaml inside ingenic,nemc.yaml > - Add missing 'reg' property to sub-nodes and mark it as required > - Use a more generic wildcard to match all sub-nodes. > > .../ingenic,jz4780-nemc.txt | 76 ----------- > .../memory-controllers/ingenic,nemc.yaml | 126 ++++++++++++++++++ > 2 files changed, 126 insertions(+), 76 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/memory-controllers/ingenic,jz4780-nemc.txt > create mode 100644 Documentation/devicetree/bindings/memory-controllers/ingenic,nemc.yaml > Applied, thanks!