mbox series

[GIT,PULL] STM32 SoC changes for v5.16 #1

Message ID 0b6c9657-dcca-3bad-601f-610dfc81d9ae@foss.st.com (mailing list archive)
State Mainlined, archived
Commit e0302638a3b43c83ff26840df6e496d60c56cbbd
Headers show
Series [GIT,PULL] STM32 SoC changes for v5.16 #1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git tags/stm32-soc-for-v5.16-1

Message

Alexandre TORGUE Oct. 15, 2021, 3:16 p.m. UTC
Hi ARM SoC maintainers,

Please consider this first round of STM32 SoC updates for v5.16. As 
you'll see it adds a new STM32 MPU SoC.

regards
Alex


The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git 
tags/stm32-soc-for-v5.16-1

for you to fetch changes up to e0302638a3b43c83ff26840df6e496d60c56cbbd:

   ARM: stm32: add initial support for STM32MP13 family (2021-09-20 
08:54:42 +0200)

----------------------------------------------------------------
STM32 SoC for v5.16, round 1

Highlights:
----------

Add support of new STM32MP13 SoC which enhances current
STM32 MPU family. It is mainly a derivative of STM32MP15 SoCs
(one Cortex-A7 plus standard peripherals).

The STM32MP13 SoC diversity is composed by:
     -STM32MP131:
       -core: 1*CA7, 17*TIMERS, 5*LPTIMERS, DMA/MDMA/DMAMUX
       -storage: 3*SDMCC, 1*QSPI, FMC
       -com: USB (OHCI/EHCI, OTG), 5*I2C, 5*SPI/I2S, 8*U(S)ART
       -audio: 2*SAI
       -network: 1*ETH(GMAC)
     -STM32MP133: STM32MP131 + 2*CAN, ETH2(GMAC), ADC1
     -STM32MP135: STM32MP133 + DCMIPP, LTDC

----------------------------------------------------------------
Alexandre Torgue (2):
       docs: arm: stm32: introduce STM32MP13 SoCs
       ARM: stm32: add initial support for STM32MP13 family

  Documentation/arm/index.rst                    |  1 +
  Documentation/arm/stm32/stm32mp13-overview.rst | 37 
++++++++++++++++++++++++++
  arch/arm/mach-stm32/Kconfig                    |  8 ++++++
  arch/arm/mach-stm32/board-dt.c                 |  3 +++
  4 files changed, 49 insertions(+)
  create mode 100644 Documentation/arm/stm32/stm32mp13-overview.rst

Comments

Arnd Bergmann Oct. 20, 2021, 9:25 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 15 Oct 2021 17:16:03 +0200, Alexandre TORGUE wrote:
> Please consider this first round of STM32 SoC updates for v5.16. As
> you'll see it adds a new STM32 MPU SoC.
> 
> regards
> Alex
> 
> 
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
> [...]

Merged into arm/soc, thanks!

merge commit: 851feb4943ea2a4d2eaf7cc45f0d5b8b73f1b36f

       Arnd