Skip to content

Commit

Permalink
drm/panel-novatek-nt35510: Fix dotclock
Browse files Browse the repository at this point in the history
The dotclock is three orders of magnitude out. Fix it.

v2: Just set it to 20MHz (Linus)

Cc: Linus Walleij <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Linus Walleij <[email protected]>
  • Loading branch information
vsyrjala committed Mar 11, 2020
1 parent 9b9f221 commit 4f9326d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/panel/panel-novatek-nt35510.c
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ static const struct nt35510_config nt35510_hydis_hva40wv1 = {
*/
.mode = {
/* The internal pixel clock of the NT35510 is 20 MHz */
.clock = 20000000,
.clock = 20000,
.hdisplay = 480,
.hsync_start = 480 + 2, /* HFP = 2 */
.hsync_end = 480 + 2 + 0, /* HSync = 0 */
Expand Down

0 comments on commit 4f9326d

Please sign in to comment.