summaryrefslogtreecommitdiffstats
path: root/drivers/phy/renesas/Makefile
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2017-05-29 19:42:15 +0900
committerKishon Vijay Abraham I <kishon@ti.com>2017-06-07 17:55:13 +0530
commit7c7356bab8e85c8d2e335752dcb89d94fe10d660 (patch)
treeb0f88488908abbb78e85258c8e4963dfc54e19de /drivers/phy/renesas/Makefile
parentb59b1d390483e3ff3342d7b7cd0ec19e847a6142 (diff)
downloadop-kernel-dev-7c7356bab8e85c8d2e335752dcb89d94fe10d660.zip
op-kernel-dev-7c7356bab8e85c8d2e335752dcb89d94fe10d660.tar.gz
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>
Diffstat (limited to 'drivers/phy/renesas/Makefile')
-rw-r--r--drivers/phy/renesas/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/renesas/Makefile b/drivers/phy/renesas/Makefile
index 695241a..8b60259 100644
--- a/drivers/phy/renesas/Makefile
+++ b/drivers/phy/renesas/Makefile
@@ -1,2 +1,3 @@
obj-$(CONFIG_PHY_RCAR_GEN2) += phy-rcar-gen2.o
obj-$(CONFIG_PHY_RCAR_GEN3_USB2) += phy-rcar-gen3-usb2.o
+obj-$(CONFIG_PHY_RCAR_GEN3_USB3) += phy-rcar-gen3-usb3.o
OpenPOWER on IntegriCloud