mbox series

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

Message ID c0b6031b-2de7-2ef8-71b2-a0af8f475932@foss.st.com
State New
Headers show
Series [GIT,PULL] STM32 DT fixes for v5.14 #1 | expand

Pull-request

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

Message

Alexandre TORGUE July 30, 2021, 1:58 p.m. UTC
Hi Arnd, Olof and Kevin,

Please consider this first round of STM32 DT fixes for v5.14. It 
concerns DHCOM/DHCOR fixes.

Thanks
Alex


The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

   Linux 5.14-rc1 (2021-07-11 15:07: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.14-fixes-1

for you to fetch changes up to 15f68f027ebd961b99a1c420f96ff3838c5e4450:

   ARM: dts: stm32: Fix touchscreen IRQ line assignment on DHCOM 
(2021-07-30 15:34:51 +0200)

----------------------------------------------------------------
STM32 DT fixes for v5.14, round 1

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

  -Fixes are for DHCOM/DHCOR boards:
   - Set HW RTC ad default RTC
   - Disable EDPD LAN8710 feature as it is not a stable feature.
   - Fix touchscreen IRQ line assignment

----------------------------------------------------------------
Marek Vasut (3):
       ARM: dts: stm32: Prefer HW RTC on DHCOM SoM
       ARM: dts: stm32: Disable LAN8710 EDPD on DHCOM
       ARM: dts: stm32: Fix touchscreen IRQ line assignment on DHCOM

  arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi | 24 
++++++++++++++----------
  arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi  |  5 ++++-
  2 files changed, 18 insertions(+), 11 deletions(-)

Comments

Arnd Bergmann Aug. 2, 2021, 1:32 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 30 Jul 2021 15:58:54 +0200, Alexandre TORGUE wrote:
> Please consider this first round of STM32 DT fixes for v5.14. It
> concerns DHCOM/DHCOR fixes.
> 
> Thanks
> Alex
> 
> 
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: b07bf042e678f5eac856052d332869423e365af0

       Arnd