On Fri, 17 Dec 2021 18:05:04 +0100, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > Convert the Texas Instruments TPS51632 bindings from the free-form text > format to json-schema. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > .../bindings/regulator/ti,tps51632.yaml | 53 +++++++++++++++++++ > .../bindings/regulator/tps51632-regulator.txt | 27 ---------- > 2 files changed, 53 insertions(+), 27 deletions(-) > create mode 100644 Documentation/devicetree/bindings/regulator/ti,tps51632.yaml > delete mode 100644 Documentation/devicetree/bindings/regulator/tps51632-regulator.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>