
4 Nov
2021
4 Nov
'21
3:23 p.m.
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(+)
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