phy: stm32: Add support for STM32MP25 COMBOPHY.
authorChristian Bruel <christian.bruel@foss.st.com>
Mon, 30 Sep 2024 17:08:44 +0000 (19:08 +0200)
committerVinod Koul <vkoul@kernel.org>
Mon, 7 Oct 2024 06:47:07 +0000 (12:17 +0530)
commit47e1bb6b4ba0987139ab790efa03c542ebc1b10d
tree63681d030b6f0ea0f9f207638925ce3ddf19a6e7
parent8c7e955fac07ee11c76ddf2330587fe083fab1a2
phy: stm32: Add support for STM32MP25 COMBOPHY.

Addition of the COMBOPHY driver found on STM32MP25 platforms

This single lane PHY is shared (exclusive) between the USB3 and PCIE
controllers.
Supports 5Gbit/s for PCIE gen2 or 2.5Gbit/s for PCIE gen1.

Supports wakeup-source capability to wakeup system using remote-wakeup
capable USB device

Signed-off-by: Christian Bruel <christian.bruel@foss.st.com>
Link: https://lore.kernel.org/r/20240930170847.948779-3-christian.bruel@foss.st.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/st/Kconfig
drivers/phy/st/Makefile
drivers/phy/st/phy-stm32-combophy.c [new file with mode: 0644]