mbox series

[GIT,PULL] STM32 DT changes for v6.13#1

Message ID 92d2d6df-cc5c-488f-8ebd-550b1903db12@foss.st.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] STM32 DT changes for v6.13#1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git tags/stm32-dt-for-v6.13-1

Message

Alexandre TORGUE Nov. 8, 2024, 8:33 a.m. UTC
Hi ARM SoC maintainers,

Please consider this first round of STM32 DT for v6.13 cycle.

Thanks
Alex


The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

   Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git 
tags/stm32-dt-for-v6.13-1

for you to fetch changes up to b0191a5cbc222fc7af3f9511b44d1f330ef980e9:

   arm64: dts: st: add DMA support on SPI instances of stm32mp25 
(2024-10-29 17:07:05 +0100)

----------------------------------------------------------------
STM32 DT for v6.13, round 1

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

- MPU:
   - STM32MP13:
     - ST DK board:
       - Add support of WLAN/BT Murata Type 1DX module.
     - DH SOM:
       - Add M24256E EEPROM suport.

   - STMP32MP15:
     - Use IWDG2 as wakeup source.
     - Add support of WLAN/BT Murata Type 1DX module on DK2 board.

   - STM32MP25:
     - Enable RTC.
     - Add DMA support for U(S)ART, I2C and SPI instances.

----------------------------------------------------------------
Amelie Delaunay (3):
       arm64: dts: st: add DMA support on U(S)ART instances of stm32mp25
       arm64: dts: st: add DMA support on I2C instances of stm32mp25
       arm64: dts: st: add DMA support on SPI instances of stm32mp25

Christophe Roullier (2):
       ARM: dts: stm32: add support of WLAN/BT on stm32mp157c-dk2
       ARM: dts: stm32: add support of WLAN/BT on stm32mp135f-dk

Gatien Chevallier (1):
       arm64: dts: st: add RNG node on stm32mp251

Marek Vasut (2):
       ARM: dts: stm32: Add IWDG2 EXTI interrupt mapping and mark as 
wakeup source
       ARM: dts: stm32: Describe M24256E write-lockable page in DH 
STM32MP13xx DHCOR SoM DT

Valentin Caron (6):
       ARM: dts: stm32: rtc, add pin to provide LSCO on stm32mp15
       ARM: dts: stm32: rtc, add pin to provide LSCO on stm32mp13
       ARM: dts: stm32: rtc, add LSCO to WLAN/BT module on stm32mp157c-dk2
       ARM: dts: stm32: rtc, add LSCO to WLAN/BT module on stm32mp135f-dk
       arm64: dts: st: add RTC on stm32mp25x
       arm64: dts: st: enable RTC on stm32mp257f-ev1 board

  arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi     |  7 +++++++
  arch/arm/boot/dts/st/stm32mp135f-dk.dts         | 52 
++++++++++++++++++++++++++++++++++++++++++++++++++++
  arch/arm/boot/dts/st/stm32mp13xx-dhcor-som.dtsi |  6 ++++++
  arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi     |  7 +++++++
  arch/arm/boot/dts/st/stm32mp151.dtsi            |  2 ++
  arch/arm/boot/dts/st/stm32mp157c-dk2.dts        | 51 
++++++++++++++++++++++++++++++++++++++++++++++++++-
  arch/arm64/boot/dts/st/stm32mp251.dtsi          | 95 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  arch/arm64/boot/dts/st/stm32mp257f-ev1.dts      |  6 ++++++
  8 files changed, 225 insertions(+), 1 deletion(-)