Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: stm32: enable scmi regulator for stm32

Add SCMI ARM REGULATOR configuration for stm32.

Signed-off-by: Pascal Paillet <p.paillet@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20240705134554.2833835-1-alexandre.torgue@foss.st.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Pascal Paillet and committed by
Arnd Bergmann
e9a316af 9c148cb4

+2
+2
arch/arm64/Kconfig.platforms
··· 312 312 select STM32_EXTI 313 313 select ARM_SMC_MBOX 314 314 select ARM_SCMI_PROTOCOL 315 + select REGULATOR 316 + select REGULATOR_ARM_SCMI 315 317 select COMMON_CLK_SCMI 316 318 select STM32_FIREWALL 317 319 help