aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r--arch/arm/mach-s5pv210/mach-goni.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c
index e06a3c50fff..788599a37a7 100644
--- a/arch/arm/mach-s5pv210/mach-goni.c
+++ b/arch/arm/mach-s5pv210/mach-goni.c
@@ -108,6 +108,8 @@ static struct s3c_fb_pd_win goni_fb_win0 = {
108 }, 108 },
109 .max_bpp = 32, 109 .max_bpp = 32,
110 .default_bpp = 16, 110 .default_bpp = 16,
111 .virtual_x = 480,
112 .virtual_y = 2 * 800,
111}; 113};
112 114
113static struct s3c_fb_platdata goni_lcd_pdata __initdata = { 115static struct s3c_fb_platdata goni_lcd_pdata __initdata = {