.../devicetree/bindings/regulator/ti,tps51632.yaml | 55 ++++++++++++++++++++++ .../bindings/regulator/tps51632-regulator.txt | 27 ----------- 2 files changed, 55 insertions(+), 27 deletions(-)
Convert Texas Instruments TPS51632 Voltage regulators from legacy text
to DT schema. No functional changes are introduced.
Signed-off-by: Bhargav Joshi <j.bhargav.u@gmail.com>
---
.../devicetree/bindings/regulator/ti,tps51632.yaml | 55 ++++++++++++++++++++++
.../bindings/regulator/tps51632-regulator.txt | 27 -----------
2 files changed, 55 insertions(+), 27 deletions(-)
diff --git a/Documentation/devicetree/bindings/regulator/ti,tps51632.yaml b/Documentation/devicetree/bindings/regulator/ti,tps51632.yaml
new file mode 100644
index 000000000000..67ac40e3ec00
--- /dev/null
+++ b/Documentation/devicetree/bindings/regulator/ti,tps51632.yaml
@@ -0,0 +1,55 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/regulator/ti,tps51632.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Texas Instruments TPS51632 Voltage regulators
+
+maintainers:
+ - Laxman Dewangan <ldewangan@nvidia.com>
+
+allOf:
+ - $ref: regulator.yaml#
+
+properties:
+ compatible:
+ const: ti,tps51632
+
+ reg:
+ maxItems: 1
+
+ ti,enable-pwm-dvfs:
+ description: Enable the DVFS voltage control through the PWM interface.
+ type: boolean
+
+ ti,dvfs-step-20mV:
+ description:
+ The 20mV step voltage when PWM DVFS enabled. Missing this will set 10mV
+ step voltage in PWM DVFS mode. In normal mode, the voltage step is 10mV
+ as per datasheet.
+ type: boolean
+
+required:
+ - compatible
+ - reg
+
+unevaluatedProperties: false
+
+examples:
+ - |
+ i2c {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ tps51632@43 {
+ compatible = "ti,tps51632";
+ reg = <0x43>;
+ regulator-name = "tps51632-vout";
+ regulator-min-microvolt = <500000>;
+ regulator-max-microvolt = <1500000>;
+ regulator-boot-on;
+ ti,enable-pwm-dvfs;
+ ti,dvfs-step-20mV;
+ };
+ };
diff --git a/Documentation/devicetree/bindings/regulator/tps51632-regulator.txt b/Documentation/devicetree/bindings/regulator/tps51632-regulator.txt
deleted file mode 100644
index 2f7e44a96414..000000000000
--- a/Documentation/devicetree/bindings/regulator/tps51632-regulator.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-TPS51632 Voltage regulators
-
-Required properties:
-- compatible: Must be "ti,tps51632"
-- reg: I2C slave address
-
-Optional properties:
-- ti,enable-pwm-dvfs: Enable the DVFS voltage control through the PWM interface.
-- ti,dvfs-step-20mV: The 20mV step voltage when PWM DVFS enabled. Missing this
- will set 10mV step voltage in PWM DVFS mode. In normal mode, the voltage
- step is 10mV as per datasheet.
-
-Any property defined as part of the core regulator binding, defined in
-regulator.txt, can also be used.
-
-Example:
-
- tps51632 {
- compatible = "ti,tps51632";
- reg = <0x43>;
- regulator-name = "tps51632-vout";
- regulator-min-microvolt = <500000>;
- regulator-max-microvolt = <1500000>;
- regulator-boot-on;
- ti,enable-pwm-dvfs;
- ti,dvfs-step-20mV;
- };
---
base-commit: 962528fef90253aeded29cee20a9b6ff3595fed4
change-id: 20260626-ti-regulator-tp-f641a9f12c30
Best regards,
--
Bhargav
On Fri, 17 Jul 2026 02:54:03 +0530, Bhargav Joshi wrote:
> regulator: dt-bindings: tps51632: Convert to DT schema
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-7.3
Thanks!
[1/1] regulator: dt-bindings: tps51632: Convert to DT schema
https://git.kernel.org/broonie/regulator/c/07f0feac5f58
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
On Fri, 17 Jul 2026 02:54:03 +0530, Bhargav Joshi wrote: > Convert Texas Instruments TPS51632 Voltage regulators from legacy text > to DT schema. No functional changes are introduced. > > Signed-off-by: Bhargav Joshi <j.bhargav.u@gmail.com> > --- > .../devicetree/bindings/regulator/ti,tps51632.yaml | 55 ++++++++++++++++++++++ > .../bindings/regulator/tps51632-regulator.txt | 27 ----------- > 2 files changed, 55 insertions(+), 27 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
© 2016 - 2026 Red Hat, Inc.