diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2025-07-03 15:06:57 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2025-07-08 15:10:04 +0200 |
commit | 206dfc24efdc5444d1c2056103fe680f66d5786c (patch) | |
tree | e1da47749fceb38fd616f4a680dd66d78064d854 | |
parent | 3946ce4f19c955077ab9edc96004808177901a22 (diff) |
The base device tree droped the gpio-hog on the LVDS_DSI_SEL line
relying on the pulldown resistor enabled for the pin.
Remove setting a property in the no longer existing gpio-hog.
The base device tree already sets the mux correctly for DSI.
Related-to: ELB-6521
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
3 files changed, 0 insertions, 15 deletions
diff --git a/overlays/toradex-smarc-imx8mp_dsi-to-hdmi_overlay.dts b/overlays/toradex-smarc-imx8mp_dsi-to-hdmi_overlay.dts index 5976dbf..702acea 100644 --- a/overlays/toradex-smarc-imx8mp_dsi-to-hdmi_overlay.dts +++ b/overlays/toradex-smarc-imx8mp_dsi-to-hdmi_overlay.dts @@ -77,11 +77,6 @@ status = "okay"; }; -&lvds_dsi_mux_hog { - /* LVDS_DSI_SEL as DSI */ - output-low; -}; - &mipi_dsi { samsung,esc-clock-frequency = <16000000>; status = "okay"; diff --git a/overlays/toradex-smarc-imx8mp_panel-cap-touch-10inch-dsi_overlay.dts b/overlays/toradex-smarc-imx8mp_panel-cap-touch-10inch-dsi_overlay.dts index 94cfb73..d3c3f45 100644 --- a/overlays/toradex-smarc-imx8mp_panel-cap-touch-10inch-dsi_overlay.dts +++ b/overlays/toradex-smarc-imx8mp_panel-cap-touch-10inch-dsi_overlay.dts @@ -70,11 +70,6 @@ status = "okay"; }; -&lvds_dsi_mux_hog { - /* LVDS_DSI_SEL as DSI */ - output-low; -}; - &mipi_dsi { samsung,esc-clock-frequency = <16000000>; status = "okay"; diff --git a/overlays/toradex-smarc-imx8mp_panel-cap-touch-7inch-dsi_overlay.dts b/overlays/toradex-smarc-imx8mp_panel-cap-touch-7inch-dsi_overlay.dts index 1c1e51a..258819b 100644 --- a/overlays/toradex-smarc-imx8mp_panel-cap-touch-7inch-dsi_overlay.dts +++ b/overlays/toradex-smarc-imx8mp_panel-cap-touch-7inch-dsi_overlay.dts @@ -70,11 +70,6 @@ status = "okay"; }; -&lvds_dsi_mux_hog { - /* LVDS_DSI_SEL as DSI */ - output-low; -}; - &mipi_dsi { samsung,esc-clock-frequency = <16000000>; status = "okay"; |