diff options
author | Henrique Garcia <henrique.garcia@toradex.com> | 2025-03-25 11:52:56 -0300 |
---|---|---|
committer | João Paulo Gonçalves <joao.goncalves@toradex.com> | 2025-03-26 13:36:34 -0300 |
commit | 2f4882cdbd2903122dfc4908da05f52bf0625408 (patch) | |
tree | 1b2a29af4e19896111774a035110d81e32a7478e | |
parent | 96f9a579dc82d38f599e798e3239005e432b1713 (diff) |
verdin-am62: improve timings for Capacitive Touch Display 10.1" DSItoradex_ti-linux-6.1.y
The display was flickering with previous clock-frequency. Use the
typical value for clock-frequency according to display's datasheet
to remove flickering.
Related-to: ELB-6322
Signed-off-by: Henrique Garcia <henrique.garcia@toradex.com>
(cherry picked from commit c16f327f4efd48bceba063d52cbe7aea8e038dfc)
-rw-r--r-- | overlays/verdin-am62_panel-cap-touch-10inch-dsi_overlay.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/verdin-am62_panel-cap-touch-10inch-dsi_overlay.dts b/overlays/verdin-am62_panel-cap-touch-10inch-dsi_overlay.dts index ec3af51..1b97919 100644 --- a/overlays/verdin-am62_panel-cap-touch-10inch-dsi_overlay.dts +++ b/overlays/verdin-am62_panel-cap-touch-10inch-dsi_overlay.dts @@ -39,7 +39,7 @@ width-mm = <217>; panel-timing { - clock-frequency = <68900000 71100000 73400000>; + clock-frequency = <68900000 72400000 73400000>; de-active = <1>; hactive = <1280 1280 1280>; hback-porch = <88 88 88>; |