Hi Tom, please pull these sunxi changes for 2064.04. Some improvements for some boards' DRAM setup, to allow boards with "odd" DRAM sizes (1.5GB or 3GB), and to support the T113-s4 with double the co-packaged DRAM. Support for a new board (X96Q TV box), and a fix for the DT name prefix. Also we support the new AXP318W PMIC, which is used on new boards with the A733 SoC. There are some preliminary support patches for this SoC, but they are not quite ready yet - though maybe I push some uncontroversial ones a bit later still.
Thanks, Andre ============================= The following changes since commit 0ffca1dff1e8960b5920dfc3164e0fcd5892b961: Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh (2026-01-25 11:20:53 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master for you to fetch changes up to 8805aa120ca5341ca14d8f7f2311f7a85d57a5f9: board: sunxi: Add X96Q support (2026-01-25 23:29:32 +0000) ---------------------------------------------------------------- Andre Przywara (1): sunxi: dram: detect non-power-of-2 sized DRAM chips Bohdan Chubuk (1): sunxi: avoid double vendor prefix when CONFIG_OF_UPSTREAM is enabled J. Neuschäfer (1): board: sunxi: Add X96Q support Lukas Schmid (1): sunxi: extend R528/T113-s3/D1(s) DRAM initialisation Yixun Lan (2): power: regulator: add AXP318W support power: regulator: enable AWP318W SPL support arch/arm/include/asm/arch-sunxi/dram.h | 1 + arch/arm/mach-sunxi/dram_dw_helpers.c | 22 ++++++++++++++- arch/arm/mach-sunxi/dram_helpers.c | 12 ++++++++ board/sunxi/MAINTAINERS | 5 ++++ board/sunxi/board.c | 5 +++- configs/x96q_defconfig | 27 ++++++++++++++++++ drivers/power/Kconfig | 10 +++++++ drivers/power/Makefile | 1 + drivers/power/axp_spl.c | 20 +++++++++++++ drivers/power/pmic/axp.c | 1 + drivers/power/regulator/axp_regulator.c | 50 +++++++++++++++++++++++++++++++++ drivers/ram/sunxi/dram_sun20i_d1.c | 10 +++++++ drivers/ram/sunxi/dram_sun20i_d1.h | 11 ++++++++ include/axp_pmic.h | 1 + 14 files changed, 174 insertions(+), 2 deletions(-) create mode 100644 configs/x96q_defconfig

