commit | 23ba5f34c8e13e65e8d3749bad610d56fc4814cc | [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 | 42f051ceb6c2d0685991eadf430c3701cbbe2974 [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