summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Xu <Feng.Xu@freescale.com>2012-01-09 16:37:02 +0800
committerFrank Li <Frank.Li@freescale.com>2012-01-09 17:32:08 +0800
commit62daaf5727a7257131e7f0a681a8b0cf89fa174e (patch)
treebc2faa050716a13d949a47b80f593e593ccb16e9
parent88666af37f5773ea797741cddae09af5fbbfb32f (diff)
ENGR00171564-1 MX6Q ARM2: Enable TVin based on AUTO Board
Add TVin struct to Head file. Signed-off-by: Even Xu <b21019@freescale.com>
-rw-r--r--include/linux/fsl_devices.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index ac657b7cdf7b..928dc5f81e44 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -243,16 +243,6 @@ struct fsl_mxc_tvout_platform_data {
u32 detect_line;
};
-struct fsl_mxc_tvin_platform_data {
- char *dvddio_reg;
- char *dvdd_reg;
- char *avdd_reg;
- char *pvdd_reg;
- void (*pwdn) (int pwdn);
- void (*reset) (void);
- bool cvbs;
-};
-
struct fsl_mxc_dvi_platform_data {
void (*init) (void);
int (*update) (void);
@@ -285,6 +275,17 @@ struct fsl_mxc_camera_platform_data {
void (*io_init)(void);
};
+struct fsl_mxc_tvin_platform_data {
+ char *dvddio_reg;
+ char *dvdd_reg;
+ char *avdd_reg;
+ char *pvdd_reg;
+ void (*pwdn)(int pwdn);
+ void (*reset)(void);
+ void (*io_init)(void);
+ bool cvbs;
+};
+
struct mpc8xx_pcmcia_ops {
void(*hw_ctrl)(int slot, int enable);
int(*voltage_set)(int slot, int vcc, int vpp);