~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to arch/arm/mach-s3c64xx/mach-smartq5.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
};
109
109
 
110
110
static struct s3c_fb_pd_win smartq5_fb_win0 = {
111
 
        .win_mode       = {
112
 
                .left_margin    = 216,
113
 
                .right_margin   = 40,
114
 
                .upper_margin   = 35,
115
 
                .lower_margin   = 10,
116
 
                .hsync_len      = 1,
117
 
                .vsync_len      = 1,
118
 
                .xres           = 800,
119
 
                .yres           = 480,
120
 
                .refresh        = 80,
121
 
        },
122
111
        .max_bpp        = 32,
123
112
        .default_bpp    = 16,
 
113
        .xres           = 800,
 
114
        .yres           = 480,
 
115
};
 
116
 
 
117
static struct fb_videomode smartq5_lcd_timing = {
 
118
        .left_margin    = 216,
 
119
        .right_margin   = 40,
 
120
        .upper_margin   = 35,
 
121
        .lower_margin   = 10,
 
122
        .hsync_len      = 1,
 
123
        .vsync_len      = 1,
 
124
        .xres           = 800,
 
125
        .yres           = 480,
 
126
        .refresh        = 80,
124
127
};
125
128
 
126
129
static struct s3c_fb_platdata smartq5_lcd_pdata __initdata = {
127
130
        .setup_gpio     = s3c64xx_fb_gpio_setup_24bpp,
 
131
        .vtiming        = &smartq5_lcd_timing,
128
132
        .win[0]         = &smartq5_fb_win0,
129
133
        .vidcon0        = VIDCON0_VIDOUT_RGB | VIDCON0_PNRMODE_RGB,
130
134
        .vidcon1        = VIDCON1_INV_HSYNC | VIDCON1_INV_VSYNC |
152
156
        .handle_irq     = vic_handle_irq,
153
157
        .map_io         = smartq_map_io,
154
158
        .init_machine   = smartq5_machine_init,
 
159
        .init_late      = s3c64xx_init_late,
155
160
        .timer          = &s3c24xx_timer,
156
161
        .restart        = s3c64xx_restart,
157
162
MACHINE_END