commit | 302d5a4287fbf504f0bf39ff840a475c516775ad | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Thu Aug 04 19:57:09 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 26 10:55:45 2022 -0400 |
tree | eecab6a76768461a175e1576dcce165d5c36a2d6 | |
parent | fd2ec678dcc7e88cc7d4e458daaf6715f2ffe8d7 [diff] [blame] |
phy: Move qcom SoCs specific phy drivers to qcom folder Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
diff --git a/drivers/phy/qcom/Makefile b/drivers/phy/qcom/Makefile new file mode 100644 index 0000000..4a340e3 --- /dev/null +++ b/drivers/phy/qcom/Makefile
@@ -0,0 +1,2 @@ +obj-$(CONFIG_PHY_QCOM_IPQ4019_USB) += phy-qcom-ipq4019-usb.o +obj-$(CONFIG_MSM8916_USB_PHY) += msm8916-usbh-phy.o