summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2024-02-16 15:34:11 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-02-16 15:34:11 +0100
commitbb93b9be5831b944f0605c82411c945c2c16141f (patch)
tree459b40ab7eb63573aece8ab96cc77a74e6431a9c
parent82fcaa544ed92c50c7d8ac15ddb0bf990cc3e4ba (diff)
verdin-am62: do not disable dsi_bridgetoradex_ti-linux-6.1.y
DSI bridge is disabled by default on the main DT file, remove not needed disabling from non-DSI overlays. Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
-rw-r--r--overlays/verdin-am62_mezzanine_panel-cap-touch-10inch-lvds_overlay.dts10
-rw-r--r--overlays/verdin-am62_mezzanine_panel-lvds-dual-channel-1080p_overlay.dts10
-rw-r--r--overlays/verdin-am62_panel-cap-touch-10inch-lvds_overlay.dts10
3 files changed, 0 insertions, 30 deletions
diff --git a/overlays/verdin-am62_mezzanine_panel-cap-touch-10inch-lvds_overlay.dts b/overlays/verdin-am62_mezzanine_panel-cap-touch-10inch-lvds_overlay.dts
index e7e5b8f..c7ed3b6 100644
--- a/overlays/verdin-am62_mezzanine_panel-cap-touch-10inch-lvds_overlay.dts
+++ b/overlays/verdin-am62_mezzanine_panel-cap-touch-10inch-lvds_overlay.dts
@@ -54,16 +54,6 @@
status = "okay";
};
-/*
- * If the bridge is missing setting up dss will fail. As this bridge
- * isn't available on all SKU disable it here.
- * Thus having an overlay for the DSI output enabled concurrently
- * with this one will not work.
- */
-&dsi_bridge {
- status = "disabled";
-};
-
&dss_ports {
#address-cells = <1>;
#size-cells = <0>;
diff --git a/overlays/verdin-am62_mezzanine_panel-lvds-dual-channel-1080p_overlay.dts b/overlays/verdin-am62_mezzanine_panel-lvds-dual-channel-1080p_overlay.dts
index 16a796d..6caffae 100644
--- a/overlays/verdin-am62_mezzanine_panel-lvds-dual-channel-1080p_overlay.dts
+++ b/overlays/verdin-am62_mezzanine_panel-lvds-dual-channel-1080p_overlay.dts
@@ -73,16 +73,6 @@
status = "okay";
};
-/*
- * If the bridge is missing setting up dss will fail. As this bridge
- * isn't available on all SKU disable it here.
- * Thus having an overlay for the DSI output enabled concurrently
- * with this one will not work.
- */
-&dsi_bridge {
- status = "disabled";
-};
-
&dss_ports {
#address-cells = <1>;
#size-cells = <0>;
diff --git a/overlays/verdin-am62_panel-cap-touch-10inch-lvds_overlay.dts b/overlays/verdin-am62_panel-cap-touch-10inch-lvds_overlay.dts
index 00223d6..eff91c9 100644
--- a/overlays/verdin-am62_panel-cap-touch-10inch-lvds_overlay.dts
+++ b/overlays/verdin-am62_panel-cap-touch-10inch-lvds_overlay.dts
@@ -81,16 +81,6 @@
status = "okay";
};
-/*
- * If the bridge is missing setting up dss will fail. As this bridge
- * isn't available on all SKU disable it here.
- * Thus having an overlay for the DSI output enabled concurrently
- * with this one will not work.
- */
-&dsi_bridge {
- status = "disabled";
-};
-
&dss_ports {
#address-cells = <1>;
#size-cells = <0>;