mbox series

[GIT,PULL] Ux500 DTS updates for v5.4 take one

Message ID CACRpkdbKX7a15SC-zwxmH_ygGzOKrn0h-pzzm22UpRcLRfRVNA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] Ux500 DTS updates for v5.4 take one | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git

Message

Linus Walleij July 28, 2019, 9:35 a.m. UTC
Hi ARM SoC folks,

this is the first slew of DTS updates for Ux500 for v5.4, maybe
there will be more, but this needs to get out there. Especially
the long overdue CoreSight conversion that got stuck in my
tree for no good reason.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
tags/ux500-dts-v5.4-1

for you to fetch changes up to 07523a6cb6f868dfb3202a7fd5c7db2a43194f24:

  ARM: dts: ux500: set pull-up on STUIB STMPE IRQ line (2019-07-23
09:24:10 +0200)

----------------------------------------------------------------
This are some DTS changes for the Ux500 for the v5.4 kernel cycle:

- Update the CoreSight blocks to use the latest and greatest
  bindings

- Push the thermal driver config down to the main SoC DTSI
  as it applies to all ASICs.

- Set a pull-up on the ST UIB right.

----------------------------------------------------------------
Leo Yan (1):
      ARM: dts: ste: Update coresight DT bindings

Linus Walleij (2):
      ARM: dts: ux500: Fix up the thermal nodes
      ARM: dts: ux500: set pull-up on STUIB STMPE IRQ line

 arch/arm/boot/dts/ste-dbx5x0.dtsi     | 26 +++++++++++++++++++++++---
 arch/arm/boot/dts/ste-href-stuib.dtsi | 11 +++++++++++
 arch/arm/boot/dts/ste-snowball.dts    | 29 -----------------------------
 3 files changed, 34 insertions(+), 32 deletions(-)

Yours,
Linus Walleij

Comments

Arnd Bergmann Aug. 15, 2019, 12:52 p.m. UTC | #1
On Sun, Jul 28, 2019 at 11:35 AM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> Hi ARM SoC folks,
>
> this is the first slew of DTS updates for Ux500 for v5.4, maybe
> there will be more, but this needs to get out there. Especially
> the long overdue CoreSight conversion that got stuck in my
> tree for no good reason.

Pulled into arm/dt, thanks!

      Arnd