From: wangjiao Date: Wed, 28 Nov 2018 03:04:08 +0000 (+0800) Subject: (CR):[Kane]:[factory]Modify lcd R51/R55 reg X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=08ed53f06b33c5b81cc73626a9a2db69d15f035e;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git (CR):[Kane]:[factory]Modify lcd R51/R55 reg Change-Id: I87cc15f854ecd22af7034d5d9cf4186c507a2d9d Signed-off-by: wangjiao --- diff --git a/drivers/video/fbdev/exynos/dpu20/panels/hix83112a_param.h b/drivers/video/fbdev/exynos/dpu20/panels/hix83112a_param.h index 80343da57528..51df96d4e9d4 100755 --- a/drivers/video/fbdev/exynos/dpu20/panels/hix83112a_param.h +++ b/drivers/video/fbdev/exynos/dpu20/panels/hix83112a_param.h @@ -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__ */ diff --git a/drivers/video/fbdev/exynos/dpu20/panels/nov36672a_param.h b/drivers/video/fbdev/exynos/dpu20/panels/nov36672a_param.h index ffa692f9164f..02e31e2a5403 100755 --- a/drivers/video/fbdev/exynos/dpu20/panels/nov36672a_param.h +++ b/drivers/video/fbdev/exynos/dpu20/panels/nov36672a_param.h @@ -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__ */