display: JDI: modify pwm frequency to 1KHz

Modify pwm frequecy to 1KHz for backlight flicker issue

Issue 9070936

Change-Id: Id6caf2c00173e248b213d1d69935402dc7b4e29c
Signed-off-by: yetta_wu <yetta_wu@asus.com>
This commit is contained in:
yetta_wu
2013-07-12 11:08:23 +08:00
committed by Ed Tam
parent 26f351b23c
commit b7752a80fe

View File

@@ -79,7 +79,7 @@ static char backlight_control3[] = {0xBA, 0x07, 0x70, 0x81, 0x20, 0x45, 0xB4};
/* for pwm frequency and dimming control */
static char backlight_control4[] = {0xCE, 0x7D, 0x40, 0x48, 0x56, 0x67, 0x78,
0x88, 0x98, 0xA7, 0xB5, 0xC3, 0xD1, 0xDE, 0xE9, 0xF2, 0xFA,
0xFF, 0x6F, 0xF5, 0x0F, 0x0F, 0x42, 0x00};
0xFF, 0x37, 0xF5, 0x0F, 0x0F, 0x42, 0x00};
/* for fps control, set fps to 60.32Hz */
static char LTPS_timing_setting[2] = {0xC6, 0x78};
static char sequencer_timing_control[2] = {0xD6, 0x01};