diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index ea0795fd6475..df4181525b17 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -3821,11 +3821,11 @@ static const struct panel_desc rocktech_rk043fn48h = { }; static const struct drm_display_mode raspberrypi_7inch_mode = { - .clock = 27777, + .clock = 30000, .hdisplay = 800, - .hsync_start = 800 + 59, - .hsync_end = 800 + 59 + 2, - .htotal = 800 + 59 + 2 + 45, + .hsync_start = 800 + 131, + .hsync_end = 800 + 131 + 2, + .htotal = 800 + 131 + 2 + 45, .vdisplay = 480, .vsync_start = 480 + 7, .vsync_end = 480 + 7 + 2,