mbox series

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

Message ID 5e8897a0-8f68-5e41-bfa0-ccdf1e23a3c1@foss.st.com (mailing list archive)
State Accepted
Commit 86a24899c2dbf12a6ce80cc48eea48ac60d053ce
Headers show
Series [GIT,PULL] STM32 DT changes for v5.12 #1 | expand

Pull-request

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

Message

Alexandre TORGUE Jan. 29, 2021, 8:42 a.m. UTC
Hi ARM SoC maintainers,

Please consider this first round of STM32 DT updates for v5.12. As usual 
main changed concern MPU part. Main changes concern DHCOM SDMMC1.

regards
Alex

The following changes since commit 83d411224025ac1baab981e3d2f5d29e7761541d:

   ARM: dts: stm32: Fix GPIO hog flags on DHCOM DRC02 (2021-01-14 
18:17:26 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 36be90f5362a3174071a543fa73eb0f6d66bdf52:

   ARM: dts: stm32: add #clock-cells property to usbphyc node on 
stm32mp151 (2021-01-29 09:20:01 +0100)

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

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

MCU part:
  -Rename mmc nodes to match with yaml validation.

MPU part:
  -Rename mmc nodes to match with yaml validation.
  -Move vdda1v1 & vdda1v8 (used by usbphyc) from boards files
   to SoC dtsi file.

  -LXA:
   -Fix leds schema for yaml validation.

  -DH:
   -Enable SDMMC1 internal pull-ups and disable CKIN feedabck clock
    on DHCOM.
   -Add SDMMC1 init state inorder to use some gpios during probing phase.
   -Disable KS8851 and FMC on PicoITX board.

----------------------------------------------------------------
Alexander Dahl (1):
       ARM: dts: stm32: Fix schema warnings for pwm-leds on lxa-mc1

Amelie Delaunay (3):
       ARM: dts: stm32: add usbphyc vdda1v1 and vdda1v8 supplies on 
stm32mp151
       ARM: dts: stm32: remove usbphyc ports vdda1v1 & vdda1v8 on 
stm32mp15 boards
       ARM: dts: stm32: add #clock-cells property to usbphyc node on 
stm32mp151

Jagan Teki (1):
       ARM: dts: stm32: Add STM32MP1 I2C6 SDA/SCL pinmux

Marek Vasut (6):
       ARM: dts: stm32: Enable internal pull-ups for SDMMC1 on DHCOM SoM
       ARM: dts: stm32: Disable SDMMC1 CKIN feedback clock on DHCOM
       ARM: dts: stm32: Disable KS8851 and FMC on PicoITX board
       ARM: dts: stm32: Add additional init state for SDMMC1 pins
       ARM: dts: stm32: Enable voltage translator auto-detection on DHCOM
       ARM: dts: stm32: Rename mmc controller nodes to mmc@

  arch/arm/boot/dts/stm32f429.dtsi                   |  2 +-
  arch/arm/boot/dts/stm32f746.dtsi                   |  4 +--
  arch/arm/boot/dts/stm32h743.dtsi                   |  2 +-
  arch/arm/boot/dts/stm32mp15-pinctrl.dtsi           | 40 
++++++++++++++++++++++
  arch/arm/boot/dts/stm32mp151.dtsi                  |  9 +++--
  arch/arm/boot/dts/stm32mp157a-stinger96.dtsi       |  4 ---
  arch/arm/boot/dts/stm32mp157c-ed1.dts              |  4 ---
  arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts          | 13 +++----
  arch/arm/boot/dts/stm32mp15xx-dhcom-drc02.dtsi     |  2 --
  arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi      |  4 ---
  arch/arm/boot/dts/stm32mp15xx-dhcom-picoitx.dtsi   | 12 ++++---
  arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi       | 20 ++++++++++-
  arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi |  4 ---
  arch/arm/boot/dts/stm32mp15xx-dkx.dtsi             |  4 ---
  14 files changed, 84 insertions(+), 40 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Jan. 30, 2021, midnight UTC | #1
Hello:

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

On Fri, 29 Jan 2021 09:42:37 +0100 you wrote:
> Hi ARM SoC maintainers,
> 
> Please consider this first round of STM32 DT updates for v5.12. As usual
> main changed concern MPU part. Main changes concern DHCOM SDMMC1.
> 
> regards
> Alex
> 
> [...]

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

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Arnd Bergmann Jan. 30, 2021, 11:34 a.m. UTC | #2
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 29 Jan 2021 09:42:37 +0100, Alexandre TORGUE wrote:
> Please consider this first round of STM32 DT updates for v5.12. As usual
> main changed concern MPU part. Main changes concern DHCOM SDMMC1.
> 
> regards
> Alex
> 
> The following changes since commit 83d411224025ac1baab981e3d2f5d29e7761541d:
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 86a24899c2dbf12a6ce80cc48eea48ac60d053ce

       Arnd