diff options
author | Bhargav Raviprakash <bhargav.r@ltts.com> | 2024-04-30 16:16:51 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-05-03 12:07:00 +0300 |
commit | 91fbd800649f62bcc6a002ae9e0c0b6b5bb3f0d0 (patch) | |
tree | a16afb36873cd8f57c239f7ad22a2c248ecffbb5 /Documentation | |
parent | 436250638b6d8e6cf8dceed82cdbbfc90ce3a775 (diff) | |
download | linux-91fbd800649f62bcc6a002ae9e0c0b6b5bb3f0d0.tar.xz |
dt-bindings: mfd: ti,tps6594: Add TI TPS65224 PMIC
TPS65224 is a Power Management IC with 4 Buck regulators and 3 LDO
regulators, it includes additional features like GPIOs, watchdog, ESMs
(Error Signal Monitor), and PFSM (Pre-configurable Finite State Machine)
managing the state of the device.
In addition TPS65224 has support for 12-bit ADC and does not have RTC
unlike TPS6594.
Signed-off-by: Bhargav Raviprakash <bhargav.r@ltts.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/0109018f2f26a14f-157bb3a2-2f9b-4653-a619-46e1feb8f229-000000@ap-south-1.amazonses.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/ti,tps6594.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml b/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml index 9d43376bebed..6341b6070366 100644 --- a/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml @@ -21,6 +21,7 @@ properties: - ti,lp8764-q1 - ti,tps6593-q1 - ti,tps6594-q1 + - ti,tps65224-q1 reg: description: I2C slave address or SPI chip select number. |