projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c148cb
)
arm64: stm32: enable scmi regulator for stm32
author
Pascal Paillet
<p.paillet@foss.st.com>
Fri, 5 Jul 2024 13:45:54 +0000
(15:45 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Tue, 9 Jul 2024 09:08:44 +0000
(11:08 +0200)
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>
arch/arm64/Kconfig.platforms
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/Kconfig.platforms
b/arch/arm64/Kconfig.platforms
index a52618073de2f7a82344f886e4dc65968020ec55..3738a9fc2d6c2f73b5aa430e0bb78bceb7757197 100644
(file)
--- 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