commit | d6104335c17bbd04a28dd4a4e873056d9078c49e | [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 | 5f9a871c33d52910d6f2daea346829152c3ae631 [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>