configs: stm32: Enable CONFIG_DM_REGULATOR for stm32f769-disco
authorPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 24 Aug 2022 13:44:40 +0000 (15:44 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 6 Sep 2022 12:09:33 +0000 (14:09 +0200)
commit78e7cda76aba824e35df7162020d0ccc3ef06e88
tree47d5ad4e65b57f4c1722c023c497ef08badd330b
parent5468dc82cb5b4e9dbb3d2b988810ff0b4b1781f6
configs: stm32: Enable CONFIG_DM_REGULATOR for stm32f769-disco

Since commit 5bc6f8c2a97e("video: stm32: remove test on CONFIG_DM_REGULATOR")
backlight was broken with the following message at boot:
stm32-display-dsi dsi@40016c00: Warning: cannot get phy dsi supply
stm32_display display-controller@40016800: panel panel enable backlight error -38

DM_REGULATOR flag must be enabled to fix this issue

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
configs/stm32f769-disco_defconfig
configs/stm32f769-disco_spl_defconfig