From bb93b9be5831b944f0605c82411c945c2c16141f Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Fri, 16 Feb 2024 15:34:11 +0100 Subject: verdin-am62: do not disable dsi_bridge DSI bridge is disabled by default on the main DT file, remove not needed disabling from non-DSI overlays. Signed-off-by: Francesco Dolcini --- ...rdin-am62_mezzanine_panel-cap-touch-10inch-lvds_overlay.dts | 10 ---------- ...in-am62_mezzanine_panel-lvds-dual-channel-1080p_overlay.dts | 10 ---------- overlays/verdin-am62_panel-cap-touch-10inch-lvds_overlay.dts | 10 ---------- 3 files changed, 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>; -- cgit v1.2.3