All of lore.kernel.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>, <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.5 #1
Date: Fri, 25 Oct 2019 14:50:52 +0200	[thread overview]
Message-ID: <02c39510-f36d-abbb-c76f-49aff07c0a08@st.com> (raw)

Hi Arnd, Olof and Kevin,

Please consider this first round of STM32 DT updates for v5.5.
Main changes concern stm32mp157 MPU soc including ADC/DAC, HDMI, and 
focaltech support.

Regards
Alex


The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

   Linux 5.4-rc1 (2019-09-30 10:35:40 -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.5-1

for you to fetch changes up to c34cbe24cfd512eff3bbfc09d1334f348ace5067:

   ARM: dts: stm32: remove useless dma-ranges property for stm32f469 
(2019-10-25 14:28:42 +0200)

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

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

MPU part:
  -Add and enable ADC support on stm32mp157a-dk1
  -Add DAC support on stm32mp157c-ed1
  -Add and enable VREFBUF support on stm32mp157a-dk1
  -Add focaltech touchscreen on stm32mp157c-dk2
  -Add hdmi support on stm32mp157a-dk1
  -Fix issues seen during YAML DT validation
  -Fix regulators issues for all MPU boards

MCU part:
  -Fix issues seen during YAML DT validation

----------------------------------------------------------------
Alexandre Torgue (4):
       ARM: dts: stm32: fix memory nodes to match with DT validation tool
       ARM: dts: stm32: fix joystick node on stm32f746 and stm32mp157c 
eval boards
       ARM: dts: stm32: remove usb phy-names entries on stm32mp157c-ev1
       ARM: dts: stm32: fix regulator-sd_switch node on stm32mp157c-ed1 
board

Benjamin Gaignard (3):
       ARM: dts: stm32: remove useless interrupt from dsi node for stm32f469
       ARM: dts: stm32: remove useless dma-ranges property for stm32f429
       ARM: dts: stm32: remove useless dma-ranges property for stm32f469

Fabrice Gasnier (5):
       ARM: dts: stm32: Enable VREFBUF on stm32mp157a-dk1
       ARM: dts: stm32: add ADC pins used on stm32mp157a-dk1
       ARM: dts: stm32: enable ADC support on stm32mp157a-dk1
       ARM: dts: stm32: Add DAC pins used on stm32mp157c-ed1
       ARM: dts: stm32: Add DAC support to stm32mp157c-ed1

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

Pascal Paillet (4):
       ARM: dts: stm32: add PWR regulators support on stm32mp157
       ARM: dts: stm32: change default minimal buck1 value on stm32mp157
       ARM: dts: stm32: Fix active discharge usage on stm32mp157
       ARM: dts: stm32: disable active-discharge for vbus_otg on 
stm32mp157a-avenger96

Yannick Fertré (2):
       ARM: dts: stm32: move ltdc pinctrl on stm32mp157a dk1 board
       ARM: dts: stm32: add focaltech touchscreen on stm32mp157c-dk2 board

  arch/arm/boot/dts/stm32429i-eval.dts        |  3 +-
  arch/arm/boot/dts/stm32746g-eval.dts        |  3 +-
  arch/arm/boot/dts/stm32f429-disco.dts       |  2 +-
  arch/arm/boot/dts/stm32f469-disco.dts       |  3 +-
  arch/arm/boot/dts/stm32f469.dtsi            |  1 -
  arch/arm/boot/dts/stm32f746-disco.dts       |  2 +-
  arch/arm/boot/dts/stm32f769-disco.dts       |  2 +-
  arch/arm/boot/dts/stm32h743i-disco.dts      |  2 +-
  arch/arm/boot/dts/stm32h743i-eval.dts       |  2 +-
  arch/arm/boot/dts/stm32mp157-pinctrl.dtsi   | 28 +++++++++++
  arch/arm/boot/dts/stm32mp157a-avenger96.dts |  8 ++-
  arch/arm/boot/dts/stm32mp157a-dk1.dts       | 77 
++++++++++++++++++++++++++---
  arch/arm/boot/dts/stm32mp157c-dk2.dts       | 21 +++++---
  arch/arm/boot/dts/stm32mp157c-ed1.dts       | 41 ++++++++-------
  arch/arm/boot/dts/stm32mp157c-ev1.dts       |  3 --
  arch/arm/boot/dts/stm32mp157c.dtsi          | 23 +++++++++
  16 files changed, 171 insertions(+), 50 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-10-25 12:51 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=02c39510-f36d-abbb-c76f-49aff07c0a08@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 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.