linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Alexandre Torgue <alexandre.torgue@st.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@baylibre.com>, <soc@kernel.org>,
	arm-soc <arm@kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Cc: Alexandre TORGUE <alexandre.torgue@st.com>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>
Subject: [GIT PULL] STM32 DT changes for v5.4 #1
Date: Fri, 2 Aug 2019 16:54:34 +0200	[thread overview]
Message-ID: <482a2a40-a246-6654-7e3b-8e38b137752f@st.com> (raw)

Hi Arnd, Olof and Kevin,

Please consider this first round of STM32 DT updates for v5.4.
Main changes concern stm32mp157 MPU soc including M4 co-processor 
support and FMC2 NAND controller support.

Regards
Alex

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

   Linus 5.3-rc1 (2019-07-21 14:05:38 -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.4-1

for you to fetch changes up to 49490d51743cedad368f3d76f76406bc4b75fd51:

   ARM: dts: stm32: remove useless pinctrl entries in stm32mp157-pinctrl 
(2019-08-02 16:17:43 +0200)

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

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

MPU part:
  -Add FMC2 NAND controller support on stm32mp157c-ev1.
  -Add M4 remoteproc support:
   -Add support in stm32mp157c.dtsi.
   -Declare copro reserved memories region on stm32mp157 EV1 and DK1
    boards.
   -Enable M4 copro support on stm32mp157 EV1 and DK1.
  -Add booster for ADC on stm32mp157c.
  -Add audio codec support on stm32mp157 DK1.

MCU part:
  -Remove fixed regulator unit address on stm32429i-eval used by ADC.
  -Add missing vdd-supply required by ADC on stm32429i-eval and
   stm32h743i-eval.
  -Add pwm cells on f746 and f429.

----------------------------------------------------------------
Alexandre Torgue (1):
       ARM: dts: stm32: remove useless pinctrl entries in stm32mp157-pinctrl

Christophe Kerello (3):
       ARM: dts: stm32: add FMC2 NAND controller support on stm32mp157c
       ARM: dts: stm32: add FMC2 NAND controller pins muxing on 
stm32mp157c-ev1
       ARM: dts: stm32: enable FMC2 NAND controller on stm32mp157c-ev1

Erwan Le Ray (1):
       ARM: dts: stm32: fix -Wall W=1 compilation in stm32mp157 pinctrl 
for mcan

Fabien Dessenne (5):
       ARM: dts: stm32: add m4 remoteproc support on STM32MP157c
       ARM: dts: stm32: declare copro reserved memories on STM32MP157c-ed1
       ARM: dts: stm32: enable m4 coprocessor support on STM32MP157c-ed1
       ARM: dts: stm32: declare copro reserved memories on STM32MP157a-dk1
       ARM: dts: stm32: enable m4 coprocessor support on STM32MP157a-dk1

Fabrice Gasnier (8):
       ARM: dts: stm32: remove fixed regulator unit address on 
stm32429i-eval
       ARM: dts: stm32: add missing vdda-supply to adc on stm32429i-eval
       ARM: dts: stm32: add missing vdda-supply to adc on stm32h743i-eval
       ARM: dts: stm32: add booster for ADC analog switches on stm32mp157c
       ARM: dts: stm32: add pwm cells to stm32mp157c
       ARM: dts: stm32: add pwm cells to stm32f429
       ARM: dts: stm32: add pwm cells to stm32f746
       ARM: dts: stm32: add syscfg to ADC on stm32mp157c

Ludovic Barre (1):
       ARM: dts: stm32: activate dma for qspi on stm32mp157

Olivier Moysan (1):
       ARM: dts: stm32: add audio codec support on stm32mp157a-dk1 board

Yannick Fertré (1):
       ARM: dts: stm32: add phy-dsi-supply property on stm32mp157c-ev1

  arch/arm/boot/dts/stm32429i-eval.dts      |  25 +++---
  arch/arm/boot/dts/stm32f429.dtsi          |  12 +++
  arch/arm/boot/dts/stm32f746.dtsi          |  12 +++
  arch/arm/boot/dts/stm32h743i-eval.dts     |   1 +
  arch/arm/boot/dts/stm32mp157-pinctrl.dtsi |  70 ++++++++++------
  arch/arm/boot/dts/stm32mp157a-dk1.dts     | 135 
++++++++++++++++++++++++++++++
  arch/arm/boot/dts/stm32mp157c-ed1.dts     |  46 ++++++++++
  arch/arm/boot/dts/stm32mp157c-ev1.dts     |  17 ++++
  arch/arm/boot/dts/stm32mp157c.dtsi        |  61 ++++++++++++++
  9 files changed, 342 insertions(+), 37 deletions(-)

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

                 reply	other threads:[~2019-08-02 14:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=482a2a40-a246-6654-7e3b-8e38b137752f@st.com \
    --to=alexandre.torgue@st.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).