MTU3 DT bindings alignment with Linux DT bindings.

The following changes since commit d0615e4a67c8958fad4a8c39262074958f04c179:

  Merge tag 'u-boot-imx-main-20260807' of 
https://git.u-boot-project.org/u-boot/custodians/u-boot-imx (2026-08-07 
10:21:33 -0600)

are available in the Git repository at:

  https://git.u-boot-project.org/u-boot/custodians/u-boot-usb.git main

for you to fetch changes up to 08b77aac333cb437df57a7f746fa712042ccde61:

  usb: mtu3: add SPL support (2026-08-09 13:26:42 +0200)

----------------------------------------------------------------
Carlo Caione (3):
      doc: usb: remove obsolete MediaTek MTU3 bindings
      usb: mtu3: support the upstream devicetree binding
      usb: mtu3: add SPL support

 arch/arm/dts/mt8183-pumpkin.dts                    |   4 -
 arch/arm/dts/mt8183.dtsi                           |  17 +-
 arch/arm/dts/mt8512-bm1-emmc.dts                   |   6 +-
 arch/arm/dts/mt8512.dtsi                           |  19 +-
 doc/device-tree-bindings/usb/mediatek,mtk-xhci.txt |  46 -----
 doc/device-tree-bindings/usb/mediatek,mtu3.txt     |  79 -------
 drivers/Makefile                                   |   3 +-
 drivers/usb/mtu3/Kconfig                           |  39 ++++
 drivers/usb/mtu3/Makefile                          |  10 +-
 drivers/usb/mtu3/mtu3.h                            |  12 +-
 drivers/usb/mtu3/mtu3_core.c                       |   4 +-
 drivers/usb/mtu3/mtu3_dr.h                         |   4 +-
 drivers/usb/mtu3/mtu3_host.c                       |  11 +-
 drivers/usb/mtu3/mtu3_hw_regs.h                    |  11 +-
 drivers/usb/mtu3/mtu3_plat.c                       | 227 +++++++++++++++------
 15 files changed, 240 insertions(+), 252 deletions(-)
 delete mode 100644 doc/device-tree-bindings/usb/mediatek,mtk-xhci.txt
 delete mode 100644 doc/device-tree-bindings/usb/mediatek,mtu3.txt

Reply via email to