[PATCH 00/15] Cumulative fixes and updates for MediaTek platform

Weijie Gao weijie.gao at mediatek.com
Fri Jan 17 10:16:27 CET 2025


This patch series contains fixes and updates for MediaTek platform,
including drivers, board and arch files.

Weijie Gao (15):
  board: mediatek: mt7622: remove board_late_init
  clk: mediatek: fix uninitialized fields issue in INFRA_MUX struct
  configs: mt7629: move image load address to 0x42000000
  configs: mt7988: move image load address to 0x44000000
  spi: mtk_spim: add support to use DT live tree
  spi: mtk_spim: check slave device mode in spi-mem's supports_op
  arm: dts: mediatek: add quad mode capabilities for SPI flashes
  pwm: mediatek: add pwm3 support for mt7981
  pci: mediatek: add support for multiple ports in mediatek pcie gen3
    driver
  arm: dts: mediatek: add pcie support for mt7988
  arm: dts: medaitek: fix internal switch link speed of mt7988
  arm: dts: mediatek: add support for all three GMACs for mt7988
  arm: dts: medaitek: add flash interface driving settings for mt7988
  arm: dts: mediatek: update mt7981 mmc node
  MAINTAINERS: update file list for MediaTek ARM platform

 MAINTAINERS                        |   5 +
 arch/arm/dts/mt7981-emmc-rfb.dts   |   8 ++
 arch/arm/dts/mt7981-rfb.dts        |  12 ++
 arch/arm/dts/mt7981-sd-rfb.dts     |  14 +-
 arch/arm/dts/mt7981.dtsi           |  22 ++--
 arch/arm/dts/mt7986a-rfb.dts       |   4 +
 arch/arm/dts/mt7986b-rfb.dts       |   4 +
 arch/arm/dts/mt7988-rfb.dts        |  59 ++++++++-
 arch/arm/dts/mt7988-sd-rfb.dts     |   5 +-
 arch/arm/dts/mt7988.dtsi           | 204 ++++++++++++++++++++++++++++-
 board/mediatek/mt7622/mt7622_rfb.c |   7 -
 configs/mt7629_rfb_defconfig       |   2 +-
 configs/mt7988_rfb_defconfig       |   2 +-
 drivers/clk/mediatek/clk-mt7981.c  |   1 +
 drivers/clk/mediatek/clk-mt7986.c  |   1 +
 drivers/clk/mediatek/clk-mt7988.c  |   1 +
 drivers/pci/pcie_mediatek_gen3.c   |  24 ++++
 drivers/pwm/pwm-mtk.c              |   2 +-
 drivers/spi/mtk_spim.c             |   5 +-
 19 files changed, 353 insertions(+), 29 deletions(-)

-- 
2.34.1



More information about the U-Boot mailing list