Message ID | 20240223093701.66034-5-bhargav.r@ltts.com |
---|---|
State | Superseded |
Headers | show |
Series | Add support for TI TPS65224 PMIC | expand |
On Fri, Feb 23, 2024 at 03:06:51PM +0530, Bhargav Raviprakash wrote: > 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> Cheers, Conor. > --- > Documentation/devicetree/bindings/mfd/ti,tps6594.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml b/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml > index 9d43376be..6341b6070 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. > -- > 2.25.1 >
diff --git a/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml b/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml index 9d43376be..6341b6070 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.
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> --- Documentation/devicetree/bindings/mfd/ti,tps6594.yaml | 1 + 1 file changed, 1 insertion(+)