[PATCH 07/14] configs: stm32mp15_trusted: enable SCMI voltage domains

Etienne Carriere etienne.carriere at linaro.org
Thu Nov 4 15:23:17 CET 2021


Enable CONFIG_DM_REGULATOR_SCMI for stm32mp15_trusted_defconfig
to access voltage regulators exposed by SCMI server.

Signed-off-by: Etienne Carriere <etienne.carriere at linaro.org>
---
 configs/stm32mp15_trusted_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig
index 48efdec657..dc1f48c518 100644
--- a/configs/stm32mp15_trusted_defconfig
+++ b/configs/stm32mp15_trusted_defconfig
@@ -116,6 +116,7 @@ CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
 CONFIG_DM_REGULATOR_STM32_VREFBUF=y
 CONFIG_DM_REGULATOR_STPMIC1=y
+CONFIG_DM_REGULATOR_SCMI=y
 CONFIG_REMOTEPROC_STM32_COPRO=y
 CONFIG_RESET_SCMI=y
 CONFIG_DM_RNG=y
-- 
2.17.1



More information about the U-Boot mailing list