diff mbox series

ARM: stm32: add AMBA support for stm32 family

Message ID 1554990248-2771-1-git-send-email-alexandre.torgue@st.com (mailing list archive)
State Mainlined, archived
Commit 56c6eed1df43ebd35bc9211d7c81caa172a812fe
Headers show
Series ARM: stm32: add AMBA support for stm32 family | expand

Commit Message

Alexandre TORGUE April 11, 2019, 1:44 p.m. UTC
From: Ludovic Barre <ludovic.barre@st.com>

This patch enables AMBA support for stm32 family.
stm32 family embeds different amba pl180 variants.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
---

Dear Arnd, Olof and Kevin,

I only have this patch for STM32 soc part. So please consider it
as my pull request for v5.2.

Thanks

Alex

Comments

Olof Johansson April 29, 2019, 6:02 a.m. UTC | #1
On Thu, Apr 11, 2019 at 03:44:08PM +0200, Alexandre Torgue wrote:
> From: Ludovic Barre <ludovic.barre@st.com>
> 
> This patch enables AMBA support for stm32 family.
> stm32 family embeds different amba pl180 variants.
> 
> Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
> ---
> 
> Dear Arnd, Olof and Kevin,
> 
> I only have this patch for STM32 soc part. So please consider it
> as my pull request for v5.2.

Applied, thanks!


-Olof
diff mbox series

Patch

diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig
index 713c068..651bdf4 100644
--- a/arch/arm/mach-stm32/Kconfig
+++ b/arch/arm/mach-stm32/Kconfig
@@ -4,6 +4,7 @@  menuconfig ARCH_STM32
 	select HAVE_ARM_ARCH_TIMER if ARCH_MULTI_V7
 	select ARM_GIC if ARCH_MULTI_V7
 	select ARM_PSCI if ARCH_MULTI_V7
+	select ARM_AMBA
 	select ARCH_HAS_RESET_CONTROLLER
 	select CLKSRC_STM32
 	select PINCTRL
@@ -18,22 +19,18 @@  if ARM_SINGLE_ARMV7M
 
 config MACH_STM32F429
 	bool "STMicroelectronics STM32F429"
-	select ARM_AMBA
 	default y
 
 config MACH_STM32F469
 	bool "STMicroelectronics STM32F469"
-	select ARM_AMBA
 	default y
 
 config MACH_STM32F746
 	bool "STMicroelectronics STM32F746"
-	select ARM_AMBA
 	default y
 
 config MACH_STM32F769
 	bool "STMicroelectronics STM32F769"
-	select ARM_AMBA
 	default y
 
 config MACH_STM32H743