[PATCH 0/3] arm: mediatek: mt8189: enable USB support

David Lechner dlechner at baylibre.com
Wed Apr 1 23:53:44 CEST 2026


This series is adding USB support to for MT8189 and similar SoCs (i.e.
Genio 520/720 EVKs).

USB and T-PHY drivers already exist, but we need to add a new XS-PHY
driver as well.

Then we add the required devicetree nodes and enable everything in the
defconfig. These patches depend on other outstanding patches adding
Genio 520/720 support.

Signed-off-by: David Lechner <dlechner at baylibre.com>
---
David Lechner (3):
      phy: mediatek: new XS-PHY driver
      arm: dts: mediatek: add USB/PHY nodes for Genio 520/720
      configs: mediatek: mt8189: enable USB support

 arch/arm/dts/mt8189.dtsi              | 210 ++++++++++++
 arch/arm/dts/mt8371-genio-common.dtsi |  70 ++++
 configs/mt8189.config                 |   8 +
 drivers/phy/Kconfig                   |  11 +
 drivers/phy/Makefile                  |   1 +
 drivers/phy/phy-mtk-xsphy.c           | 600 ++++++++++++++++++++++++++++++++++
 6 files changed, 900 insertions(+)
---
base-commit: 0dc97983546c8646b4dcf20147b7fc884219eebc
change-id: 20260401-mtk-mt8189-usb-b1e032cd1d2d

Best regards,
--  
David Lechner <dlechner at baylibre.com>



More information about the U-Boot mailing list