diff mbox series

[v5,9/9] configs: imx8mm_evk: add pwm backlight support

Message ID 20220326111911.13720-10-tommaso.merciai@amarulasolutions.com
State Accepted
Commit f399a8d38f0040fb1c1e2d8af01871206a6b647a
Delegated to: Stefano Babic
Headers show
Series imx8mm: add pwm-imx backlight support | expand

Commit Message

Tommaso Merciai March 26, 2022, 11:19 a.m. UTC
Enable support for backlight/pwm-imx driver

Signed-off-by: Tommaso Merciai <tommaso.merciai@amarulasolutions.com>
---
Changes since v4:
 - Drop off CONFIG_DM_VIDEO

 configs/imx8mm_evk_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Stefano Babic April 12, 2022, 6:46 p.m. UTC | #1
> Enable support for backlight/pwm-imx driver
> Signed-off-by: Tommaso Merciai <tommaso.merciai@amarulasolutions.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/imx8mm_evk_defconfig b/configs/imx8mm_evk_defconfig
index 01395fc7eb..db0d19c38d 100644
--- a/configs/imx8mm_evk_defconfig
+++ b/configs/imx8mm_evk_defconfig
@@ -84,3 +84,7 @@  CONFIG_SYSRESET_PSCI=y
 CONFIG_SYSRESET_WATCHDOG=y
 CONFIG_DM_THERMAL=y
 CONFIG_IMX_WATCHDOG=y
+CONFIG_BACKLIGHT=y
+CONFIG_BACKLIGHT_PWM=y
+CONFIG_DM_PWM=y
+CONFIG_PWM_IMX=y
\ No newline at end of file