diff options
Diffstat (limited to 'include/asm-arm/arch-s3c2410/fb.h')
-rw-r--r-- | include/asm-arm/arch-s3c2410/fb.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-arm/arch-s3c2410/fb.h b/include/asm-arm/arch-s3c2410/fb.h index a76585ae651d..8a7fa1be5177 100644 --- a/include/asm-arm/arch-s3c2410/fb.h +++ b/include/asm-arm/arch-s3c2410/fb.h | |||
@@ -44,7 +44,10 @@ struct s3c2410fb_display { | |||
44 | unsigned short vsync_len; /* value in lines (TFT) or 0 (STN) */ | 44 | unsigned short vsync_len; /* value in lines (TFT) or 0 (STN) */ |
45 | 45 | ||
46 | /* lcd configuration registers */ | 46 | /* lcd configuration registers */ |
47 | struct s3c2410fb_hw regs; | 47 | unsigned long lcdcon1; |
48 | unsigned long lcdcon2; | ||
49 | unsigned long lcdcon4; | ||
50 | unsigned long lcdcon5; | ||
48 | }; | 51 | }; |
49 | 52 | ||
50 | struct s3c2410fb_mach_info { | 53 | struct s3c2410fb_mach_info { |