summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eichenberger <stefan.eichenberger@toradex.com>2024-04-26 16:59:22 +0200
committerStefan Eichenberger <stefan.eichenberger@toradex.com>2024-04-26 16:59:22 +0200
commit8cfa23e1c3aa6c9eb5f0a4927d8a14068a787f34 (patch)
treead04ac7faeeb92516c2ec63eb2f196ad510d70dd
parentf4840f22241ddd063f3195f48a7e090e41bd17f1 (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.dts6
1 files changed, 6 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 840edd8..80703c5 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
@@ -70,6 +70,7 @@
pinctrl-0 = <&pinctrl_gpio_9_dsi>, <&pinctrl_i2s_2_bclk_touch_reset>;
/* Verdin I2S_2_BCLK (TOUCH_RESET#, SODIMM 42) */
reset-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
+ vdd-supply = <&reg_dsi_lvds>;
status = "okay";
};
};
@@ -84,6 +85,11 @@
status = "okay";
};
+&reg_dsi_lvds {
+ /* Verdin CTRL_SLEEP_MOCI# (SODIMM 256) */
+ gpio = <&gpio4 29 GPIO_ACTIVE_HIGH>;
+};
+
/* As the following make use of labels only just created above */
#include "display-lt170410_sn65dsi84_overlay.dtsi"
#include "verdin-imx8_mipi-dsi-to-sn65dsi84.dtsi"