diff options
author | Even Xu <Feng.Xu@freescale.com> | 2012-01-09 16:37:02 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-19 12:41:22 +0800 |
commit | 2c9e7309bf01bf4b82b5044ecc37824c7c6e5fe2 (patch) | |
tree | 4e70e5ae47e008e9312be2ff7e70652a8e6f4034 /include | |
parent | e46fedbb4e7e7a23b7a0aa631b63e9d8c5af22cc (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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fsl_devices.h | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index 72c04ee297fe..395ddc7f0f96 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -247,16 +247,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); @@ -289,6 +279,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); |