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