Skip to content

Commit

Permalink
imx8mm-var-dart: lvds: tune h-porches to fix bottom line flicker
Browse files Browse the repository at this point in the history
This fixes occasional flickering seen on the bottom line of the display
of the Variscite evaluation kit.
This patch is based on a similar patch for imx8mq-var-dart:
varigit/linux-imx@3ef1cc6e imx8mq-var-dart: lvds: tune h-porch properties to fix bottom line flikering

Signed-off-by: FrancescoFerraro <[email protected]>
Signed-off-by: Pierluigi Passaro <[email protected]>
  • Loading branch information
varigigi authored and eranmati committed Jun 10, 2024
1 parent 380e74e commit 83f6d50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@
clock-frequency = <33000000>;
hactive = <800>;
vactive = <480>;
hback-porch = <40>;
hfront-porch = <40>;
hback-porch = <30>;
hfront-porch = <30>;
vback-porch = <29>;
vfront-porch = <13>;
hsync-len = <48>;
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/freescale/imx8mm-var-som-symphony.dts
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@
clock-frequency = <33000000>;
hactive = <800>;
vactive = <480>;
hback-porch = <40>;
hfront-porch = <40>;
hback-porch = <30>;
hfront-porch = <30>;
vback-porch = <29>;
vfront-porch = <13>;
hsync-len = <48>;
Expand Down

0 comments on commit 83f6d50

Please sign in to comment.