On Fri, 01 Oct 2021 11:41:00 +0200, Krzysztof Kozlowski wrote: > Convert the regulators of Samsung > S2MPS11/S2MPS13/S2MPS14/S2MPS15/S2MPU02 family of PMICs to DT schema > format. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > --- > .../bindings/regulator/samsung,s2mps11.txt | 102 ------------------ > .../bindings/regulator/samsung,s2mps11.yaml | 52 +++++++++ > .../bindings/regulator/samsung,s2mps13.yaml | 52 +++++++++ > .../bindings/regulator/samsung,s2mps14.yaml | 52 +++++++++ > .../bindings/regulator/samsung,s2mps15.yaml | 52 +++++++++ > .../bindings/regulator/samsung,s2mpu02.yaml | 52 +++++++++ > MAINTAINERS | 2 +- > 7 files changed, 261 insertions(+), 103 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/regulator/samsung,s2mps11.txt > create mode 100644 Documentation/devicetree/bindings/regulator/samsung,s2mps11.yaml > create mode 100644 Documentation/devicetree/bindings/regulator/samsung,s2mps13.yaml > create mode 100644 Documentation/devicetree/bindings/regulator/samsung,s2mps14.yaml > create mode 100644 Documentation/devicetree/bindings/regulator/samsung,s2mps15.yaml > create mode 100644 Documentation/devicetree/bindings/regulator/samsung,s2mpu02.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>