This patch series adds USB3/PCIE COMBOPHY driver for the STM32MP25 SoC from STMicrolectronics, respective yaml schema and enable for the stm32mp257f-ev1 device into which it is used for PCIe. Christian Bruel (5): MAINTAINERS: add entry for ST STM32MP25 COMBOPHY driver dt-bindings: phy: Add STM32MP25 COMBOPHY bindings phy: stm32: Add support for STM32MP25 COMBOPHY. arm64: dts: st: Add combophy node on stm32mp251 arm64: dts: st: Enable COMBOPHY on the stm32mp257f-ev1 board .../bindings/phy/st,stm32-combophy.yaml | 178 +++++ MAINTAINERS | 6 + arch/arm64/boot/dts/st/stm32mp251.dtsi | 17 + arch/arm64/boot/dts/st/stm32mp257f-ev1.dts | 14 + drivers/phy/st/Kconfig | 12 + drivers/phy/st/Makefile | 1 + drivers/phy/st/phy-stm32-combophy.c | 607 ++++++++++++++++++ 7 files changed, 835 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/st,stm32-combophy.yaml create mode 100644 drivers/phy/st/phy-stm32-combophy.c -- 2.34.1