summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-02-17 16:03:44 +0800
committerAndy Voltz <andy.voltz@timesys.com>2011-06-01 13:20:53 -0400
commitd09e3cb0075e93e6dda9700122f2eb0d96552f54 (patch)
tree84d540195e362c29d786651b23f79e3db27a3c64 /include
parent1a3246f533f85df6ba552b6e2f243642eca4f0b2 (diff)
ENGR00139354-2 header file: add common ddc driver support
Add common DDC driver support. Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index bed78cd41377..8c247c5b81c0 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -309,6 +309,11 @@ struct mxc_lcd_platform_data {
void (*reset) (void);
};
+struct mxc_ddc_platform_data {
+ u32 di;
+ void (*init) (void);
+ int (*update) (void);
+};
struct mxc_tsc_platform_data {
char *vdd_reg;