[PATCH v5 1/7] power: pmic: tps65941: Add DM_PMIC dependency
Jaehoon Chung
jh80.chung at samsung.com
Wed Oct 23 01:20:14 CEST 2024
> -----Original Message-----
> From: Manorit Chawdhry <m-chawdhry at ti.com>
> Sent: Tuesday, October 15, 2024 7:52 PM
> To: Jaehoon Chung <jh80.chung at samsung.com>
> Cc: u-boot at lists.denx.de; Neha Malcom Francis <n-francis at ti.com>; Keerthy J <j-keerthy at ti.com>; Udit
> Kumar <u-kumar1 at ti.com>; Aniket Limaye <a-limaye at ti.com>; Tom Rini <trini at konsulko.com>; Vignesh
> Raghavendra <vigneshr at ti.com>; Andrew Davis <afd at ti.com>; Nishanth Menon <nm at ti.com>; Simon Glass
> <sjg at chromium.org>; Manorit Chawdhry <m-chawdhry at ti.com>
> Subject: [PATCH v5 1/7] power: pmic: tps65941: Add DM_PMIC dependency
>
> This Kconfig depends on DM_PMIC but hadn't be explicitly stated which
> could cause config related issues.
>
> Adds the dependency in Kconfig for tps65941.
>
> Fixes: 6b86dd0c1ead ("power: pmic: tps65941: Add support for tps65941 family of PMICs")
> Reviewed-by: Neha Malcom Francis <n-francis at ti.com>
> Signed-off-by: Manorit Chawdhry <m-chawdhry at ti.com>
Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com>
Best Regards,
Jaehoon Chung
> ---
> drivers/power/pmic/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig
> index 562c1a3b122a..bbcbcee4c355 100644
> --- a/drivers/power/pmic/Kconfig
> +++ b/drivers/power/pmic/Kconfig
> @@ -394,6 +394,7 @@ config SPL_PMIC_LP87565
>
> config PMIC_TPS65941
> bool "Enable driver for Texas Instruments TPS65941 PMIC"
> + depends on DM_PMIC
> help
> The TPS65941 is a PMIC containing a bunch of SMPS & LDOs.
> This driver binds the pmic children.
>
> --
> 2.46.0
More information about the U-Boot
mailing list