aboutsummaryrefslogtreecommitdiff
path: root/include/linux/i2c/tc35876x.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/i2c/tc35876x.h')
-rw-r--r--include/linux/i2c/tc35876x.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/i2c/tc35876x.h b/include/linux/i2c/tc35876x.h
new file mode 100644
index 000000000000..cd6a51c71e7e
--- /dev/null
+++ b/include/linux/i2c/tc35876x.h
@@ -0,0 +1,11 @@
+
+#ifndef _TC35876X_H
+#define _TC35876X_H
+
+struct tc35876x_platform_data {
+ int gpio_bridge_reset;
+ int gpio_panel_bl_en;
+ int gpio_panel_vadd;
+};
+
+#endif /* _TC35876X_H */