[PATCH v3 1/7] power: pmic: palmas: support TI TPS65913 PMIC

Simon Glass sjg at chromium.org
Mon Jul 24 04:28:14 CEST 2023


On Sun, 23 Jul 2023 at 06:28, Svyatoslav Ryhel <clamor95 at gmail.com> wrote:
>
> Existing PALMAS PMIC driver is fully compatible with TI TPS65913
> PMIC found in many Tegra 4 devices, like Tegra Note 7 and ASUS
> TF701T. TPS65913 shares same structure of regulators like TPS659038
> so data can be reused.
>
> Tested-by: Svyatoslav Ryhel <clamor95 at gmail.com> # NVIDIA Tegratab
> Signed-off-by: Svyatoslav Ryhel <clamor95 at gmail.com>
> ---
>  drivers/power/pmic/palmas.c | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


> diff --git a/drivers/power/pmic/palmas.c b/drivers/power/pmic/palmas.c
> index 6080cbff0b..d6eb9cb433 100644
> --- a/drivers/power/pmic/palmas.c
> +++ b/drivers/power/pmic/palmas.c
> @@ -87,6 +87,7 @@ static struct dm_pmic_ops palmas_ops = {
>
>  static const struct udevice_id palmas_ids[] = {
>         { .compatible = "ti,tps659038", .data = TPS659038 },
> +       { .compatible = "ti,tps65913" , .data = TPS659038 },
>         { .compatible = "ti,tps65917" , .data = TPS65917 },
>         { }
>  };
> --
> 2.39.2
>


More information about the U-Boot mailing list