Re: [PATCH 11/11] sunxi: Enable DM_I2C for all sunxi boards

2021-08-22 Thread Heiko Schocher
Hello Samuel, On 22.08.21 01:05, Samuel Holland wrote: > Now that the last users of legacy I2C (outside of SPL) have been > resolved, we can enable DM_I2C at the sunxi architecture level. > > Signed-off-by: Samuel Holland > --- > > arch/arm/Kconfig| 1 + > arch/arm/mach-sunxi/Kconf

[PATCH 11/11] sunxi: Enable DM_I2C for all sunxi boards

2021-08-21 Thread Samuel Holland
Now that the last users of legacy I2C (outside of SPL) have been resolved, we can enable DM_I2C at the sunxi architecture level. Signed-off-by: Samuel Holland --- arch/arm/Kconfig| 1 + arch/arm/mach-sunxi/Kconfig | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git