[PATCH 01/15] board: ti: am335x: Fix DM_TPS65910 condition
Tom Rini
trini at konsulko.com
Tue Nov 18 14:57:30 CET 2025
On Tue, Nov 18, 2025 at 11:09:36AM +0000, Maarten Brock wrote:
> > From: Markus Schneider-Pargmann (TI.com) <msp at baylibre.com>
> > scale_vcores_generic() calls functions implemented in tps65910.c, not
> > tps65910_dm.c. Change guard from CONFIG_DM_PMIC_TPS65910 to
> > CONFIG_SPL_POWER_TPS65910.
> >
> > Fixes: 0b9ff0851592 ("board: ti: am335x: Do not call disabled PMIC functions")
> > Signed-off-by: Markus Schneider-Pargmann (TI.com) <msp at baylibre.com>
> > ---
> > board/ti/am335x/board.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/board/ti/am335x/board.c b/board/ti/am335x/board.c
> > index
> > 712818ec23562fad85febf6616aea3cea1a3a9ea..90e37a8d91330365bb5f27c37
> > 1be7b9749de9fde 100644
> > --- a/board/ti/am335x/board.c
> > +++ b/board/ti/am335x/board.c
> > @@ -429,7 +429,7 @@ void scale_vcores_generic(int freq)
> > {
> > int sil_rev, mpu_vdd;
> >
> > - if (!IS_ENABLED(CONFIG_DM_PMIC_TPS65910))
> > + if (!IS_ENABLED(CONFIG_SPL_POWER_TPS65910))
> > return;
> >
> > /*
> >
> > --
> > 2.51.0
>
> Acked-by: Maarten Brock <maarten.brock at sttls.nl>
Thanks. Can you please split this out on its own (since I see Kory has
feedback on this series as well) as it's a standalone regression fix.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20251118/e6725103/attachment.sig>
More information about the U-Boot
mailing list