mbox series

[GIT,PULL] arm64/ARM: dts: juno/vexpress: Fixes for v5.15

Message ID 20210922175910.2682172-1-sudeep.holla@arm.com
State New
Headers show
Series [GIT,PULL] arm64/ARM: dts: juno/vexpress: Fixes for v5.15 | 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. 22, 2021, 5:59 p.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->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 078fb7aa6a8305bce09cdfbe77b4c987934442ba:

  arm: dts: vexpress: Fix addressing issues with 'motherboard-bus' nodes (2021-09-17 10:23:41 +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 (3):
      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

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

 arch/arm/boot/dts/vexpress-v2m-rs1.dtsi            | 20 ++++++++++++-------
 arch/arm/boot/dts/vexpress-v2m.dtsi                | 18 ++++++++++++-----
 arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts        | 11 +----------
 arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts         | 11 +----------
 arch/arm/boot/dts/vexpress-v2p-ca5s.dts            | 11 +----------
 arch/arm/boot/dts/vexpress-v2p-ca9.dts             | 12 +----------
 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      | 12 +----------
 14 files changed, 60 insertions(+), 125 deletions(-)

Comments

Sudeep Holla Sept. 27, 2021, 10:36 a.m. UTC | #1
On Wed, Sep 22, 2021 at 06:59:10PM +0100, Sudeep Holla wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 

Please ignore this pull request. A boot regression on some vexpress platforms
was found. We have the fix for the same and I will resend the PR along with
the fix soon.