projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb40429
)
s5pc110: lcd: Correct ACL ON command
author
Donghwa Lee
<dh09.lee@samsung.com>
Tue, 26 Jan 2010 02:05:05 +0000
(11:05 +0900)
committer
Donghwa Lee
<dh09.lee@samsung.com>
Tue, 26 Jan 2010 02:05:05 +0000
(11:05 +0900)
drivers/video/s6e63m0.c
patch
|
blob
|
history
diff --git
a/drivers/video/s6e63m0.c
b/drivers/video/s6e63m0.c
index
1380d2e
..
3f5b586
100644
(file)
--- a/
drivers/video/s6e63m0.c
+++ b/
drivers/video/s6e63m0.c
@@
-369,8
+369,8
@@
static const unsigned short SEQ_ACL_ON[] = {
};
static const unsigned short SEQ_ACL_OFF[] = {
- /* ACL o
n
*/
- 0xc0, 0x0
1
,
+ /* ACL o
ff
*/
+ 0xc0, 0x0
0
,
ENDDEF, 0x0000
};
@@
-545,7
+545,7
@@
void s6e63m0_cfg_ldo(void)
s6e63m0_panel_send_sequence(SEQ_GAMMA_SETTING);
s6e63m0_panel_send_sequence(SEQ_ETC_CONDITION_SET);
s6e63m0_panel_send_sequence(SEQ_ACL_ON);
- s6e63m0_panel_send_sequence(SEQ_ELVSS_O
N
);
+ s6e63m0_panel_send_sequence(SEQ_ELVSS_O
FF
);
}
void s6e63m0_enable_ldo(unsigned int onoff)