summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eichenberger <stefan.eichenberger@toradex.com>2024-04-26 16:59:37 +0200
committerStefan Eichenberger <eichest@gmail.com>2024-05-01 08:56:01 +0200
commit94ba91a37ed978726265062c225ce2b614ddb1a7 (patch)
treeeeac1aa6b6c39e080ca7bd0d2c995ac333642c4c
parentce3037a2117a8fe1d1bcd6521d1c7f4270b27ae2 (diff)
verdin-imx8mm: dsi-to-lvds: add support for SLEEP_MOCItoradex_5.15-2.2.x-imx
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-imx8mm_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/overlays/verdin-imx8mm_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts b/overlays/verdin-imx8mm_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts
index f641906..28971fa 100644
--- a/overlays/verdin-imx8mm_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts
+++ b/overlays/verdin-imx8mm_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts
@@ -17,6 +17,7 @@
#include "display-lt170410_sn65dsi84_overlay.dtsi"
&atmel_mxt_ts {
+ vdd-supply = <&reg_dsi_lvds>;
status = "okay";
};
@@ -46,3 +47,8 @@
clock-frequency = <69300000>;
};
};
+
+&reg_dsi_lvds {
+ /* Verdin CTRL_SLEEP_MOCI# (SODIMM 256) */
+ gpio = <&gpio5 1 GPIO_ACTIVE_HIGH>;
+};