
On Tue, 12 Oct 2021 11:49:02 -0400 Tom Rini trini@konsulko.com wrote:
Hi Tom,
On Tue, Oct 12, 2021 at 01:58:18PM +0100, Andre Przywara wrote:
Hi Tom,
please pull the sunxi/master branch, containing the first part of the 2022.01 changes.
The bulk of it is Samuel's DM_I2C rework, which removes the nasty I2C deprecation warnings for most 32-bit boards. It also includes some smaller refactorings that pave the way for more changes, mostly driven by needing to support the Allwinner RISC-V SoC later on.
Board wise we gain support for the FriendlyARM NanoPi R1S H5 router board and official Pinetab support.
Build-tested for all 160 sunxi boards, and boot tested on a A64, A20, H3, H6, and H616 board. USB, SD card, eMMC, and Ethernet all work there (where applicable).
Thanks, Andre
============== The following changes since commit f331497d3ad4166f9826e7674793ae04094b29c1:
Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot-video (2021-10-09 17:47:27 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to f9437b00c06382d3edc623c10c69901786ad6317:
sunxi: Enable DM_I2C for all sunxi boards (2021-10-12 11:01:27 +0100)
Note that the POWER_MC34VR500 PMIC driver is NOT converted to DM, so I had to move the Kconfig entry for that around in order to avoid a new Kconfig warning when building.
Oh, sorry for that! I just see that the commit message speaks of DM_PMIC_MC34708, but it's indeed POWER_MC34VR500 that (wrongfully) gains the dependency. For the next tests I will try to find some idle machine and build more boards than just sunxi! So thanks for the heads up and the quick fix!
I've added some NXP folks to the email here because that's a conversion that needs doing ASAP.
With that said, this PR is applied to u-boot/master, thanks!
Many thanks!
Cheers, Andre