From 9f967000755c202b068d15b8739ed1eeb535be3f Mon Sep 17 00:00:00 2001 From: Donghwa Lee Date: Mon, 25 Jan 2010 11:39:49 +0900 Subject: [PATCH] s5pc110: lcd: add s6e63m0 acl on sequence --- drivers/video/s6e63m0.c | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/drivers/video/s6e63m0.c b/drivers/video/s6e63m0.c index 7d3405f..ab609e0 100644 --- a/drivers/video/s6e63m0.c +++ b/drivers/video/s6e63m0.c @@ -328,6 +328,40 @@ static const unsigned short SEQ_ETC_CONDITION_SET[] = { ENDDEF, 0x0000 }; +static const unsigned short SEQ_ACL_ON_SET[] = { + /* ACL on */ + 0xc0, 0x01, + + 0xc1, 0x4d, + DATA_ONLY, 0x96, + DATA_ONLY, 0x1d, + DATA_ONLY, 0x00, + DATA_ONLY, 0x00, + DATA_ONLY, 0x01, + DATA_ONLY, 0xdf, + DATA_ONLY, 0x00, + DATA_ONLY, 0x00, + DATA_ONLY, 0x03, + DATA_ONLY, 0x1f, + DATA_ONLY, 0x00, + DATA_ONLY, 0x00, + DATA_ONLY, 0x00, + DATA_ONLY, 0x00, + DATA_ONLY, 0x00, + DATA_ONLY, 0x00, + DATA_ONLY, 0x00, + DATA_ONLY, 0x00, + DATA_ONLY, 0x03, + DATA_ONLY, 0x06, + DATA_ONLY, 0x09, + DATA_ONLY, 0x0d, + DATA_ONLY, 0x0f, + DATA_ONLY, 0x12, + DATA_ONLY, 0x15, + DATA_ONLY, 0x18, + + ENDDEF, 0x0000 +}; static const unsigned short SEQ_STAND_BY_OFF[] = { 0x11, COMMAND_ONLY, @@ -484,6 +518,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_SET); } void s6e63m0_enable_ldo(unsigned int onoff) -- 2.7.4