public inbox for linux-arm-kernel@lists.infradead.org
 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>, 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.2 #1
Date: Thu, 11 Apr 2019 15:56:30 +0200	[thread overview]
Message-ID: <81699afe-ea2a-4ac3-f4d7-64bd4b9f29ac@st.com> (raw)

Hi Arnd, Olof and Kevin,

Please consider this first round of STM32 DT updates for v5.2.
As you'll see in highlights, main changes are for the MPU STM32MP157.

Thanks.
Alex


The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

   Linux 5.1-rc1 (2019-03-17 14:22:26 -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.2-1

for you to fetch changes up to 3fca6a1ab935e69df40dd67e3425627243685b7f:

   ARM: dts: stm32: enable cec on stm32mp157a-dk1 board (2019-04-11 
11:22:07 +0200)

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

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

MPU part:
  -Add initial support of stm32mp157a-dk1 board:
   This board embeds a STM32MP157a SOC with AC package (TFBGA361, 148 ios)
   and 512MB of DDR3. Several connections are available on this boards:
   4*USB2.0, 1*USB2.0 typeC, SDcard, RJ45, HDMI, Arduino connector, ...

  -Add initial support of stm32mp157c-dk2 board:
   This board is a "super-set" of stm32mp157a-dk1. It embeds a 
STM32MP157c SOC
   with AC package (TFBGA361, 148 ios) and 512MB of DDR3. Same connections
   than stm32mp157a-dk1 board are available. Display panel (otm8009a) and
   Murata wifi/BT combo is added.

  -Add and enable SD card support (MMCI variant) on stm32mp157c-ed1/ev1 and
   on stm32mp157a-dk1/dk2 boards.

  -Add and enable PMIC support (STPMIC1 chip) on stm32mp157c-ed1/ev1 and
   on stm32mp157a-dk1/dk2 boards.

  -Add and enable IPCC mailbox support on stm32mp157c-ed1/ev1 and
   on stm32mp157a-dk1/dk2 boards.

  -Add sysconfig clock support on stm32mp157c.
  -Add romem and temperature calibration support on stm32mp157c.
  -Add SPDIFRX support on stm32mp157c.
  -Enable CEC on stm32mp157a-dk1/dk2.

MCU part:
  -Add and enable SD card support (MMCI variant) on stm32h743 eval and disco
   boards.
  -Add romem and temperature calibration support on stm32f429
   (and so stm32f469).
  -Enable stm32f769 clock driver

----------------------------------------------------------------
Alexandre Torgue (2):
       ARM: dts: stm32: add initial support of stm32mp157a-dk1 board
       ARM: dts: stm32: add initial support of stm32mp157c-dk2 board

Fabien Dessenne (3):
       ARM: dts: stm32: add IPCC mailbox support on STM32MP157c
       ARM: dts: stm32: enable IPCC mailbox support on STM32MP157c-ed1
       ARM: dts: stm32: enable IPCC mailbox support on STM32MP157a-dk1

Fabrice Gasnier (3):
       ARM: dts: stm32: Add clock on stm32mp157c syscfg
       ARM: dts: stm32: Add romem and temperature calibration on stm32mp157c
       ARM: dts: stm32: Add romem and temperature calibration on stm32f429

Gabriel Fernandez (1):
       ARM: dts: stm32: Enable STM32F769 clock driver

Ludovic Barre (6):
       ARM: dts: stm32: add sdmmc1 support on stm32h743
       ARM: dts: stm32: add sdmmc1 support on stm32h743i eval board
       ARM: dts: stm32: add sdmmc1 support on stm32h743i disco board
       ARM: dts: stm32: add sdmmc1 support on stm32mp157c
       ARM: dts: stm32: add sdmmc1 support on stm32mp157c ed1 board
       ARM: dts: stm32: add sdmmc1 support on stm32mp157a dk1 board

Olivier Moysan (2):
       ARM: dts: stm32: add spdifrx support on stm32mp157c
       ARM: dts: stm32: add spdfirx pins to stm32mp157c

Pascal Paillet (2):
       ARM: dts: stm32: add stpmic1 support on stm32mp157c ed1 board
       ARM: dts: stm32: add stpmic1 support on stm32mp157a dk1 board

Yannick Fertré (5):
       ARM: dts: stm32: add power supply of otm8009a on stm32mp157c-dk2
       ARM: dts: stm32: add I2C sleep pins muxing on stm32mp157
       ARM: dts: stm32: add ltdc pins muxing on stm32mp157
       ARM: dts: stm32: add cec pins muxing on stm32mp157
       ARM: dts: stm32: enable cec on stm32mp157a-dk1 board

  arch/arm/boot/dts/Makefile                |   2 +
  arch/arm/boot/dts/stm32f429.dtsi          |  13 ++
  arch/arm/boot/dts/stm32f769-disco.dts     |   4 +
  arch/arm/boot/dts/stm32h743-pinctrl.dtsi  |  68 ++++++++
  arch/arm/boot/dts/stm32h743.dtsi          |  14 ++
  arch/arm/boot/dts/stm32h743i-disco.dts    |  20 +++
  arch/arm/boot/dts/stm32h743i-eval.dts     |  23 ++-
  arch/arm/boot/dts/stm32mp157-pinctrl.dtsi | 269 
++++++++++++++++++++++++++++++
  arch/arm/boot/dts/stm32mp157a-dk1.dts     | 250 
+++++++++++++++++++++++++++
  arch/arm/boot/dts/stm32mp157c-dk2.dts     |  76 +++++++++
  arch/arm/boot/dts/stm32mp157c-ed1.dts     | 175 ++++++++++++++++++-
  arch/arm/boot/dts/stm32mp157c.dtsi        |  56 +++++++
  12 files changed, 964 insertions(+), 6 deletions(-)
  create mode 100644 arch/arm/boot/dts/stm32mp157a-dk1.dts
  create mode 100644 arch/arm/boot/dts/stm32mp157c-dk2.dts


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

             reply	other threads:[~2019-04-11 13:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-11 13:56 Alexandre Torgue [this message]
2019-04-28 19:28 ` [GIT PULL] STM32 DT changes for v5.2 #1 Olof Johansson

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=81699afe-ea2a-4ac3-f4d7-64bd4b9f29ac@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 \
    /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