]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
phy: rcar-gen3-usb3: add support for R-Car Gen3 USB 3.0 PHY
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Mon, 29 May 2017 10:42:15 +0000 (19:42 +0900)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 7 Jun 2017 12:25:13 +0000 (17:55 +0530)
commit7c7356bab8e85c8d2e335752dcb89d94fe10d660
treeb0f88488908abbb78e85258c8e4963dfc54e19de
parentb59b1d390483e3ff3342d7b7cd0ec19e847a6142
phy: rcar-gen3-usb3: add support for R-Car Gen3 USB 3.0 PHY

The USB 3.0 PHY modules of R-Car Gen3 SoCs have:
 - Spread spectrum clock (ssc).
 - Using USB 2.0 EXTAL clock instead of USB 3.0 clock.
 - Enabling VBUS detection for usb3.0 peripheral.

So, this driver supports these features.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt [new file with mode: 0644]
MAINTAINERS
drivers/phy/renesas/Kconfig
drivers/phy/renesas/Makefile
drivers/phy/renesas/phy-rcar-gen3-usb3.c [new file with mode: 0644]