projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c9d194
)
configs: imx8mm_evk: add pwm backlight support
author
Tommaso Merciai
<tommaso.merciai@amarulasolutions.com>
Sat, 26 Mar 2022 11:19:10 +0000
(12:19 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 12 Apr 2022 15:33:55 +0000
(17:33 +0200)
Enable support for backlight/pwm-imx driver
Signed-off-by: Tommaso Merciai <tommaso.merciai@amarulasolutions.com>
configs/imx8mm_evk_defconfig
patch
|
blob
|
history
diff --git
a/configs/imx8mm_evk_defconfig
b/configs/imx8mm_evk_defconfig
index
8126878
..
2853b57
100644
(file)
--- a/
configs/imx8mm_evk_defconfig
+++ b/
configs/imx8mm_evk_defconfig
@@
-85,3
+85,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