diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2016-11-15 20:02:17 +0530 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2016-11-18 18:19:15 +0530 |
commit | fb954c48aea6de309018ecc1b68728d858277975 (patch) | |
tree | 1dc2ccf5f101167634a5ce4ffafd3bfada69e7fc /drivers/phy/Makefile | |
parent | 4eb8eb1d307ad47c85ec0b4c540e253ddb47093a (diff) | |
download | talos-obmc-linux-fb954c48aea6de309018ecc1b68728d858277975.tar.gz talos-obmc-linux-fb954c48aea6de309018ecc1b68728d858277975.zip |
phy: stih41x-usb: Remove usb phy driver and dt binding
documentation.
This phy is only used on STiH415/6 based silicon, and support for
these SoC's is being removed from the kernel.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index 566f0360b8e6..65eb2f436a41 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -49,7 +49,6 @@ obj-$(CONFIG_PHY_ST_SPEAR1310_MIPHY) += phy-spear1310-miphy.o obj-$(CONFIG_PHY_ST_SPEAR1340_MIPHY) += phy-spear1340-miphy.o obj-$(CONFIG_PHY_XGENE) += phy-xgene.o obj-$(CONFIG_PHY_STIH407_USB) += phy-stih407-usb.o -obj-$(CONFIG_PHY_STIH41X_USB) += phy-stih41x-usb.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-20nm.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-14nm.o |