Re: [PATCH 2/3] ARM: omap3: evm: Complete DM_I2C migration

2022-06-10 Thread Tom Rini
On Sun, May 15, 2022 at 10:25:04PM -0500, Derald D. Woods wrote: > This commits enables DM_I2C and sets the default bus to 0. > > Signed-off-by: Derald D. Woods Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 2/3] ARM: omap3: evm: Complete DM_I2C migration

2022-05-15 Thread Derald D. Woods
This commits enables DM_I2C and sets the default bus to 0. Signed-off-by: Derald D. Woods --- configs/omap3_evm_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig index d451e201c7..2d8e627171 100644 --- a/co