mbox series

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

Message ID a7ae1058-e24d-4a6b-900f-401f0e3ae17c@foss.st.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] STM32 DT changes for v6.9#1 | expand

Pull-request

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

Message

Alexandre TORGUE Feb. 29, 2024, 10:23 a.m. UTC
Hi ARM SoC maintainers,

Please consider this first round of STM32 DT for v6.9 cycle.
Sorry to be late.

Thanks
Alex

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a7b9ab6c880d4ce2c216f14482a6d3e24fc0c87a:

   arm64: dts: st: add video encoder support to stm32mp255 (2024-02-29 
10:28:54 +0100)

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

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

- MCU:
   - Add DSI support on stm32f769.
   - Add display support on stm32f769-disco.
   - Add stm32f769-disco-mb1166-reva09 board support which belongs to
     the novatek NT35510 panel.

- MPU:
   - STM32MP13:
     - Add CRC support an enable it on stm32mp135f-dk.
     - Enable CRYP on stm32mp135f-dk.

   - STMP32MP15:
    - Fix DSI peripheral clock: use bus clock instead of kernel clock
      for pclk.

    - LXA: driver powerboard lines as open drain.
    - LXA: reduce RGMII drive strenght to reduce EMI emmissions.

   - STM32MP25:
     - Add video encoder / video decoder support.

----------------------------------------------------------------
Dario Binacchi (6):
       dt-bindings: nt35510: document 'port' property
       dt-bindings: mfd: stm32f7: Add binding definition for DSI
       ARM: dts: stm32: add DSI support on stm32f769
       ARM: dts: stm32: rename mmc_vcard to vcc-3v3 on stm32f769-disco
       ARM: dts: stm32: add display support on stm32f769-disco
       ARM: dts: add stm32f769-disco-mb1166-reva09

Hugues Fruchet (2):
       arm64: dts: st: add video decoder support to stm32mp255
       arm64: dts: st: add video encoder support to stm32mp255

Leonard Göhrs (2):
       ARM: dts: stm32: lxa-tac: drive powerboard lines as open-drain
       ARM: dts: stm32: lxa-tac: reduce RGMII interface drive strength

Lionel Debieve (2):
       ARM: dts: stm32: add CRC on stm32mp131
       ARM: dts: stm32: enable CRC on stm32mp135f-dk

Raphael Gallais-Pou (1):
       ARM: dts: stm32: fix DSI peripheral clock on stm32mp15 boards

Thomas Bourgoin (1):
       ARM: dts: stm32: enable crypto accelerator on stm32mp135f-dk

  Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml | 
  1 +
  arch/arm/boot/dts/st/Makefile                                        | 
  1 +
  arch/arm/boot/dts/st/stm32f769-disco-mb1166-reva09.dts               | 
13 +++++++++++++
  arch/arm/boot/dts/st/stm32f769-disco.dts                             | 
70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
  arch/arm/boot/dts/st/stm32f769.dtsi                                  | 
20 ++++++++++++++++++++
  arch/arm/boot/dts/st/stm32mp131.dtsi                                 | 
  7 +++++++
  arch/arm/boot/dts/st/stm32mp135f-dk.dts                              | 
  8 ++++++++
  arch/arm/boot/dts/st/stm32mp157.dtsi                                 | 
  2 +-
  arch/arm/boot/dts/st/stm32mp157a-dk1-scmi.dts                        | 
  2 +-
  arch/arm/boot/dts/st/stm32mp157c-dk2-scmi.dts                        | 
  2 +-
  arch/arm/boot/dts/st/stm32mp157c-ed1-scmi.dts                        | 
  2 +-
  arch/arm/boot/dts/st/stm32mp157c-ev1-scmi.dts                        | 
  2 +-
  arch/arm/boot/dts/st/stm32mp157c-lxa-tac-gen2.dts                    | 
  2 +-
  arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi                        | 
  6 +++++-
  arch/arm64/boot/dts/st/stm32mp251.dtsi                               | 
12 ++++++++++++
  arch/arm64/boot/dts/st/stm32mp255.dtsi                               | 
17 +++++++++++++++++
  include/dt-bindings/mfd/stm32f7-rcc.h                                | 
  1 +
  17 files changed, 157 insertions(+), 11 deletions(-)
  create mode 100644 arch/arm/boot/dts/st/stm32f769-disco-mb1166-reva09.dts
  create mode 100644 arch/arm/boot/dts/st/stm32f769.dtsi