mbox series

[v1,0/4] Add TPS6594 PMIC support on several boards

Message ID 20230329142948.833800-1-eblanc@baylibre.com (mailing list archive)
Headers show
Series Add TPS6594 PMIC support on several boards | expand

Message

Esteban Blanc March 29, 2023, 2:29 p.m. UTC
TPS6594 is a Power Management IC which provides regulators and others
features like GPIOs, RTC, watchdog, ESMs (Error Signal Monitor), and
PFSM (Pre-configurable Finite State Machine). The SoC and the PMIC can
communicate through the I2C or SPI interfaces.
TPS6594 is the super-set device while TPS6593 and LP8764 are derivatives.

This should be applied on top of other patch series:
- https://lore.kernel.org/all/20230327154101.211732-1-jpanis@baylibre.com/
  For core MFD driver
- https://lore.kernel.org/all/20230328091448.648452-1-eblanc@baylibre.com/
  For regulator driver

This serie adds device tree nodes for TI TPS6594 PMICs found in the
following boards:
- j721eXSOMXEVM:
Link: https://www.ti.com/tool/J721EXSOMXEVM
- j721s2:
Link: https://www.ti.com/tool/J721S2XSOMXEVM
- j7200XSOMXEVM:
Link: https://www.ti.com/tool/J7200XSOMXEVM
- AM62A-SKEVM:
Link: https://www.ti.com/tool/SK-AM62A-LP

Esteban Blanc (2):
  arm64: dts: ti: k3-j7200-som-p0: Add TP6594 family PMICs
  arm64: dts: ti: k3-j721s2-som-p0: Add TP6594 family PMICs

Jerome Neanne (1):
  arm64: dts: ti: k3-j721e-som-p0: Add TP6594 family PMICs

Julien Panis (1):
  arm64: dts: ti: k3-am62a7-sk: Add support for TPS6593 PMIC

 arch/arm64/boot/dts/ti/k3-am62a7-sk.dts      |  94 +++++++++
 arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi  | 170 +++++++++++++++
 arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi  | 169 +++++++++++++++
 arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi | 208 +++++++++++++++++++
 4 files changed, 641 insertions(+)

Comments

Nishanth Menon March 30, 2023, 3 a.m. UTC | #1
$subject: minor comment: you don't need a v1 for the first version of
the patch series.

On 16:29-20230329, Esteban Blanc wrote:
> TPS6594 is a Power Management IC which provides regulators and others
> features like GPIOs, RTC, watchdog, ESMs (Error Signal Monitor), and
> PFSM (Pre-configurable Finite State Machine). The SoC and the PMIC can
> communicate through the I2C or SPI interfaces.
> TPS6594 is the super-set device while TPS6593 and LP8764 are derivatives.
> 
> This should be applied on top of other patch series:
> - https://lore.kernel.org/all/20230327154101.211732-1-jpanis@baylibre.com/
>   For core MFD driver
> - https://lore.kernel.org/all/20230328091448.648452-1-eblanc@baylibre.com/
>   For regulator driver

OK - lets see these driver support get into an kernel rc1 tag before
looking at these patches for merge in this cycle, though this does
hold up other series

Such as https://lore.kernel.org/all/20230313-mcasp_upstream-v9-6-6d937efe4ec4@ti.com/

> 
> This serie adds device tree nodes for TI TPS6594 PMICs found in the
> following boards:
> - j721eXSOMXEVM:
> Link: https://www.ti.com/tool/J721EXSOMXEVM
> - j721s2:
> Link: https://www.ti.com/tool/J721S2XSOMXEVM
> - j7200XSOMXEVM:
> Link: https://www.ti.com/tool/J7200XSOMXEVM
> - AM62A-SKEVM:
> Link: https://www.ti.com/tool/SK-AM62A-LP
> 
> Esteban Blanc (2):
>   arm64: dts: ti: k3-j7200-som-p0: Add TP6594 family PMICs
>   arm64: dts: ti: k3-j721s2-som-p0: Add TP6594 family PMICs
> 
> Jerome Neanne (1):
>   arm64: dts: ti: k3-j721e-som-p0: Add TP6594 family PMICs
> 
> Julien Panis (1):
>   arm64: dts: ti: k3-am62a7-sk: Add support for TPS6593 PMIC
> 
>  arch/arm64/boot/dts/ti/k3-am62a7-sk.dts      |  94 +++++++++
>  arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi  | 170 +++++++++++++++
>  arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi  | 169 +++++++++++++++
>  arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi | 208 +++++++++++++++++++
>  4 files changed, 641 insertions(+)
> 
> -- 
> 2.39.2
>