9
0
Fork 0

video: imx-ipu-fb: Do not modify pwm register

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-12-18 16:19:03 +01:00
parent 4e64bcac45
commit 484cc65fdb
1 changed files with 0 additions and 5 deletions

View File

@ -782,11 +782,6 @@ static void ipu_fb_enable(struct fb_info *info)
reg_write(fbi, 0x00100010L, DI_HSP_CLK_PER);
/* Might need to trigger HSP clock change - see 44.3.3.8.5 */
/* mx3fb.c::sdc_set_brightness() */
/* This might be board-specific */
reg_write(fbi, 0x03000000UL | 255 << 16, SDC_PWM_CTRL);
/* mx3fb.c::sdc_set_global_alpha() */
/* Use global - not per-pixel - Alpha-blending */