diff options
| -rw-r--r-- | drivers/gpu/drm/panel/panel-sony-acx424akp.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/panel/panel-sony-acx424akp.c b/drivers/gpu/drm/panel/panel-sony-acx424akp.c index de0abf76ae6f..c91e55b2d7a3 100644 --- a/drivers/gpu/drm/panel/panel-sony-acx424akp.c +++ b/drivers/gpu/drm/panel/panel-sony-acx424akp.c @@ -48,7 +48,7 @@ struct acx424akp {  };  static const struct drm_display_mode sony_acx424akp_vid_mode = { -	.clock = 330000, +	.clock = 27234,  	.hdisplay = 480,  	.hsync_start = 480 + 15,  	.hsync_end = 480 + 15 + 0, @@ -68,7 +68,7 @@ static const struct drm_display_mode sony_acx424akp_vid_mode = {   * command mode using the maximum HS frequency.   */  static const struct drm_display_mode sony_acx424akp_cmd_mode = { -	.clock = 420160, +	.clock = 35478,  	.hdisplay = 480,  	.hsync_start = 480 + 154,  	.hsync_end = 480 + 154 + 16,  | 
