Commit b62c150c authored by Gerald Loacker's avatar Gerald Loacker Committed by Neil Armstrong
Browse files

drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel

parent 2ba50582
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -289,8 +289,8 @@ static const struct drm_display_mode jt240mhqs_hwt_ek_e3_mode = {
	.vsync_start = 280 + 48,
	.vsync_end = 280 + 48 + 4,
	.vtotal = 280 + 48 + 4 + 4,
	.width_mm = 43,
	.height_mm = 37,
	.width_mm = 37,
	.height_mm = 43,
	.flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC,
};