All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] STM32 DT changes for v5.14 #1
@ 2021-06-10 16:01 Alexandre TORGUE
  2021-06-12 16:10 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre TORGUE @ 2021-06-10 16:01 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, Kevin Hilman, SoC Team, arm-soc
  Cc: Marek Vasut, Ahmad Fatoum, Alexandre TORGUE, linux-stm32,
	Jagan Teki, dillon min

Hi ARM SoC maintainers,

Please consider this first round of STM32 DT updates for v5.14. This PR 
provides mainly DT yaml verification fixes.

regards
Alex

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4bf4abe19089245b7b12f35e5cafb5477b3e2c48:

   ARM: dts: stm32: fix stpmic node for stm32mp1 boards (2021-06-10 
16:08:18 +0200)

----------------------------------------------------------------
STM32 DT updates for v5.14, round 1

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

MCU part:
  - Fixes for Yaml verifications

MPU part:
  - Configure qspi's mdma transfer to block for stm32mp151

  - ST boards:
   - Fixes for yaml verifications

  - DH boards:
   - Fixes for yaml verifications
   - Rework of LAN8710i on DHCOM SoM to fit with requested reset sequence.

  - Odyssey boards:
   - fix Sd card detectection (gpio line updated)
   - fix eMMC VQMMC suuply (use vdd instead of v3v3)

----------------------------------------------------------------
Alexandre Torgue (9):
       ARM: dts: stm32: fix gpio-keys node on STM32 MCU boards
       ARM: dts: stm32: fix RCC node name on stm32f429 MCU
       ARM: dts: stm32: fix timer nodes on STM32 MCU to prevent warnings
       ARM: dts: stm32: update pinctrl node name on STM32 MCU to prevent 
warnings
       ARM: dts: stm32: fix i2c node name on stm32f746 to prevent warnings
       ARM: dts: stm32: move stmmac axi config in ethernet node on stm32mp15
       dt-bindings: net: document ptp_ref clk in dwmac
       ARM: dts: stm32: fix ltdc pinctrl on microdev2.0-of7
       ARM: dts: stm32: fix stpmic node for stm32mp1 boards

Grzegorz Szymaszek (3):
       ARM: dts: stm32: fix stm32mp157c-odyssey card detect pin
       ARM: dts: stm32: add a new DCMI pins group on stm32mp15
       ARM: dts: stm32: fix the Odyssey SoM eMMC VQMMC supply

Marek Vasut (6):
       ARM: dts: stm32: Rework LAN8710Ai PHY reset on DHCOM SoM
       ARM: dts: stm32: Remove extra size-cells on dhcom-pdk2
       ARM: dts: stm32: Fix touchscreen node on dhcom-pdk2
       ARM: dts: stm32: Drop unused linux,wakeup from touchscreen node 
on DHCOM SoM
       ARM: dts: stm32: Rename eth@N to ethernet@N on DHCOM SoM
       ARM: dts: stm32: Rename spi-flash/mx66l51235l@N to flash@N on 
DHCOM SoM

Patrice Chotard (1):
       ARM: dts: stm32: Configure qspi's mdma transfer to block for 
stm32mp151

  .../devicetree/bindings/net/stm32-dwmac.yaml       |  6 +-
  arch/arm/boot/dts/stm32429i-eval.dts               |  8 +--
  arch/arm/boot/dts/stm32746g-eval.dts               |  6 +-
  arch/arm/boot/dts/stm32f4-pinctrl.dtsi             |  2 +-
  arch/arm/boot/dts/stm32f429-disco.dts              |  6 +-
  arch/arm/boot/dts/stm32f429-pinctrl.dtsi           | 72 
++++++++++-----------
  arch/arm/boot/dts/stm32f429.dtsi                   | 10 +--
  arch/arm/boot/dts/stm32f469-disco.dts              |  6 +-
  arch/arm/boot/dts/stm32f469-pinctrl.dtsi           | 74 
++++++++++------------
  arch/arm/boot/dts/stm32f7-pinctrl.dtsi             |  2 +-
  arch/arm/boot/dts/stm32f746.dtsi                   | 12 +---
  arch/arm/boot/dts/stm32f769-disco.dts              |  6 +-
  arch/arm/boot/dts/stm32h743.dtsi                   |  4 --
  arch/arm/boot/dts/stm32mp15-pinctrl.dtsi           | 33 ++++++++++
  arch/arm/boot/dts/stm32mp151.dtsi                  | 16 ++---
  ...m32mp157a-microgea-stm32mp1-microdev2.0-of7.dts |  2 +-
  arch/arm/boot/dts/stm32mp157a-stinger96.dtsi       |  7 +-
  arch/arm/boot/dts/stm32mp157c-odyssey-som.dtsi     |  7 +-
  arch/arm/boot/dts/stm32mp157c-odyssey.dts          |  2 +-
  arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi      |  7 +-
  arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi       | 17 +++--
  arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi       |  2 +-
  arch/arm/boot/dts/stm32mp15xx-osd32.dtsi           |  7 +-
  23 files changed, 151 insertions(+), 163 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] STM32 DT changes for v5.14 #1
  2021-06-10 16:01 [GIT PULL] STM32 DT changes for v5.14 #1 Alexandre TORGUE
@ 2021-06-12 16:10 ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2021-06-12 16:10 UTC (permalink / raw)
  To: Alexandre TORGUE; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next):

On Thu, 10 Jun 2021 18:01:14 +0200 you wrote:
> Hi ARM SoC maintainers,
> 
> Please consider this first round of STM32 DT updates for v5.14. This PR
> provides mainly DT yaml verification fixes.
> 
> regards
> Alex
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] STM32 DT changes for v5.14 #1
    https://git.kernel.org/soc/soc/c/52b54b06a49b

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-12 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 16:01 [GIT PULL] STM32 DT changes for v5.14 #1 Alexandre TORGUE
2021-06-12 16:10 ` patchwork-bot+linux-soc

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.