Commit 664e2852 authored by Francesco Dolcini's avatar Francesco Dolcini Committed by Vignesh Raghavendra

arm64: dts: ti: verdin-am62: disable MIPI DSI bridge

Keep the DPI to MIPI-DSI bridge disabled in the SoM dtsi file.

The display chain is not wholly described in the device tree file, on
Verdin product family the displays are additional accessories that are
configured/enabled using DT overlays.

With this enabled we have issues when a display is enabled on
TIDSS port1 (LVDS) and port0 (DSI) is not used.

Fixes: 9e772003 ("arm64: dts: ti: verdin-am62: Add DSI display support")
Signed-off-by: default avatarFrancesco Dolcini <francesco.dolcini@toradex.com>
Link: https://lore.kernel.org/r/20230922123003.25002-1-francesco@dolcini.itSigned-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 2f40c6df
...@@ -1061,6 +1061,7 @@ dsi_bridge: dsi@e { ...@@ -1061,6 +1061,7 @@ dsi_bridge: dsi@e {
vddc-supply = <&reg_1v2_dsi>; vddc-supply = <&reg_1v2_dsi>;
vddmipi-supply = <&reg_1v2_dsi>; vddmipi-supply = <&reg_1v2_dsi>;
vddio-supply = <&reg_1v8_dsi>; vddio-supply = <&reg_1v8_dsi>;
status = "disabled";
dsi_bridge_ports: ports { dsi_bridge_ports: ports {
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment