summaryrefslogtreecommitdiffstats
path: root/drivers/video/mmp/Makefile
diff options
context:
space:
mode:
authorLisa Du <cldu@marvell.com>2013-02-21 16:42:17 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2013-02-21 17:22:17 -0800
commit3c76f15fd5027474bf738e0a145337370d9c7a8c (patch)
tree1524b98a85b78d62510bf5372a6ba58c85db3f44 /drivers/video/mmp/Makefile
parentd63028c389058ab47455baf2e232c25ce0765a04 (diff)
video: mmp: add tpo hvga panel supported
Add tpo hvga panel support in marvell display framework. This panel driver implements modes query and power on/off. This panel driver gets panel config/ plat power on/off/ connected path name from machine-info and registered as a spi device. This panel driver uses mmp_disp supplied register_panel function to register panel to path as machine-info defined. Signed-off-by: Lisa Du <cldu@marvell.com> Signed-off-by: Zhou Zhu <zzhu3@marvell.com> Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com> Cc: Guoqing Li <ligq@marvell.com> Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/mmp/Makefile')
-rw-r--r--drivers/video/mmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mmp/Makefile b/drivers/video/mmp/Makefile
index 6999a0917e1..a014cb358bf 100644
--- a/drivers/video/mmp/Makefile
+++ b/drivers/video/mmp/Makefile
@@ -1 +1 @@
-obj-y += core.o hw/ fb/
+obj-y += core.o hw/ panel/ fb/