diff options
author | Sylwester Nawrocki <sylvester.nawrocki@gmail.com> | 2013-10-16 12:28:10 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-16 16:48:08 -0400 |
commit | 069d2e26e9d64ba7e04c2c255efdfd1238789ca6 (patch) | |
tree | 2c21fb5f712d26a8980dfe3329b42f5f47e853e7 /drivers/phy/Makefile | |
parent | e92aee330837e4911553761490a8fb843f2053a6 (diff) |
phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs
Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2
receiver and MIPI DSI transmitter DPHYs.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r-- | drivers/phy/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index 0dd8a9834548..6344053661f4 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile | |||
@@ -2,6 +2,7 @@ | |||
2 | # Makefile for the phy drivers. | 2 | # Makefile for the phy drivers. |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_GENERIC_PHY) += phy-core.o | 5 | obj-$(CONFIG_GENERIC_PHY) += phy-core.o |
6 | obj-$(CONFIG_OMAP_USB2) += phy-omap-usb2.o | 6 | obj-$(CONFIG_PHY_EXYNOS_MIPI_VIDEO) += phy-exynos-mipi-video.o |
7 | obj-$(CONFIG_TWL4030_USB) += phy-twl4030-usb.o | 7 | obj-$(CONFIG_OMAP_USB2) += phy-omap-usb2.o |
8 | obj-$(CONFIG_TWL4030_USB) += phy-twl4030-usb.o | ||