summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc/Makefile
diff options
context:
space:
mode:
authorRob Clark2012-12-19 00:34:16 +0100
committerRob Clark2013-02-19 23:57:45 +0100
commit0d4bbaf9f3e5b9f52150ddc5a4ee8b0ab83a440b (patch)
treeff5634b4f3bbb0b100a14bea54a6b1f6b672b3ef /drivers/gpu/drm/tilcdc/Makefile
parentdrm/tilcdc: add encoder slave (v2) (diff)
downloadkernel-qcow2-linux-0d4bbaf9f3e5b9f52150ddc5a4ee8b0ab83a440b.tar.gz
kernel-qcow2-linux-0d4bbaf9f3e5b9f52150ddc5a4ee8b0ab83a440b.tar.xz
kernel-qcow2-linux-0d4bbaf9f3e5b9f52150ddc5a4ee8b0ab83a440b.zip
drm/tilcdc: add support for LCD panels (v5)
Add an output panel driver for LCD panels. Tested with LCD3 cape on beaglebone. v1: original v2: s/of_find_node_by_name()/of_get_child_by_name()/ from Pantelis Antoniou v3: add backlight support v4: rebase to latest of video timing helpers v5: remove some unneeded fields from panel-info struct, add DT bindings docs Signed-off-by: Rob Clark <robdclark@gmail.com> Tested-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'drivers/gpu/drm/tilcdc/Makefile')
-rw-r--r--drivers/gpu/drm/tilcdc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tilcdc/Makefile b/drivers/gpu/drm/tilcdc/Makefile
index aa9097edbaf8..deda656b10e7 100644
--- a/drivers/gpu/drm/tilcdc/Makefile
+++ b/drivers/gpu/drm/tilcdc/Makefile
@@ -4,6 +4,7 @@ tilcdc-y := \
tilcdc_crtc.o \
tilcdc_tfp410.o \
tilcdc_slave.o \
+ tilcdc_panel.o \
tilcdc_drv.o
obj-$(CONFIG_DRM_TILCDC) += tilcdc.o