summaryrefslogtreecommitdiff
path: root/overlays/verdin-am62_dsi-to-hdmi_overlay.dts
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/verdin-am62_dsi-to-hdmi_overlay.dts')
-rw-r--r--overlays/verdin-am62_dsi-to-hdmi_overlay.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/overlays/verdin-am62_dsi-to-hdmi_overlay.dts b/overlays/verdin-am62_dsi-to-hdmi_overlay.dts
index 32a41e7..c4fd6ea 100644
--- a/overlays/verdin-am62_dsi-to-hdmi_overlay.dts
+++ b/overlays/verdin-am62_dsi-to-hdmi_overlay.dts
@@ -32,6 +32,15 @@
};
};
};
+
+ reg_dsi_hdmi: regulator-dsi-hdmi {
+ compatible = "regulator-fixed";
+ enable-active-high;
+ /* Verdin CTRL_SLEEP_MOCI# (SODIMM 256) */
+ gpio = <&main_gpio0 31 GPIO_ACTIVE_HIGH>;
+ regulator-boot-on;
+ regulator-name = "DSI_1_PWR_EN";
+ };
};
&dsi_bridge {
@@ -75,6 +84,7 @@
/* Verdin GPIO_9_DSI (LT8912 INT, SODIMM 17, unused) */
/* Verdin GPIO_10_DSI (SODIMM 21) */
reset-gpios = <&main_gpio0 30 GPIO_ACTIVE_LOW>;
+ vdd-supply = <&reg_dsi_hdmi>;
ports {
#address-cells = <1>;