diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2017-09-05 11:04:21 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-22 07:39:57 -0400 |
commit | b7ca56dcda8a2be0e7ca6142448ab4153926aafc (patch) | |
tree | 592b57d60dedf29a8b5b56e6b66568fef4c6cafd /drivers/phy/Makefile | |
parent | dca3166f55973143b750a3e9517c6b646ebab132 (diff) | |
download | u-boot-b7ca56dcda8a2be0e7ca6142448ab4153926aafc.tar.gz |
usb: phy: Add STi USB2 PHY
This is the generic phy driver for the picoPHY ports
used by USB2/1.1 controllers. It is found on STiH407 SoC
family from STMicroelectronics.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index ab56c46bb4..668040b0bb 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -9,3 +9,4 @@ obj-$(CONFIG_$(SPL_)PHY) += phy-uclass.o obj-$(CONFIG_$(SPL_)NOP_PHY) += nop-phy.o obj-$(CONFIG_PHY_SANDBOX) += sandbox-phy.o obj-$(CONFIG_$(SPL_)PIPE3_PHY) += ti-pipe3-phy.o +obj-$(CONFIG_STI_USB_PHY) += sti_usb_phy.o |