summaryrefslogtreecommitdiffstats
path: root/drivers/phy/renesas/Makefile
diff options
context:
space:
mode:
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2018-06-10 21:24:13 +0300
committerKishon Vijay Abraham I <kishon@ti.com>2018-07-10 13:45:11 +0530
commit2ce7f2f425ef7464a2a9a872d2e9acad49e6cb3e (patch)
tree52f244f66f7d5fa0d8d43704fd044c5b65bed63a /drivers/phy/renesas/Makefile
parent4fa88cd3370ed33119863747a4db7f5e3f1dc308 (diff)
downloadlinux-2ce7f2f425ef7464a2a9a872d2e9acad49e6cb3e.tar.gz
linux-2ce7f2f425ef7464a2a9a872d2e9acad49e6cb3e.tar.bz2
linux-2ce7f2f425ef7464a2a9a872d2e9acad49e6cb3e.zip
phy: Renesas R-Car gen3 PCIe PHY driver
This PHY is still mostly undocumented -- the only documented registers exist on R-Car V3H (R8A77980) SoC where this PHY stays in a powered-down state after a reset and thus we must power it up for PCIe to work... Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> 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 8b6025916a93..4b76fc439ed6 100644
--- a/drivers/phy/renesas/Makefile
+++ b/drivers/phy/renesas/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_PHY_RCAR_GEN2) += phy-rcar-gen2.o
+obj-$(CONFIG_PHY_RCAR_GEN3_PCIE) += phy-rcar-gen3-pcie.o
obj-$(CONFIG_PHY_RCAR_GEN3_USB2) += phy-rcar-gen3-usb2.o
obj-$(CONFIG_PHY_RCAR_GEN3_USB3) += phy-rcar-gen3-usb3.o