]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/phy/marvell/Kconfig
drivers: phy: add support for Armada CP110 UTMI PHY
authorKonstantin Porotchkin <kostap@marvell.com>
Sun, 7 Mar 2021 16:33:38 +0000 (18:33 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 30 Mar 2021 18:02:53 +0000 (23:32 +0530)
commit2fc989f74b8dac8a560b7c5e384c4f02b5cfd4b2
tree7176d0580bdbf293414bd3a06c5f0ca1ade2754a
parent0d811cda22abeeeb8d3412ac17b687764f4b4c9f
drivers: phy: add support for Armada CP110 UTMI PHY

Add support for Marvell CP110 UTMI PHY driver allowing the USB2
port configuration independently from the boot loader setup.
The CP110/CP115 dies have 2 UTMI PHYs that could be connected
to two USB host controllers or to single USB device controller.
Since there is only one USB device controller on die, only one
of the UTMI PHYs could work in USB device mode.
The CONFIG_PHY_MVEBU_CP110_UTMI should be enabled for usage of
this driver.

Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Link: https://lore.kernel.org/r/20210307163343.25684-2-kostap@marvell.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/marvell/Kconfig
drivers/phy/marvell/Makefile
drivers/phy/marvell/phy-mvebu-cp110-utmi.c [new file with mode: 0644]