diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-10-15 16:45:38 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-18 19:44:39 +0200 |
commit | 644930cbad32c0a850aaeed11eb2a49b492bf51a (patch) | |
tree | 3fb7855f47388fd6d6070a9e3dac4dbd69621db5 /drivers/phy/marvell/Makefile | |
parent | Merge tag 'usb-serial-4.20-rc1' of https://git.kernel.org/pub/scm/linux/kerne... (diff) | |
download | linux-644930cbad32c0a850aaeed11eb2a49b492bf51a.tar.xz linux-644930cbad32c0a850aaeed11eb2a49b492bf51a.zip |
phy: phy-pxa-usb: add a new driver
Turned from arch/arm/mach-mmp/devices.c into a proper PHY driver, so
that in can be instantiated from a DT.
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/phy/marvell/Makefile')
-rw-r--r-- | drivers/phy/marvell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/marvell/Makefile b/drivers/phy/marvell/Makefile index 5c3ec5d10e0d..3975b144f8ec 100644 --- a/drivers/phy/marvell/Makefile +++ b/drivers/phy/marvell/Makefile @@ -6,3 +6,4 @@ obj-$(CONFIG_PHY_MVEBU_CP110_COMPHY) += phy-mvebu-cp110-comphy.o obj-$(CONFIG_PHY_MVEBU_SATA) += phy-mvebu-sata.o obj-$(CONFIG_PHY_PXA_28NM_HSIC) += phy-pxa-28nm-hsic.o obj-$(CONFIG_PHY_PXA_28NM_USB2) += phy-pxa-28nm-usb2.o +obj-$(CONFIG_PHY_PXA_USB) += phy-pxa-usb.o |