summaryrefslogtreecommitdiff
path: root/drivers/phy/Makefile
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2017-04-24 12:51:29 +0300
committerSimon Glass <sjg@chromium.org>2017-05-09 21:14:16 +0300
commit982082d9ce7365e2680639d3764ba0f09d82fa2a (patch)
tree51e8bfab5e0e0d9ff9435d52192a32e3b1b11b7b /drivers/phy/Makefile
parent86322f5982206f431ee4678a74182859c249aac4 (diff)
downloadu-boot-982082d9ce7365e2680639d3764ba0f09d82fa2a.tar.xz
drivers: phy: add PIPE3 phy driver
This phy is found on omap platforms with sata capabilities. Except for the part related to the DM and the PHY framework, the code is basically a copy paste from arch/arm/mach-omap2/pipe3-phy.c Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r--drivers/phy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile
index fd037c3460..6ce96d2ccc 100644
--- a/drivers/phy/Makefile
+++ b/drivers/phy/Makefile
@@ -7,3 +7,4 @@
obj-$(CONFIG_$(SPL_)PHY) += phy-uclass.o
obj-$(CONFIG_PHY_SANDBOX) += sandbox-phy.o
+obj-$(CONFIG_$(SPL_)PIPE3_PHY) += ti-pipe3-phy.o