diff options
-rw-r--r-- | overlays/verdin-imx95_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/overlays/verdin-imx95_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts b/overlays/verdin-imx95_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts index 97a3e4b..803bce3 100644 --- a/overlays/verdin-imx95_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts +++ b/overlays/verdin-imx95_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts @@ -64,6 +64,15 @@ }; }; }; + + reg_dsi_lvds: regulator-dsi-lvds { + compatible = "regulator-fixed"; + /* Verdin CTRL_SLEEP_MOCI# (SODIMM 256) */ + gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>; + enable-active-high; + regulator-boot-on; + regulator-name = "DSI_1_PWR_EN"; + }; }; &display_pixel_link { @@ -128,6 +137,7 @@ interrupts = <2 IRQ_TYPE_EDGE_FALLING>; /* Verdin I2S_2_BCLK (SODIMM 42) */ reset-gpios = <&gpio5 6 GPIO_ACTIVE_LOW>; + vdd-supply = <®_dsi_lvds>; }; }; |