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-27 09:17:54 -0300 |
commit | 0ec31322ea847f549b9189da3d75784f7cfc0238 (patch) | |
tree | bfadf194aaf86bb1f1e80b6834d729c12fb7e504 | |
parent | 47f00fd78f6a9632d7095c8f3d6803584c0e1d76 (diff) |
verdin-am62: improve timings for Capacitive Touch Display 10.1" DSI
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>; |