Skip to content

Commit 413e8d0

Browse files
citral23mlankhorst
authored andcommitted
drm/panel: abt-y030xx067a: yellow tint fix
The previous parameters caused an unbalanced yellow tint. Fixes: 7467389 ("drm/panel: Add ABT Y030XX067A 3.0" 320x480 panel") Signed-off-by: Christophe Branchereau <[email protected]> Acked-by: Sam Ravnborg <[email protected]> [Paul: Add Fixes: tag, and fix case and punctuation in commit message] Signed-off-by: Paul Cercueil <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Maarten Lankhorst <[email protected]>
1 parent 990a9ff commit 413e8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/panel/panel-abt-y030xx067a.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ static const struct reg_sequence y030xx067a_init_sequence[] = {
146146
{ 0x09, REG09_SUB_BRIGHT_R(0x20) },
147147
{ 0x0a, REG0A_SUB_BRIGHT_B(0x20) },
148148
{ 0x0b, REG0B_HD_FREERUN | REG0B_VD_FREERUN },
149-
{ 0x0c, REG0C_CONTRAST_R(0x10) },
150-
{ 0x0d, REG0D_CONTRAST_G(0x10) },
149+
{ 0x0c, REG0C_CONTRAST_R(0x00) },
150+
{ 0x0d, REG0D_CONTRAST_G(0x00) },
151151
{ 0x0e, REG0E_CONTRAST_B(0x10) },
152152
{ 0x0f, 0 },
153153
{ 0x10, REG10_BRIGHT(0x7f) },

0 commit comments

Comments
 (0)