diff options
author | Scott Telford <stelford@cadence.com> | 2018-08-09 12:30:30 +0200 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2018-09-10 10:55:44 +0200 |
commit | c8b427edc7378fa540a03d44ed61eb49cb7f64bc (patch) | |
tree | c4f4c44da1c201dcbb01efcb0fb76184a991fcf3 /drivers/phy/Makefile | |
parent | dt-bindings: phy: Document Cadence MHDP DisplayPort PHY bindings (diff) | |
download | linux-c8b427edc7378fa540a03d44ed61eb49cb7f64bc.tar.xz linux-c8b427edc7378fa540a03d44ed61eb49cb7f64bc.zip |
phy: Add driver for Cadence MHDP DisplayPort SD0801 PHY
Add driver for the Cadence SD0801 "Torrent" PHY used with the Cadence MHDP
DisplayPort Tx controller.
Integration with the MHDP driver will be the subject of another commit.
Signed-off-by: Scott Telford <stelford@cadence.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index 84e3bd9c5665..ba48acdd9ed1 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -15,6 +15,7 @@ obj-$(CONFIG_ARCH_RENESAS) += renesas/ obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/ obj-$(CONFIG_ARCH_TEGRA) += tegra/ obj-y += broadcom/ \ + cadence/ \ hisilicon/ \ marvell/ \ motorola/ \ |