mbox series

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

Message ID ded09d01-df47-9572-4679-34669bff8916@st.com
State New
Headers show
Series [GIT,PULL] STM32 DT changes for v5.7 #1 | expand

Pull-request

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

Message

Alexandre TORGUE March 13, 2020, 4:27 p.m. UTC
Hi Arnd, Olof and Kevin,

Please consider this first round of STM32 DT updates for v5.7.
Main changes concern stm32mp15 MPU soc including a new board support.

Regards
Alex

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git 
tags/stm32-dt-for-v5.7-1

for you to fetch changes up to 431c89e6f323e22e73f79fee0274de98aae19ddd:

   ARM: dts: stm32: use correct vqmmc regu for eMMC on stm32mp1 ED1/EV1 
boards (2020-03-13 17:03:06 +0100)

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

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

  - Add support for DH Electronics DHCOM SoM and PDK2 rev. 400 carrier
    board. It is based on stm32mp157c SoC.
  - Add OTG full support on stm32mp15.
  - Fix issues seen during yaml validation on stpmic and stmfx.
  - Add i2c power/wakeup support on stm32mp15.
  - Add card detect on sdcard on stm32mp boards

----------------------------------------------------------------
Ahmad Fatoum (1):
       ARM: dts: stm32: add cpu clock-frequency property on stm32mp15x

Alain Volmat (6):
       ARM: dts: stm32: set i2c4 bus freq to 400KHz on stm32mp157c-ed1
       ARM: dts: stm32: set i2c4 bus freq to 400KHz on stm32mp15 DK boards
       ARM: dts: stm32: add i2c4 sleep pinctrl on stm32mp15xx-dkx
       ARM: dts: stm32: add i2c2/i2c5 sleep pinctrl on stm32mp157c-ev1
       ARM: dts: stm32: add i2c4 sleep pinctrl on stm32mp157c-ed1
       ARM: dts: stm32: add wakeup-source in all I2C nodes of stm32mp157c

Amelie Delaunay (4):
       ARM: dts: stm32: add USB OTG full support on stm32mp151
       ARM: dts: stm32: add USB OTG pinctrl to stm32mp15
       ARM: dts: stm32: enable USB OTG Dual Role on stm32mp157c-ev1
       ARM: dts: stm32: add resets property on all DMA nodes on stm32mp151

Benjamin Gaignard (5):
       ARM: dts: stm32: remove useless properties in 
stm32mp157a-avenger96 stmpic node
       ARM: dts: stm32: Correct stmfx node name on stm32746g-eval board
       ARM: dts: stm32: Correct stmfx node name on stm32mp157c-ev1 board
       ARM: dts: stm32: Rename stmfx joystick pins on stm32mp157c-ev1
       ARM: dts: stm32: Do clean up in stmpic nodes on stm32mp15 boards

Marek Vasut (6):
       ARM: dts: stm32: Add Ethernet0 RMII pins A pinmux entry on stm32mp1
       ARM: dts: stm32: Add SAI2A pins B pinmux entry on stm32mp1
       ARM: dts: stm32: Add USART3 pins A pinmux entry on stm32mp1
       ARM: dts: stm32: Add UART8 pins A pinmux entry on stm32mp1
       ARM: dts: stm32: Add missing ETHCK clock to ethernet node on stm32mp1
       ARM: dts: stm32: Add DH Electronics DHCOM STM32MP1 SoM and PDK2 board

Yann Gautier (3):
       ARM: dts: stm32: add cd-gpios properties for SD-cards on STM32MP1 
boards
       ARM: dts: stm32: add disable-wp property for SD-card on STM32MP1 
boards
       ARM: dts: stm32: use correct vqmmc regu for eMMC on stm32mp1 
ED1/EV1 boards

  arch/arm/boot/dts/Makefile                   |   1 +
  arch/arm/boot/dts/stm32746g-eval.dts         |   2 +-
  arch/arm/boot/dts/stm32mp15-pinctrl.dtsi     |  93 +++++++
  arch/arm/boot/dts/stm32mp151.dtsi            |  16 +-
  arch/arm/boot/dts/stm32mp153.dtsi            |   1 +
  arch/arm/boot/dts/stm32mp157a-avenger96.dts  |  11 +-
  arch/arm/boot/dts/stm32mp157c-dhcom-pdk2.dts | 265 +++++++++++++++++++
  arch/arm/boot/dts/stm32mp157c-dhcom-som.dtsi | 368 
+++++++++++++++++++++++++++
  arch/arm/boot/dts/stm32mp157c-ed1.dts        |  16 +-
  arch/arm/boot/dts/stm32mp157c-ev1.dts        |  13 +-
  arch/arm/boot/dts/stm32mp15xx-dkx.dtsi       |  10 +-
  11 files changed, 769 insertions(+), 27 deletions(-)
  create mode 100644 arch/arm/boot/dts/stm32mp157c-dhcom-pdk2.dts
  create mode 100644 arch/arm/boot/dts/stm32mp157c-dhcom-som.dtsi