diff options
author | João Paulo Gonçalves <joao.goncalves@toradex.com> | 2024-11-01 13:17:16 -0300 |
---|---|---|
committer | João Paulo Gonçalves <joao.goncalves@toradex.com> | 2024-11-01 13:26:50 -0300 |
commit | 3beb3252a492dd9cffff294361b7232d1aaa8350 (patch) | |
tree | 70fa5b5165c4b5c83b23b6e46ae5d1e7f7da5414 | |
parent | 72874b7fd50ed0025e4aafe43273a6c2bb386eb4 (diff) |
verdin-imx8mm/mp: panel-cap-touch-10inch-dsi: add backlight pwmtoradex_6.6-2.0.x-imx
Add the backlight PWM device tree node to the overlay. This change
resolves an issue where the DSI display was not working on the Ivy
carrier board due to a missing PWM_3_DSI node for the display backlight
PWM in the board's device tree. It also makes the overlay
self-contained, removing dependency on the carrier board's device tree
for proper functionality.
Related-to: ELB-6039
Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
-rw-r--r-- | overlays/verdin-imx8mm_panel-cap-touch-10inch-dsi_overlay.dts | 5 | ||||
-rw-r--r-- | overlays/verdin-imx8mp_panel-cap-touch-10inch-dsi_overlay.dts | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/overlays/verdin-imx8mm_panel-cap-touch-10inch-dsi_overlay.dts b/overlays/verdin-imx8mm_panel-cap-touch-10inch-dsi_overlay.dts index 4966413..eee0c75 100644 --- a/overlays/verdin-imx8mm_panel-cap-touch-10inch-dsi_overlay.dts +++ b/overlays/verdin-imx8mm_panel-cap-touch-10inch-dsi_overlay.dts @@ -92,3 +92,8 @@ }; }; }; + +/* Verdin PWM_3_DSI */ +&pwm1 { + status = "okay"; +}; diff --git a/overlays/verdin-imx8mp_panel-cap-touch-10inch-dsi_overlay.dts b/overlays/verdin-imx8mp_panel-cap-touch-10inch-dsi_overlay.dts index 0d1a8f6..dee16f8 100644 --- a/overlays/verdin-imx8mp_panel-cap-touch-10inch-dsi_overlay.dts +++ b/overlays/verdin-imx8mp_panel-cap-touch-10inch-dsi_overlay.dts @@ -105,3 +105,8 @@ &ml_vipsi { status = "okay"; }; + +/* Verdin PWM_3_DSI */ +&pwm3 { + status = "okay"; +}; |