From 2c9e7309bf01bf4b82b5044ecc37824c7c6e5fe2 Mon Sep 17 00:00:00 2001 From: Even Xu Date: Mon, 9 Jan 2012 16:37:02 +0800 Subject: ENGR00171564-1 MX6Q ARM2: Enable TVin based on AUTO Board Add TVin struct to Head file. Signed-off-by: Even Xu --- include/linux/fsl_devices.h | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'include') 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); -- cgit v1.2.3