Skip to content

Commit

Permalink
ARM: sama5: configure LCD pwm clock prescaler to DIV_32
Browse files Browse the repository at this point in the history
configure LCD pwm clock prescaler to DIV_32

Signed-off-by: Bo Shen <voice.shen@atmel.com>
  • Loading branch information
Bo Shen committed Jun 17, 2013
1 parent f5fb945 commit 9d1d781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-at91/board-dt.c
Expand Up @@ -81,6 +81,7 @@ static struct fb_monspecs at91fb_default_monspecs = {
/* Driver datas */
static struct atmel_lcdfb_info __initdata ek_lcdc_data = {
.lcdcon_is_backlight = true,
.pwm_clk_prescaler = LCDC_LCDCFG6_PWMPS_DIV32,
.alpha_enabled = false,
.default_bpp = 16,
/* Reserve enough memory for 32bpp */
Expand Down

0 comments on commit 9d1d781

Please sign in to comment.