Message ID | 20240705134554.2833835-1-alexandre.torgue@foss.st.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e9a316affb9a80db824c436d9298a01eeff185cb |
Headers | show |
Series | arm64: stm32: enable scmi regulator for stm32 | expand |
Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Fri, 5 Jul 2024 15:45:54 +0200 you wrote: > From: Pascal Paillet <p.paillet@foss.st.com> > > 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> > > [...] Here is the summary with links: - arm64: stm32: enable scmi regulator for stm32 https://git.kernel.org/soc/soc/c/e9a316affb9a You are awesome, thank you!
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index a52618073de2..3738a9fc2d6c 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -312,6 +312,8 @@ config ARCH_STM32 select STM32_EXTI select ARM_SMC_MBOX select ARM_SCMI_PROTOCOL + select REGULATOR + select REGULATOR_ARM_SCMI select COMMON_CLK_SCMI select STM32_FIREWALL help