commit | 7a888de4b51803657f448139d9fbe457f4678c4f | [log] [tgz] |
---|---|---|
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | Mon Feb 20 14:50:32 2023 +0900 |
committer | Marek Vasut <marex@denx.de> | Wed Feb 22 19:40:11 2023 +0100 |
tree | b15e27467068f0f842b7eb99e418bde22c24c6b0 | |
parent | 26dd38af858d28131302a5a7f1102350e53520a5 [diff] |
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>