mbox series

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

Message ID d80afc20-2745-24a2-ab70-a5a03439bd50@foss.st.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] STM32 DT changes for v6.1 #1 | expand

Pull-request

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

Message

Alexandre TORGUE Sept. 12, 2022, 1:38 p.m. UTC
Hi ARM SoC maintainers,

Please consider this first round of STM32 DT updates for v6.1.

Thanks
Alex

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

   Linux 6.0-rc1 (2022-08-14 15:50:18 -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.1-1

for you to fetch changes up to 04c26c5a2da8591fe7e37146592d907ef37492bd:

   ARM: dts: stm32: argon: remove spidev node (2022-09-12 15:19:12 +0200)

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

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

- MPU:
   - General:
     - Add I2C support (5 instances) on STM32MP13.
     - Add SPI support (5 instabces) on STM32MP13.
     - Add timer interrupts support on STM32MP15.

   - ST boards:
     - Enable I2C1 and I2C5 on stm32mp135f-dk board.
     - Add SPI5 on stm32mp135f-dk board but disabled as only available on
       the GPIO expansion connector.

   - ARGON:
     - Remove spidev node as not used by the code.

----------------------------------------------------------------
Alain Volmat (4):
       ARM: dts: stm32: add i2c nodes into stm32mp131.dtsi
       ARM: dts: stm32: enable i2c1 and i2c5 on stm32mp135f-dk.dts
       ARM: dts: stm32: add spi nodes into stm32mp131.dtsi
       ARM: dts: stm32: add pinctrl and disabled spi5 node in stm32mp135f-dk

Jagan Teki (1):
       ARM: dts: stm32: Fix typo in license text for Engicam boards

Patrice Chotard (1):
       ARM: dts: stm32: Create separate pinmux for qspi cs pin in 
stm32mp15-pinctrl.dtsi

Uwe Kleine-König (1):
       ARM: dts: stm32: Add timer interrupts on stm32mp15

Wolfram Sang (1):
       ARM: dts: stm32: argon: remove spidev node

  arch/arm/boot/dts/stm32mp13-pinctrl.dtsi           |  57 ++++++++
  arch/arm/boot/dts/stm32mp131.dtsi                  | 160 
+++++++++++++++++++++
  arch/arm/boot/dts/stm32mp135f-dk.dts               |  33 +++++
  arch/arm/boot/dts/stm32mp15-pinctrl.dtsi           |  50 ++++---
  arch/arm/boot/dts/stm32mp151.dtsi                  |  34 +++++
  .../stm32mp157a-icore-stm32mp1-ctouch2-of10.dts    |   2 +-
  .../dts/stm32mp157a-icore-stm32mp1-ctouch2.dts     |   2 +-
  .../dts/stm32mp157a-icore-stm32mp1-edimm2.2.dts    |   2 +-
  arch/arm/boot/dts/stm32mp157a-icore-stm32mp1.dtsi  |   2 +-
  ...m32mp157a-microgea-stm32mp1-microdev2.0-of7.dts |   2 +-
  .../stm32mp157a-microgea-stm32mp1-microdev2.0.dts  |   2 +-
  .../boot/dts/stm32mp157a-microgea-stm32mp1.dtsi    |   2 +-
  arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi   |   6 -
  arch/arm/boot/dts/stm32mp157c-ev1.dts              |  12 +-
  14 files changed, 334 insertions(+), 32 deletions(-)