]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit407077c2798f57fcdea30ab0067dfc6bef2ba67b
tree7176d0580bdbf293414bd3a06c5f0ca1ade2754a
parenta51174e5252c3e502b10c682e10397b3d749f9a1
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]