Re: [PATCH] arm: baltos: switch to CONFIG_DM_I2C

2023-06-01 Thread Tom Rini
On Mon, May 15, 2023 at 04:26:44PM +0200, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > Also use the TPS65910 driver directly. > > Signed-off-by: Yegor Yefremov Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] arm: baltos: switch to CONFIG_DM_I2C

2023-05-15 Thread yegorslists
From: Yegor Yefremov Also use the TPS65910 driver directly. Signed-off-by: Yegor Yefremov --- board/vscom/baltos/board.c | 44 ++--- configs/am335x_baltos_defconfig | 8 +++--- 2 files changed, 23 insertions(+), 29 deletions(-) diff --git a/board/vscom/baltos