Skip to content

Commit fbe3981

Browse files
MWPpelwell
authored andcommitted
Update panel-ilitek-ili9881c.c
Correcting display dimension typo
1 parent e6d477a commit fbe3981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/panel/panel-ilitek-ili9881c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@ static const struct drm_display_mode cfaf7201280a0_050tx_default_mode = {
23062306
.vsync_end = 1280 + 16 + 8,
23072307
.vtotal = 1280 + 16 + 8 + 16,
23082308
.width_mm = 62,
2309-
.height_mm = 1108
2309+
.height_mm = 110,
23102310
};
23112311

23122312
static const struct drm_display_mode rpi_5inch_default_mode = {

0 commit comments

Comments
 (0)