diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-24 14:22:31 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 14:32:25 +0300 |
commit | 84192742d9c26d75f26751f9e692cc68230d43a5 (patch) | |
tree | 15cfeadc7f91a90d11ba156ebaf5bf6a750d73fe /drivers/video/omap2/displays-new/Makefile | |
parent | dbc23840b4d70fd1c284987cea68a476e3634d5a (diff) | |
download | linux-84192742d9c26d75f26751f9e692cc68230d43a5.tar.gz linux-84192742d9c26d75f26751f9e692cc68230d43a5.tar.bz2 linux-84192742d9c26d75f26751f9e692cc68230d43a5.zip |
OMAPDSS: Add Sony ACX565AKM panel driver
Add Sony ACX565AKM panel driver which uses the new DSS device model and
DSS ops.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Diffstat (limited to 'drivers/video/omap2/displays-new/Makefile')
-rw-r--r-- | drivers/video/omap2/displays-new/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays-new/Makefile b/drivers/video/omap2/displays-new/Makefile index 557c48226296..c07bd1e17f47 100644 --- a/drivers/video/omap2/displays-new/Makefile +++ b/drivers/video/omap2/displays-new/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_DISPLAY_CONNECTOR_HDMI) += connector-hdmi.o obj-$(CONFIG_DISPLAY_CONNECTOR_ANALOG_TV) += connector-analog-tv.o obj-$(CONFIG_DISPLAY_PANEL_DPI) += panel-dpi.o obj-$(CONFIG_DISPLAY_PANEL_DSI_CM) += panel-dsi-cm.o +obj-$(CONFIG_DISPLAY_PANEL_SONY_ACX565AKM) += panel-sony-acx565akm.o |