diff mbox series

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

Message ID 20211104142324.2879-7-etienne.carriere@linaro.org
State New
Headers show
Series [01/14] firmware: scmi: fix description of an API function | expand

Commit Message

Etienne Carriere Nov. 4, 2021, 2:23 p.m. UTC
Enable CONFIG_DM_REGULATOR_SCMI for stm32mp15_trusted_defconfig
to access voltage regulators exposed by SCMI server.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>

---
 configs/stm32mp15_trusted_defconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.17.1
diff mbox series

Patch

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