mbox series

[GIT,PULL,v2] arm64: dts: juno: fixes for v5.15-rc1

Message ID 20210927105249.3583380-1-sudeep.holla@arm.com
State New
Headers show
Series [GIT,PULL,v2] arm64: dts: juno: fixes for v5.15-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-fixes-5.15

Message

Sudeep Holla Sept. 27, 2021, 10:52 a.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

v1->v2:
	- Added the fix for motherboard bus 'interrupt-map' which fixes
	  the boot regression reported by kernel CI.

-->8

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-fixes-5.15

for you to fetch changes up to 319aeaf69c85dc39768b3754c1786225e38e2871:

  arm: dts: vexpress: Fix motherboard bus 'interrupt-map' (2021-09-26 15:33:30 +0100)

----------------------------------------------------------------
 Juno/Vexpress fixes for v5.15

Bunch of DTS fixes to resolve addressing issues with some of the device
nodes, dropping unused/undocumented properties in various nodes, and
aligning node names with dtschema.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      arm64: dts: arm: align watchdog and mmc node names with dtschema
      ARM: dts: arm: align watchdog and mmc node names with dtschema
      arm64: dts: arm: drop unused interrupt-names in MHU

Rob Herring (4):
      arm: dts: vexpress: Drop unused properties from motherboard node
      arm: dts: vexpress-v2p-ca9: Fix the SMB unit-address
      arm: dts: vexpress: Fix addressing issues with 'motherboard-bus' nodes
      arm: dts: vexpress: Fix motherboard bus 'interrupt-map'

Robin Murphy (1):
      arm64: dts: fvp: Remove panel timings

 arch/arm/boot/dts/vexpress-v2m-rs1.dtsi            | 67 +++++++++++++++++++---
 arch/arm/boot/dts/vexpress-v2m.dtsi                | 65 +++++++++++++++++++--
 arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts        | 57 +-----------------
 arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts         | 57 +-----------------
 arch/arm/boot/dts/vexpress-v2p-ca5s.dts            | 57 +-----------------
 arch/arm/boot/dts/vexpress-v2p-ca9.dts             | 58 -------------------
 arch/arm64/boot/dts/arm/foundation-v8.dtsi         |  1 -
 arch/arm64/boot/dts/arm/fvp-base-revc.dts          | 23 --------
 arch/arm64/boot/dts/arm/juno-base.dtsi             | 12 ----
 arch/arm64/boot/dts/arm/juno-motherboard.dtsi      | 21 ++++---
 arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts         | 11 ----
 .../boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi      |  2 +-
 arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi   | 20 +++++--
 .../boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts      | 57 +-----------------
 14 files changed, 153 insertions(+), 355 deletions(-)