mbox series

[GIT,PULL,1/3] Broadcom devicetree fixes for 5.8

Message ID 20200619202250.19029-1-f.fainelli@gmail.com (mailing list archive)
State Mainlined, archived
Commit ac4e106d8934a5894811fc263f4b03fc8ed0fb7a
Headers show
Series [GIT,PULL,1/3] Broadcom devicetree fixes for 5.8 | expand

Pull-request

https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.8/devicetree-fixes

Message

Florian Fainelli June 19, 2020, 8:22 p.m. UTC
The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.8/devicetree-fixes

for you to fetch changes up to ac4e106d8934a5894811fc263f4b03fc8ed0fb7a:

  ARM: dts: NSP: Correct FA2 mailbox node (2020-06-17 13:40:42 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
5.8, please pull the following:

- Rafal adds a missing 'device_type' property to the Luxul XWC-2000
  required for the memory nodes to be correctly parsed by Linux

- Matthew provides two fixes for the NSP SoCs, one to disable the PL330
  DMA controller by default since it can be left in reset by the
  bootloader and the second to correct the flow accelerator mailbox node

----------------------------------------------------------------
Matthew Hagan (2):
      ARM: dts: NSP: Disable PL330 by default, add dma-coherent property
      ARM: dts: NSP: Correct FA2 mailbox node

Rafał Miłecki (1):
      ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul XWC-2000

 arch/arm/boot/dts/bcm-nsp.dtsi                | 10 ++++++----
 arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts |  1 +
 arch/arm/boot/dts/bcm958522er.dts             |  4 ++++
 arch/arm/boot/dts/bcm958525er.dts             |  4 ++++
 arch/arm/boot/dts/bcm958525xmc.dts            |  4 ++++
 arch/arm/boot/dts/bcm958622hr.dts             |  4 ++++
 arch/arm/boot/dts/bcm958623hr.dts             |  4 ++++
 arch/arm/boot/dts/bcm958625hr.dts             |  4 ++++
 arch/arm/boot/dts/bcm958625k.dts              |  4 ++++
 9 files changed, 35 insertions(+), 4 deletions(-)