On Sat, 15 Jan 2022 01:26:49 +0100, Linus Walleij wrote: > This rewrites the former text based AB8500 bindings in YAML. > > When the AB8500 bindings were first written (in 2012) we > were not strict on some things and node names were definitely > not standardized. > > This patch uses standard node names to most of the subnodes > on the AB8500 and is accompanied by another patch fixing > all the DTS files to conform to this. > > The bindings are not as perfect as newly written bindings > would be, it is a best effort to deal with the legacy. > > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > .../devicetree/bindings/mfd/ab8500.txt | 282 ---------- > .../bindings/mfd/stericsson,ab8500.yaml | 500 ++++++++++++++++++ > .../bindings/mfd/stericsson,db8500-prcmu.yaml | 1 + > 3 files changed, 501 insertions(+), 282 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mfd/ab8500.txt > create mode 100644 Documentation/devicetree/bindings/mfd/stericsson,ab8500.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>