On Sat, 16 Jan 2021 02:09:05 +0100, Jonathan Neuschäfer wrote: > The general trend is to have devicetree bindings in YAML format, to > allow automatic validation of bindings and devicetrees. > > Convert the NPCM SoC family's binding to YAML before it accumulates more > entries. > > The nuvoton,npcm750-evb compatible string is introduced to keep the > structure of the binding a little simpler. > > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@xxxxxxx> > --- > > If someone else wants to be listed as the maintainer, please let me > know. > > > v2: > - Fix indentation to satisfy yamllint > - Fix $schema line > > v1: > - https://lore.kernel.org/lkml/20210108224008.705687-1-j.neuschaefer@xxxxxxx/ > --- > .../devicetree/bindings/arm/npcm/npcm.txt | 6 ----- > .../devicetree/bindings/arm/npcm/npcm.yaml | 23 +++++++++++++++++++ > 2 files changed, 23 insertions(+), 6 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/npcm/npcm.txt > create mode 100644 Documentation/devicetree/bindings/arm/npcm/npcm.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>