mbox series

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

Message ID 3e815504-e85e-cbd3-6e6d-4e5a7aa7469a@foss.st.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] STM32 DT changes for v6.3 #1 | expand

Pull-request

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

Message

Alexandre TORGUE Feb. 2, 2023, 12:57 p.m. UTC
Hi ARM SoC maintainers,

Please consider this (late) first round of STM32 DT for v6.3 cycle. Main 
changes concern peripheral support on STM32MP13 and yaml fixes.

Thanks
Alex

The following changes since commit 175281f80695569c7f9cf062e5d0ddc4addc109f:

   ARM: dts: stm32: Fix qspi pinctrl phandle for stm32mp151a-prtt1l 
(2023-01-17 14:48:44 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 7e1790d26a92e05cc6a2d0bab98d8ea40ae28d9d:

   ARM: dts: stm32: fix compatible for BSEC on STM32MP13 (2023-02-02 
13:29:59 +0100)

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

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

- MPU:
   - ST boards:
     - Add following peripherals support on stm32mp13:
       i2s, SAI, SPDIFRX, DFSDM, Timers
     - Add timers support on stm32mp135f-dk board.
     - Add decicated BSEC compatible on STM32MP13.
     - Rename sound card on STM32MP15 DKx.
     - Fix yaml validation issues.

----------------------------------------------------------------
Amelie Delaunay (1):
       ARM: dts: stm32: Fix User button on stm32mp135f-dk

Bernhard Rosenkränzer (1):
       ARM: dts: stm32: Remove the pins-are-numbered property

Laurent Pinchart (1):
       ARM: dts: stm32: Use new media bus type macros

Olivier Moysan (9):
       ARM: dts: stm32: remove sai kernel clock on stm32mp15xx-dkx
       ARM: dts: stm32: rename sound card on stm32mp15xx-dkx
       ARM: dts: stm32: add i2s nodes on stm32mp131
       ARM: dts: stm32: add sai nodes on stm32mp131
       ARM: dts: stm32: add spdifrx node on stm32mp131
       ARM: dts: stm32: add dfsdm node on stm32mp131
       ARM: dts: stm32: add timers support on stm32mp131
       ARM: dts: stm32: add timer pins muxing for stm32mp135f-dk
       ARM: dts: stm32: add timers support on stm32mp135f-dk

Patrick Delaunay (2):
       ARM: dts: stm32: Update part number NVMEM description on stm32mp131
       ARM: dts: stm32: fix compatible for BSEC on STM32MP13

  arch/arm/boot/dts/stm32429i-eval.dts     |   3 +-
  arch/arm/boot/dts/stm32f4-pinctrl.dtsi   |   1 -
  arch/arm/boot/dts/stm32f7-pinctrl.dtsi   |   1 -
  arch/arm/boot/dts/stm32h743.dtsi         |   1 -
  arch/arm/boot/dts/stm32mp13-pinctrl.dtsi |  60 +++
  arch/arm/boot/dts/stm32mp131.dtsi        | 710 
++++++++++++++++++++++++++++++-
  arch/arm/boot/dts/stm32mp135f-dk.dts     |  60 ++-
  arch/arm/boot/dts/stm32mp151.dtsi        |   2 -
  arch/arm/boot/dts/stm32mp157c-ev1.dts    |   3 +-
  arch/arm/boot/dts/stm32mp15xx-dkx.dtsi   |   4 +-
  10 files changed, 832 insertions(+), 13 deletions(-)