Re: [PATCH] board: beagle: convert to CONFIG_DM_I2C

2024-07-23 Thread Tom Rini
On Fri, 19 Jul 2024 23:51:23 +0200, Anatolij Gustschin wrote: > Rework to remove use of legacy I2C API. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] board: beagle: convert to CONFIG_DM_I2C

2024-07-20 Thread Robert Nelson
Thank you Anatolij, I'm really glad someone was interested in making this board work properly in mainline u-boot! On Sat, Jul 20, 2024 at 8:09 AM Anatolij Gustschin wrote: > > Hi Simon, > > On Sat, 20 Jul 2024 13:36:04 +0100 > Simon Glass s...@chromium.org wrote: > ... > > > - /* return BEA

Re: [PATCH] board: beagle: convert to CONFIG_DM_I2C

2024-07-20 Thread Tom Rini
On Fri, Jul 19, 2024 at 11:51:23PM +0200, Anatolij Gustschin wrote: > Rework to remove use of legacy I2C API. > > Signed-off-by: Anatolij Gustschin > Cc: Tom Rini > --- > board/beagle/beagle/beagle.c | 41 +- > configs/omap3_beagle_defconfig | 2 +- > include

Re: [PATCH] board: beagle: convert to CONFIG_DM_I2C

2024-07-20 Thread Anatolij Gustschin
Hi Simon, On Sat, 20 Jul 2024 13:36:04 +0100 Simon Glass s...@chromium.org wrote: ... > > - /* return BEAGLE_NO_EEPROM if eeprom doesn't respond */ > > - if (i2c_probe(EXPANSION_EEPROM_I2C_ADDRESS) == 1) { > > - i2c_set_bus_num(TWL4030_I2C_BUS); > > + ret = i2c_get_

Re: [PATCH] board: beagle: convert to CONFIG_DM_I2C

2024-07-20 Thread Simon Glass
Hi Anatolij, On Fri, 19 Jul 2024 at 22:51, Anatolij Gustschin wrote: > > Rework to remove use of legacy I2C API. > > Signed-off-by: Anatolij Gustschin > Cc: Tom Rini > --- > board/beagle/beagle/beagle.c | 41 +- > configs/omap3_beagle_defconfig | 2 +- > incl

[PATCH] board: beagle: convert to CONFIG_DM_I2C

2024-07-19 Thread Anatolij Gustschin
Rework to remove use of legacy I2C API. Signed-off-by: Anatolij Gustschin Cc: Tom Rini --- board/beagle/beagle/beagle.c | 41 +- configs/omap3_beagle_defconfig | 2 +- include/configs/omap3_beagle.h | 3 --- 3 files changed, 26 insertions(+), 20 deletions(-)