summaryrefslogtreecommitdiff
path: root/configs/stm32f769-disco_defconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@foss.st.com>2022-08-24 16:44:40 +0300
committerPatrick Delaunay <patrick.delaunay@foss.st.com>2022-09-06 15:09:33 +0300
commit78e7cda76aba824e35df7162020d0ccc3ef06e88 (patch)
tree47d5ad4e65b57f4c1722c023c497ef08badd330b /configs/stm32f769-disco_defconfig
parent5468dc82cb5b4e9dbb3d2b988810ff0b4b1781f6 (diff)
downloadu-boot-78e7cda76aba824e35df7162020d0ccc3ef06e88.tar.xz
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>
Diffstat (limited to 'configs/stm32f769-disco_defconfig')
-rw-r--r--configs/stm32f769-disco_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32f769-disco_defconfig b/configs/stm32f769-disco_defconfig
index 1333c060d1..423af7446a 100644
--- a/configs/stm32f769-disco_defconfig
+++ b/configs/stm32f769-disco_defconfig
@@ -50,6 +50,7 @@ CONFIG_ETH_DESIGNWARE=y
CONFIG_DW_ALTDESCRIPTOR=y
CONFIG_MII=y
# CONFIG_PINCTRL_FULL is not set
+CONFIG_DM_REGULATOR=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_STM32_QSPI=y