commit | 1ecf3e444de09db14f382c80a9bf8ef35108d0b4 | [log] [tgz] |
---|---|---|
author | Xu Ziyuan <xzy.xu@rock-chips.com> | Thu Jul 14 14:52:32 2016 +0800 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 25 20:44:19 2016 -0600 |
tree | d078c85aed34d3bd8365c5b93ccac806c9493d6b | |
parent | b4338b6875a582caf0d412304e3f960b0b96cbb1 [diff] |
usb: rockchip-phy: implement USB2.0 phy control So far, Rockchip SoCs have two kinds of USB2.0 phy, such as Synopsys and Innosilicon. This patch applys dwc2 usb driver framework to implement phy_init() and phy_off() methods for Synopsys phy on Rockchip platform. Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>