All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre TORGUE <alexandre.torgue@foss.st.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@baylibre.com>, <arm@kernel.org>,
	<soc@kernel.org>
Cc: <alexandre.torgue@foss.st.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-stm32@st-md-mailman.stormreply.com>
Subject: [GIT PULL] STM32 DT changes for v6.9#1
Date: Thu, 29 Feb 2024 11:23:12 +0100	[thread overview]
Message-ID: <a7ae1058-e24d-4a6b-900f-401f0e3ae17c@foss.st.com> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre TORGUE <alexandre.torgue@foss.st.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@baylibre.com>, <arm@kernel.org>,
	<soc@kernel.org>
Cc: <alexandre.torgue@foss.st.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-stm32@st-md-mailman.stormreply.com>
Subject: [GIT PULL] STM32 DT changes for v6.9#1
Date: Thu, 29 Feb 2024 11:23:12 +0100	[thread overview]
Message-ID: <a7ae1058-e24d-4a6b-900f-401f0e3ae17c@foss.st.com> (raw)

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2024-02-29 10:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-29 10:23 Alexandre TORGUE [this message]
2024-02-29 10:23 ` [GIT PULL] STM32 DT changes for v6.9#1 Alexandre TORGUE
2024-03-04  8:01 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a7ae1058-e24d-4a6b-900f-401f0e3ae17c@foss.st.com \
    --to=alexandre.torgue@foss.st.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.