diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2025-07-29 18:35:04 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2025-07-29 18:39:49 +0200 |
commit | 22409f480c149b926b5924882c13c5a8d4789161 (patch) | |
tree | 955304a07f7e524b689fe0c581ccb1141a058a92 | |
parent | 7726296fa82b98efad2d9e37741a23070a46aea8 (diff) |
verdin-imx95:panel-cap-touch-7inch-dsi: fix ittoradex_6.6-2.2.x-imx
commit 0723f09dd742 ("verdin-imx95:panel-cap-touch-7inch-dsi: fix it")
integrated in latest BSP is not enough to make the display work.
I.e. the DSI to LVDS bridge reports
'sn65dsi83 2-002c: failed to lock PLL, ret=-110' and the display stays
black. (The DSI clock servers as the PLL reference clock)
Reducing the number of DSI lanes fixes this.
Related-to: ELB-6398
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | overlays/verdin-imx95_panel-cap-touch-7inch-dsi_overlay.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/verdin-imx95_panel-cap-touch-7inch-dsi_overlay.dts b/overlays/verdin-imx95_panel-cap-touch-7inch-dsi_overlay.dts index 86e55bb..2efddaf 100644 --- a/overlays/verdin-imx95_panel-cap-touch-7inch-dsi_overlay.dts +++ b/overlays/verdin-imx95_panel-cap-touch-7inch-dsi_overlay.dts @@ -70,7 +70,7 @@ reg = <0>; dsi_lvds_bridge_in: endpoint { - data-lanes = <1 2 3 4>; + data-lanes = <1 2>; remote-endpoint = <&dsi0_out>; }; }; |