Skip to content

Commit 5a004cf

Browse files
shramamoorthylag-linaro
authored andcommitted
dt-bindings: regulator: Add TI TPS65214 PMIC bindings
- TPS65214 is a Power Management IC with 3 Buck regulators and 2 LDOs. - TPS65214 has 2 LDOS and 1 GPO, whereas TPS65219 has 4 LDOs and 2 GPOs. - TPS65214's LDO1 maps to TPS65219's LDO3. - A key difference between TPS65215 & TPS65214 are the LDO current and voltage output ranges and the configurable options available. - The remaining features for both devices are the same. Signed-off-by: Shree Ramamoorthy <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 2bcd964 commit 5a004cf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Documentation/devicetree/bindings/regulator/ti,tps65219.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$id: http://devicetree.org/schemas/regulator/ti,tps65219.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

7-
title: TI TPS65215/TPS65219 Power Management Integrated Circuits
7+
title: TI TPS65214/TPS65215/TPS65219 Power Management Integrated Circuit
88

99
maintainers:
1010
- Jerome Neanne <[email protected]>
@@ -18,9 +18,13 @@ description: |
1818
TI TPS65215 is a derivative of TPS65219 with 3 Buck regulators, 2 Low
1919
Drop-out Regulators (LDOs), 1 GPIO, 1 GPO, and power-button.
2020
21+
TI TPS65214 is a derivative of TPS65219 with 3 Buck regulators, 2 Low
22+
Drop-out Regulators (LDOs), 1 GPIO, 1 GPO, and power-button.
23+
2124
properties:
2225
compatible:
2326
enum:
27+
- ti,tps65214
2428
- ti,tps65215
2529
- ti,tps65219
2630

@@ -102,7 +106,9 @@ allOf:
102106
properties:
103107
compatible:
104108
contains:
105-
const: ti,tps65215
109+
enum:
110+
- ti,tps65214
111+
- ti,tps65215
106112
then:
107113
properties:
108114
regulators:

0 commit comments

Comments
 (0)