EKKANE-157:[Kane]:[factory]Modify lcd R51/R55 reg
authorwangjiao <wangjiao1@huaqin.com>
Wed, 28 Nov 2018 03:04:08 +0000 (11:04 +0800)
committerxiest1 <xiest1@lenovo.com>
Tue, 5 Nov 2019 09:30:00 +0000 (17:30 +0800)
Change-Id: I87cc15f854ecd22af7034d5d9cf4186c507a2d9d
Signed-off-by: wangjiao <wangjiao1@huaqin.com>
drivers/video/fbdev/exynos/dpu20/panels/hix83112a_param.h
drivers/video/fbdev/exynos/dpu20/panels/nov36672a_param.h

index 80343da5752816b973f04c5a8387271e72f1e642..51df96d4e9d4a7632427e788fc8d83cf61da243a 100755 (executable)
@@ -36,7 +36,7 @@ static const unsigned char SEQ_SLEEP_IN[] = {
 };
 
 static const unsigned char SEQ_CMD_0[] = {
-       0x51, 0x00, 0xFF
+       0x51, 0x00, 0x00
 };
 
 static const unsigned char SEQ_CMD_1[] = {
@@ -44,7 +44,7 @@ static const unsigned char SEQ_CMD_1[] = {
 };
 
 static const unsigned char SEQ_CMD_2[] = {
-       0x55, 0x02
+       0x55, 0x01
 };
 
 #endif /* __HIX83112A_PARAM_H__ */
index ffa692f9164fbb3a3721f8055102fdb802f1f269..02e31e2a54039e9a68b47c66fbba352fd4c3bf46 100755 (executable)
@@ -30,7 +30,7 @@ static const unsigned char SEQ_SLEEP_IN[] = {
 };
 
 static const unsigned char SEQ_CMD_0[] = {
-       0x51, 0xFF
+       0x51, 0x00
 };
 
 static const unsigned char SEQ_CMD_1[] = {
@@ -38,7 +38,7 @@ static const unsigned char SEQ_CMD_1[] = {
 };
 
 static const unsigned char SEQ_CMD_2[] = {
-       0x55, 0x02
+       0x55, 0x01
 };
 
 #endif /* __NOV36672A_GAMMA_H__ */