mbox series

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

Message ID 81699afe-ea2a-4ac3-f4d7-64bd4b9f29ac@st.com
State New
Headers show
Series [GIT,PULL] STM32 DT changes for v5.2 #1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git

Message

Alexandre TORGUE April 11, 2019, 1:56 p.m. UTC
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

Comments

Olof Johansson April 28, 2019, 7:28 p.m. UTC | #1
On Thu, Apr 11, 2019 at 03:56:30PM +0200, Alexandre Torgue wrote:
> 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

Merged, thanks!


-Olof