summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel/Makefile
diff options
context:
space:
mode:
authorHeiko Schocher2015-06-09 07:51:22 +0200
committerThierry Reding2015-08-14 21:35:35 +0200
commit58c467ece486e9bd1e26b4fd68e8cdef8501952d (patch)
tree2d2b47cbf455533875f553b6e96825eadb09f999 /drivers/gpu/drm/panel/Makefile
parentdrm/panel: Add display timing for Okaya RS800480T-7X0GP (diff)
downloadkernel-qcow2-linux-58c467ece486e9bd1e26b4fd68e8cdef8501952d.tar.gz
kernel-qcow2-linux-58c467ece486e9bd1e26b4fd68e8cdef8501952d.tar.xz
kernel-qcow2-linux-58c467ece486e9bd1e26b4fd68e8cdef8501952d.zip
drm/panel: Add support for LG LG4573 480x800 4.3" panel
The LG4573 is used on the LG LCD LB043WV2-SD01, an industrial 4.3" TFT panel with SPI control interface. Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/panel/Makefile')
-rw-r--r--drivers/gpu/drm/panel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/Makefile b/drivers/gpu/drm/panel/Makefile
index 8026ce5d18b5..d0f016dd7ddb 100644
--- a/drivers/gpu/drm/panel/Makefile
+++ b/drivers/gpu/drm/panel/Makefile
@@ -1,4 +1,5 @@
obj-$(CONFIG_DRM_PANEL_SIMPLE) += panel-simple.o
+obj-$(CONFIG_DRM_PANEL_LG_LG4573) += panel-lg-lg4573.o
obj-$(CONFIG_DRM_PANEL_SAMSUNG_LD9040) += panel-samsung-ld9040.o
obj-$(CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0) += panel-samsung-s6e8aa0.o
obj-$(CONFIG_DRM_PANEL_SHARP_LQ101R1SX01) += panel-sharp-lq101r1sx01.o