mbox series

[GIT,PULL] Ux500 DTS changes for v5.13

Message ID CACRpkdanRQ6A85d=7vgpzbg-m3-yFcpQ4fuzrxZu3RJ0DrA2bQ@mail.gmail.com (mailing list archive)
State Mainlined, archived
Commit fa99edd84feacc3c5609fbc51744c37d33a2c65a
Headers show
Series [GIT,PULL] Ux500 DTS changes for v5.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git tags/ux500-dts-v5.13

Message

Linus Walleij March 31, 2021, 1:15 p.m. UTC
Hi ARM/SoC folks,

these are some Ux500 DTS changes for the v5.13 kernel.
Please pull it in!

Yours,
Linus Walleij

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
tags/ux500-dts-v5.13

for you to fetch changes up to fa99edd84feacc3c5609fbc51744c37d33a2c65a:

  ARM: dts: ux500: Add Cypress CTTYSP touch to TVK UIB (2021-03-30
11:34:50 +0200)

----------------------------------------------------------------
Ux500 DTS changes for the v5.13 kernel cycle:

- Fix up the WLAN on Janice
- Fix the touchscreen on TVK R2
- Push down definitions to the UIBs instead of
  trying to share too much.
- Bump the AUX1 voltage on the AB8500 so the
  touchscreen will work.
- Define the CTTYSP touchscreen on the TVK R3.

----------------------------------------------------------------
Linus Walleij (10):
      ARM: dts: ux500: Fix BT+WLAN on Janice
      ARM: dts: ux500: Fix touchscreen on TVK R2
      ARM: dts: ux500: Move Synaptics to right include
      ARM: dts: ux500: Push sensors to TVK R2 board
      ARM: dts: ux500: Fix up TVK R3 sensors
      ARM: dts: ux500: Push TC35893 defines to each UIB
      ARM: dts: ux500: Totally separate TVK R2 and R3
      ARM: dts: ux500: Clarify UIB version per board
      ARM: dts: ux500: Bump AUX1 voltage
      ARM: dts: ux500: Add Cypress CTTYSP touch to TVK UIB

 arch/arm/boot/dts/ste-ab8500.dtsi              |   4 +-
 arch/arm/boot/dts/ste-href-tvk1281618-r2.dtsi  | 214 +++++++++++++++++++++++-
 arch/arm/boot/dts/ste-href-tvk1281618-r3.dtsi  | 210 +++++++++++++++++++++---
 arch/arm/boot/dts/ste-href-tvk1281618.dtsi     | 218 -------------------------
 arch/arm/boot/dts/ste-href520-tvk.dts          |   4 +-
 arch/arm/boot/dts/ste-hrefprev60-tvk.dts       |   2 +-
 arch/arm/boot/dts/ste-hrefv60plus-tvk.dts      |   4 +-
 arch/arm/boot/dts/ste-ux500-samsung-janice.dts |  48 ++----
 8 files changed, 419 insertions(+), 285 deletions(-)
 delete mode 100644 arch/arm/boot/dts/ste-href-tvk1281618.dtsi

Comments

Arnd Bergmann April 1, 2021, 8:15 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 31 Mar 2021 15:15:32 +0200, Linus Walleij wrote:
> these are some Ux500 DTS changes for the v5.13 kernel.
> Please pull it in!
> 
> Yours,
> Linus Walleij
> 
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 03a807f4ee1e629419461cc4d9935bbbafa7d157

       Arnd