summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
2 files changed, 20 insertions, 0 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 c7ed3b6..e7e5b8f 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,6 +54,16 @@
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 6caffae..16a796d 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,6 +73,16 @@
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>;