On 04/03/2022 09:08, Georgi Vlaev wrote: > Convert the TPS62360 regulator binding to DT schema format > using json-schema. > > Signed-off-by: Georgi Vlaev <g-vlaev@xxxxxx> > --- > V1 -> V2: Make the example indentation consistent. > > .../bindings/regulator/ti,tps62360.yaml | 99 +++++++++++++++++++ > .../bindings/regulator/tps62360-regulator.txt | 44 --------- > 2 files changed, 99 insertions(+), 44 deletions(-) > create mode 100644 Documentation/devicetree/bindings/regulator/ti,tps62360.yaml > delete mode 100644 Documentation/devicetree/bindings/regulator/tps62360-regulator.txt > > diff --git a/Documentation/devicetree/bindings/regulator/ti,tps62360.yaml b/Documentation/devicetree/bindings/regulator/ti,tps62360.yaml > new file mode 100644 > index 000000000000..525e9a46ce1b > --- /dev/null > +++ b/Documentation/devicetree/bindings/regulator/ti,tps62360.yaml > @@ -0,0 +1,99 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/regulator/ti,tps62360.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Texas Instruments TPS6236x Voltage Regulators > + > +maintainers: > + - Laxman Dewangan <ldewangan@xxxxxxxxxx> It would be good if Laxman acks this, but from my side: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> Best regards, Krzysztof