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>, SoC Team <soc@kernel.org>,
	arm-soc <arm@kernel.org>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Marek Vasut <marex@denx.de>,
	Ahmad Fatoum <a.fatoum@pengutronix.de>,
	Alexandre TORGUE <alexandre.torgue@foss.st.com>,
	"linux-stm32@st-md-mailman.stormreply.com"
	<linux-stm32@st-md-mailman.stormreply.com>
Subject: [GIT PULL] STM32 DT changes for v5.12 #1
Date: Fri, 29 Jan 2021 09:42:37 +0100	[thread overview]
Message-ID: <5e8897a0-8f68-5e41-bfa0-ccdf1e23a3c1@foss.st.com> (raw)

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(-)

             reply	other threads:[~2021-01-29  8:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-29  8:42 Alexandre TORGUE [this message]
2021-01-30  0:00 ` [GIT PULL] STM32 DT changes for v5.12 #1 patchwork-bot+linux-soc
2021-01-30 11:34 ` Arnd Bergmann

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=5e8897a0-8f68-5e41-bfa0-ccdf1e23a3c1@foss.st.com \
    --to=alexandre.torgue@foss.st.com \
    --cc=a.fatoum@pengutronix.de \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=khilman@baylibre.com \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=marex@denx.de \
    --cc=mcoquelin.stm32@gmail.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.