summaryrefslogtreecommitdiff
path: root/drivers/phy/Makefile
diff options
context:
space:
mode:
authorFrank Wang <frank.wang@rock-chips.com>2016-04-28 15:43:16 +0800
committerFrank Wang <frank.wang@rock-chips.com>2016-05-30 16:21:56 +0800
commitd2c7e187e619fa02740fae88918c0df072bbb9d0 (patch)
tree0b6aaefacc9b785baf32a1784c6e07fa32d94f81 /drivers/phy/Makefile
parent09e86329da69e619f3d9dd73580d411231f3932c (diff)
phy: rockchip-inno-usb2: add a new driver for Rockchip usb2phy
The newer SoCs (rk3366, rk3399) take a different usb-phy IP block (INNO) than rk3288 and before, meanwhile, most of phy-related registers are also different from the past, so a new phy driver is required necessarily. Change-Id: I32320fd516af146ef9b7816d5b167e1b682a659b Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
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 ed8f175252ee..bdcfc2d437f2 100644
--- a/drivers/phy/Makefile
+++ b/drivers/phy/Makefile
@@ -35,6 +35,7 @@ phy-exynos-usb2-$(CONFIG_PHY_S5PV210_USB2) += phy-s5pv210-usb2.o
obj-$(CONFIG_PHY_EXYNOS5_USBDRD) += phy-exynos5-usbdrd.o
obj-$(CONFIG_PHY_QCOM_APQ8064_SATA) += phy-qcom-apq8064-sata.o
obj-$(CONFIG_PHY_ROCKCHIP_USB) += phy-rockchip-usb.o
+obj-$(CONFIG_PHY_ROCKCHIP_INNO_USB2) += phy-rockchip-inno-usb2.o
obj-$(CONFIG_PHY_ROCKCHIP_EMMC) += phy-rockchip-emmc.o
obj-$(CONFIG_PHY_QCOM_IPQ806X_SATA) += phy-qcom-ipq806x-sata.o
obj-$(CONFIG_PHY_ST_SPEAR1310_MIPHY) += phy-spear1310-miphy.o