summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-02-23 18:13:23 +0800
committerJason Chen <b02280@freescale.com>2011-02-23 18:13:23 +0800
commitb11803c989a82c7b6e2989465ae7e18bfefa12f5 (patch)
tree6ef8e3e013bbf460f497c085ee23f89392e55ace /include
parent9c8b7928faef69c6c7c0b84c48164fdf6dce5698 (diff)
ENGR00139643-2 header file: can not read edid at probe for first power on
Need enable analog regulator. Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 8c247c5b81c0..166d9b47880b 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -313,6 +313,7 @@ struct mxc_ddc_platform_data {
u32 di;
void (*init) (void);
int (*update) (void);
+ char *analog_regulator;
};
struct mxc_tsc_platform_data {