diff options
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mvf-dcu-fb.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mvf-dcu-fb.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mvf-dcu-fb.h b/arch/arm/plat-mxc/include/mach/mvf-dcu-fb.h index 38fcdd4916bf..d4364f1bdd8b 100644 --- a/arch/arm/plat-mxc/include/mach/mvf-dcu-fb.h +++ b/arch/arm/plat-mxc/include/mach/mvf-dcu-fb.h @@ -19,9 +19,12 @@ struct mvf_dcu_platform_data { char *mode_str; int default_bpp; - int (*init) (int); + int (*init) (int, + struct mvf_dcu_platform_data *pdata); + int enable_pin; }; + struct dfb_chroma_key { int enable; __u8 red_max; @@ -32,8 +35,6 @@ struct dfb_chroma_key { __u8 blue_min; }; -#define DCU_LCD_ENABLE_PIN 25 - #define MFB_SET_CHROMA_KEY _IOW('M', 1, struct mfb_chroma_key) #define MFB_SET_BRIGHTNESS _IOW('M', 3, __u8) |