summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eichenberger <stefan.eichenberger@toradex.com>2024-04-26 16:59:22 +0200
committerStefan Eichenberger <eichest@gmail.com>2024-05-01 08:56:01 +0200
commit60b02ff09d78faaff7088256a08cfe17c28dcec3 (patch)
treee5b9c93e341176c2fd018a3a8dc7952c84093c5a
parentd825fccd2b61f8a80419a6be0750ad74e9d42e26 (diff)
verdin-imx8mp: dsi-to-lvds: add support for SLEEP_MOCI
Add support for the SLEEP_MOCI signal to the dsi-to-lvds overlays, this allows the driver to turn off the the SLEEP_MOCI in suspend. Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
-rw-r--r--overlays/verdin-imx8mp_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/overlays/verdin-imx8mp_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts b/overlays/verdin-imx8mp_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts
index 85cefa5..26e899c 100644
--- a/overlays/verdin-imx8mp_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts
+++ b/overlays/verdin-imx8mp_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts
@@ -59,3 +59,8 @@
&vpu_v4l2 {
status = "okay";
};
+
+&reg_dsi_lvds {
+ /* Verdin CTRL_SLEEP_MOCI# (SODIMM 256) */
+ gpio = <&gpio4 29 GPIO_ACTIVE_HIGH>;
+};