diff options
author | Andrew Bresticker <abrestic@chromium.org> | 2015-04-07 15:04:17 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-06-21 21:53:38 +0200 |
commit | 57991ebaf91b1eda2abb586618aea6806fa86724 (patch) | |
tree | 94e2ee66c668d01cc294419e2650d00a4659619b /drivers/phy/Makefile | |
parent | 90bc35c5da64d05378b15c26a664a0ecedc984ac (diff) | |
download | linux-stable-57991ebaf91b1eda2abb586618aea6806fa86724.tar.gz linux-stable-57991ebaf91b1eda2abb586618aea6806fa86724.tar.bz2 linux-stable-57991ebaf91b1eda2abb586618aea6806fa86724.zip |
PHY: Add driver for Pistachio USB2.0 PHY
Add a driver for the USB2.0 PHY found on the IMG Pistachio SoC.
Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: James Hartley <james.hartley@imgtec.com>
Cc: Damien Horsley <Damien.Horsley@imgtec.com>
Patchwork: https://patchwork.linux-mips.org/patch/9728/
Signed-off-by: Ralf Baechle <ralf@linux-mips.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 f12625178780..75a37dc952f5 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -40,3 +40,4 @@ 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 +obj-$(CONFIG_PHY_PISTACHIO_USB) += phy-pistachio-usb.o |