aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-07-21 21:01:09 -0500
committerZiyann <jaraidaniel@gmail.com>2014-10-01 13:01:06 +0200
commit76e05271d06539d66aca042593a65b0120895cc8 (patch)
tree199818098b2b3aa5687da6ff9af4161604ff4df8 /include/video
parentac935c78ea6b027076f6db66a673502a2e4d9d12 (diff)
downloadkernel_samsung_tuna-76e05271d06539d66aca042593a65b0120895cc8.zip
kernel_samsung_tuna-76e05271d06539d66aca042593a65b0120895cc8.tar.gz
kernel_samsung_tuna-76e05271d06539d66aca042593a65b0120895cc8.tar.bz2
[Tablet] Add panel for tablet and tablet2
Add the panel file the tablet and the tablet2 displays. Adding panel-tc35865 Change-Id: Ibaff9bdeae850d7c370e06c778d9dad3a1e05d32 Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omap-panel-tc358765.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/video/omap-panel-tc358765.h b/include/video/omap-panel-tc358765.h
new file mode 100644
index 0000000..3aac7f4
--- /dev/null
+++ b/include/video/omap-panel-tc358765.h
@@ -0,0 +1,8 @@
+#ifndef __VIDEO_TC358765_BOARD_DATA_H__
+#define __VIDEO_TC358765_BOARD_DATA_H__
+
+struct tc358765_board_data {
+ int reset_gpio;
+};
+
+#endif