mbox series

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

Message ID 02c39510-f36d-abbb-c76f-49aff07c0a08@st.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] STM32 DT changes for v5.5 #1 | expand

Pull-request

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

Message

Alexandre TORGUE Oct. 25, 2019, 12:50 p.m. UTC
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(-)