diff options
author | Alban Bedel <albeu@free.fr> | 2018-03-24 23:38:40 +0100 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2018-04-25 10:53:00 +0530 |
commit | cd3bf368aa7a352a577be7b9540c6b5b2681bf17 (patch) | |
tree | ec36738bd9d85ac95fc51a2ac24142190e513dae /drivers/phy/qualcomm/Makefile | |
parent | 8866df25e56cd5ac067e70825e6f38f9f2363db9 (diff) | |
download | linux-cd3bf368aa7a352a577be7b9540c6b5b2681bf17.tar.bz2 |
phy: Add a driver for the ATH79 USB phy
The ATH79 USB phy is very simple, it only have a reset. On some SoC a
second reset is used to force the phy in suspend mode regardless of the
USB controller status.
This driver is added to the qualcom directory as atheros is now part
of qualcom and newer SoC of this familly are marketed under the
qualcom name.
Signed-off-by: Alban Bedel <albeu@free.fr>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/qualcomm/Makefile')
-rw-r--r-- | drivers/phy/qualcomm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/qualcomm/Makefile b/drivers/phy/qualcomm/Makefile index 9abb7899762a..deb831f453ae 100644 --- a/drivers/phy/qualcomm/Makefile +++ b/drivers/phy/qualcomm/Makefile @@ -1,4 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 +obj-$(CONFIG_PHY_ATH79_USB) += phy-ath79-usb.o obj-$(CONFIG_PHY_QCOM_APQ8064_SATA) += phy-qcom-apq8064-sata.o obj-$(CONFIG_PHY_QCOM_IPQ806X_SATA) += phy-qcom-ipq806x-sata.o obj-$(CONFIG_PHY_QCOM_QMP) += phy-qcom-qmp.o |