diff options
| author | Wengang Wu <wgw@motorola.com> | 2014-09-16 14:45:25 -0500 |
|---|---|---|
| committer | Wengang Wu <wgw@motorola.com> | 2014-09-16 14:45:25 -0500 |
| commit | 0f2c2350d714d7121f7f516bfa3eb82ff30214b7 (patch) | |
| tree | 2d1c4c512266dca29dfc67ac272acdf92c0e731f | |
| parent | 6008165635dfbc5d1a391ed6dc450d8755ab2520 (diff) | |
| download | olio-linux-3.10-0f2c2350d714d7121f7f516bfa3eb82ff30214b7.tar.xz olio-linux-3.10-0f2c2350d714d7121f7f516bfa3eb82ff30214b7.zip | |
IKXCLOCK-3508 Display: fix issue of abnormal bright dot
Change-Id: I9eec532f0f437fe81d460dae49515ff1d45be98c
| -rw-r--r-- | drivers/video/omap2/displays/panel-minnow-common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/omap2/displays/panel-minnow-common.h b/drivers/video/omap2/displays/panel-minnow-common.h index 1001cc67f46..13ce3050a9e 100644 --- a/drivers/video/omap2/displays/panel-minnow-common.h +++ b/drivers/video/omap2/displays/panel-minnow-common.h @@ -18,7 +18,7 @@ #ifndef _MINNOW_PANEL_COMMON_HEADER_ -#define INIT_DATA_VERSION (0x072314) /*MM/DD/YY*/ +#define INIT_DATA_VERSION (0x081214) /*MM/DD/YY*/ /* This header file is used to sync Bootloader and Kernel Display Initialize * Structure/Data, please make sure sync it for both Bootloader/Kernel when * it changes some settings for Solomon/Orise. Bootloader should pass @@ -215,8 +215,8 @@ static u8 panel_init_ssd2848_320x320[] = { 2, OTM3201_CMD, 0xE9, 0x46, /* Display Inversion Control (RB1h) */ 2, OTM3201_CMD, 0xB1, 0x12, -/* ??? undefined */ -2, OTM3201_CMD, 0xE2, 0xF0, +/* MIPI RX Delay Setting (RE2h) */ +2, OTM3201_CMD, 0xE2, 0xF5, /* Display Waveform Cycle setting (RBAh) */ 5, OTM3201_CMD, 0xBA, 0x06, 0x15, 0x2B, 0x01, /* RGB Interface Blanking Porch setting (RB3h) |