mbox series

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

Message ID 917791d1-d789-897c-460d-89883d46ff60@st.com
State New
Headers show
Series [GIT,PULL] STM32 DT changes for v5.1 #1 | expand

Pull-request

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

Message

Alexandre TORGUE Feb. 1, 2019, 2:28 p.m. UTC
Hi Arnd, Olof and Kevin,

Please consider this first (small) round of STM32 DT updates for v5.1. 
Note that this PR is based on stm32-dt-for-v4.21 which has been pulled 
into arm/dt for v5.1 recently by Arnd.

Thanks.
Alex

The following changes since commit 8914b63bab3c43a529316ba2858137bc57b74fa1:

   ARM: dts: stm32: add thermal sensor support on STM32MP157c 
(2018-12-03 10:43: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.1-1

for you to fetch changes up to 38576a320578392d8ba7aaf4ca723450dc2430c3:

   ARM: dts: stm32: Enable thermal sensor support on STM32MP157c-ed1 
(2019-02-01 11:48:42 +0100)

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

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

MPU part:
  -Enable Digital Thermal Sensor (dts) on stm32mp157c-ed1 (and so ev1).

MCU part:
  -Add SPI support on stm32f429 SOC (4 SPIs instances).

----------------------------------------------------------------
Cezary Gapinski (1):
       ARM: dts: stm32: add SPI support on STM32F429 SoC

David Hernandez Sanchez (1):
       ARM: dts: stm32: Enable thermal sensor support on STM32MP157c-ed1

  arch/arm/boot/dts/stm32f429.dtsi      | 60 
+++++++++++++++++++++++++++++++++++
  arch/arm/boot/dts/stm32mp157c-ed1.dts |  4 +++
  2 files changed, 64 insertions(+)

Comments

Arnd Bergmann Feb. 15, 2019, 1:46 p.m. UTC | #1
On Fri, Feb 1, 2019 at 3:28 PM Alexandre Torgue <alexandre.torgue@st.com> wrote:
> Highlights:
> ----------
>
> MPU part:
>   -Enable Digital Thermal Sensor (dts) on stm32mp157c-ed1 (and so ev1).
>
> MCU part:
>   -Add SPI support on stm32f429 SOC (4 SPIs instances).
>

Pulled into arm/dt, thanks!

      Arnd