phy: socionext: Add UniPhier USB3 PHY driver
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Mon, 20 Feb 2023 05:50:32 +0000 (14:50 +0900)
committerMarek Vasut <marex@denx.de>
Wed, 22 Feb 2023 18:40:11 +0000 (19:40 +0100)
commit7a888de4b51803657f448139d9fbe457f4678c4f
treeb15e27467068f0f842b7eb99e418bde22c24c6b0
parent26dd38af858d28131302a5a7f1102350e53520a5
phy: socionext: Add UniPhier USB3 PHY driver

Add USB3 PHY driver support to control clocks and resets needed to enable
PHY. The phy_ops->init() and exit() control PHY clocks and resets only,
and clocks and resets for the controller and the parent logic are enabled
in advance.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/phy/socionext/Kconfig
drivers/phy/socionext/Makefile
drivers/phy/socionext/phy-uniphier-usb3.c [new file with mode: 0644]