summaryrefslogtreecommitdiff
path: root/drivers/phy/amlogic/Makefile
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2017-05-20 15:50:41 +0200
committerKishon Vijay Abraham I <kishon@ti.com>2017-06-06 14:49:47 +0530
commit697b373c6df682dc6aba10cc1e81a2664c7cbbd4 (patch)
tree8a20e6fd874759bc3455712eb7e7e9e8b8d16095 /drivers/phy/amlogic/Makefile
parent8cda2a0dfefa6ea99be80c7ed6ec57fb4d3d470f (diff)
phy: meson: add USB2 PHY support for Meson GXL and GXM
This adds a new driver for the USB2 PHYs found on Meson GXL and GXM SoCs (both SoCs are using the same USB PHY register layout). The USB2 PHY is a simple PHY which only has a few registers to configure the mode (host/device) and a reset register (to enable/disable the PHY). Unfortunately there are no datasheets available for this PHY. The driver was written by reading the code from Amlogic's GPL kernel sources and by analyzing the registers on an actual GXL and GXM device running the kernel that was shipped on the boards I have. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/amlogic/Makefile')
-rw-r--r--drivers/phy/amlogic/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/amlogic/Makefile b/drivers/phy/amlogic/Makefile
index 47b6eecc3864..cfdc98715c30 100644
--- a/drivers/phy/amlogic/Makefile
+++ b/drivers/phy/amlogic/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_PHY_MESON8B_USB2) += phy-meson8b-usb2.o
+obj-$(CONFIG_PHY_MESON_GXL_USB2) += phy-meson-gxl-usb2.o