[GIT PULL] Please pull mediatek-for-master-2026-06-24 into master
David Lechner
dlechner at baylibre.com
Wed Jun 24 17:31:53 CEST 2026
A few late fixes. One that we've been waiting a long time to finally get into
devicetree-rebasing so we could cherry-pick it and the rest is to fix a
regression that was reported a few weeks ago.
The following changes since commit fcda974e36033ad5331a9b4a4a551af4e141ad7d:
arm: aspeed: Fix AST2600 SPL external DTB alignment (2026-06-23 10:41:25 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-mediatek.git tags/mediatek-for-master-2026-06-24
for you to fetch changes up to b4fa246a1565aa63375de06b732c6d1eb1f82d27:
arm: mediatek: mt8512: fix gd->bd->bi_dram[0].size (2026-06-24 10:06:16 -0500)
----------------------------------------------------------------
* Cherry-pick upstream devicetree fix for duplicate regulator names.
* Fix regressions due to recent mach-wide cleanups accidentally changing
gd->bd->bi_dram[0].size.
----------------------------------------------------------------
David Lechner (9):
arm64: dts: mediatek: mt6359: give regulators unique names
mmc: mtk-sd: select LMB_LIMIT_DMA_BELOW_RAM_TOP
net: mtk_eth: select LMB_LIMIT_DMA_BELOW_RAM_TOP
arm: mediatek: mt7987: fix gd->bd->bi_dram[0].size
arm: mediatek: mt7988: fix gd->bd->bi_dram[0].size
arm: mediatek: mt8188: fix gd->bd->bi_dram[0].size
arm: mediatek: mt8189: fix gd->bd->bi_dram[0].size
arm: mediatek: mt8195: fix gd->bd->bi_dram[0].size
arm: mediatek: mt8512: fix gd->bd->bi_dram[0].size
arch/arm/mach-mediatek/Kconfig | 2 --
arch/arm/mach-mediatek/mt7988/init.c | 10 ++++++++++
arch/arm/mach-mediatek/mt8188/init.c | 4 ++--
arch/arm/mach-mediatek/mt8189/init.c | 4 ++--
arch/arm/mach-mediatek/mt8195/init.c | 4 ++--
arch/arm/mach-mediatek/mt8512/init.c | 4 ++--
arch/arm/mach-mediatek/tzcfg.c | 22 +++++++++++++---------
board/mediatek/mt7987/MAINTAINERS | 1 -
board/mediatek/mt7988/MAINTAINERS | 1 -
drivers/mmc/Kconfig | 1 +
drivers/net/mtk_eth/Kconfig | 1 +
dts/upstream/src/arm64/mediatek/mt6359.dtsi | 4 ++--
include/configs/mt7987.h | 14 --------------
include/configs/mt7988.h | 14 --------------
14 files changed, 35 insertions(+), 51 deletions(-)
delete mode 100644 include/configs/mt7987.h
delete mode 100644 include/configs/mt7988.h
More information about the U-Boot
mailing list