[PATCH v2 0/4] regulator: dt-bindings: Tegra coupling DT conversions and cleanup

Bhargav Joshi posted 4 patches 1 week, 1 day ago
There is a newer version of this series
.../devicetree/bindings/mfd/ti,tps65910.yaml       |  20 ++-
.../regulator/maxim,max77620-regulator.yaml        |   5 +-
.../regulator/nvidia,tegra-regulators-coupling.txt |  65 -------
.../nvidia,tegra-regulators-coupling.yaml          |  76 ++++++++
.../devicetree/bindings/regulator/ti,tps62360.yaml |   1 +
.../devicetree/bindings/regulator/ti,tps6586x.yaml | 196 +++++++++++++++++++++
.../devicetree/bindings/regulator/tps6586x.txt     | 135 --------------
7 files changed, 294 insertions(+), 204 deletions(-)
[PATCH v2 0/4] regulator: dt-bindings: Tegra coupling DT conversions and cleanup
Posted by Bhargav Joshi 1 week, 1 day ago
This series adds a shared DT schema for Tegra regulator coupling, 
updates relevant PMICs to use it, and converts the TI TPS6586x 
bindings to DT schema.

Summary:
- Patch 1: Fixes existing TPS65910 validation warnings.
- Patch 2: Converts Tegra regulator coupling to DT schema.
- Patch 3: Updates Tegra-related PMICs to reference the new schema.
- Patch 4: Converts TI TPS6586x to DT schema.

Signed-off-by: Bhargav Joshi <j.bhargav.u@gmail.com>
---
Changes in v2:
- Add patch 1 to resolve warnings from TPS65910.
- Add patch 2 to convert nvidia,tegra-regulators-coupling to DT schema.
- Add patch 3 to $ref to shared schema.
- Patch 4: remove individual properties and add $ref to shared schema.
- Link to v1: https://lore.kernel.org/r/20260822-ti-tps6586x-v1-1-93cb46b32b27@gmail.com

---
Bhargav Joshi (4):
      dt-bindings: mfd: ti,tps65910: Add wakeup-source and GPIO hogs
      regulator: dt-bindings: nvidia,tegra-regulators-coupling: Convert to DT schema
      regulator: dt-bindings: Reference Tegra regulator coupling schema
      regulator: dt-bindings: ti,tps6586x: Convert to DT schema

 .../devicetree/bindings/mfd/ti,tps65910.yaml       |  20 ++-
 .../regulator/maxim,max77620-regulator.yaml        |   5 +-
 .../regulator/nvidia,tegra-regulators-coupling.txt |  65 -------
 .../nvidia,tegra-regulators-coupling.yaml          |  76 ++++++++
 .../devicetree/bindings/regulator/ti,tps62360.yaml |   1 +
 .../devicetree/bindings/regulator/ti,tps6586x.yaml | 196 +++++++++++++++++++++
 .../devicetree/bindings/regulator/tps6586x.txt     | 135 --------------
 7 files changed, 294 insertions(+), 204 deletions(-)
---
base-commit: 9f0346dcbea363787186c94ef94dd01aaa215afa
change-id: 20260821-ti-tps6586x-b54e7111917c

Best regards,
-- 
Bhargav