aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/cadence/Makefile
diff options
context:
space:
mode:
authorGravatar Maxime Ripard <maxime.ripard@bootlin.com> 2019-01-21 16:45:53 +0100
committerGravatar Kishon Vijay Abraham I <kishon@ti.com> 2019-02-07 11:11:06 +0530
commit7a343c8bf4b5969dafc0261bd94c8375f0717e8c (patch)
tree9e2f49ceb9a51353579be4522f52ff118c9643a3 /drivers/phy/cadence/Makefile
parentdt-bindings: phy: Move the Cadence D-PHY bindings (diff)
downloadlinux-7a343c8bf4b5969dafc0261bd94c8375f0717e8c.tar.gz
linux-7a343c8bf4b5969dafc0261bd94c8375f0717e8c.tar.bz2
linux-7a343c8bf4b5969dafc0261bd94c8375f0717e8c.zip
phy: Add Cadence D-PHY support
Cadence has designed a D-PHY that can be used by the, currently in tree, DSI bridge (DRM), CSI Transceiver and CSI Receiver (v4l2) drivers. Only the DSI driver has an ad-hoc driver for that phy at the moment, while the v4l2 drivers are completely missing any phy support. In order to make that phy support available to all these drivers, without having to duplicate that code three times, let's create a generic phy framework driver. Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/cadence/Makefile')
-rw-r--r--drivers/phy/cadence/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/cadence/Makefile b/drivers/phy/cadence/Makefile
index 412349af0492..2f9e3457b954 100644
--- a/drivers/phy/cadence/Makefile
+++ b/drivers/phy/cadence/Makefile
@@ -1,2 +1,3 @@
obj-$(CONFIG_PHY_CADENCE_DP) += phy-cadence-dp.o
+obj-$(CONFIG_PHY_CADENCE_DPHY) += cdns-dphy.o
obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o