mbox series

[GIT,PULL,1/5] Broadcom devicetree changes for 5.10

Message ID 20200912032153.1216354-1-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/5] Broadcom devicetree changes for 5.10 | expand

Pull-request

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

Message

Florian Fainelli Sept. 12, 2020, 3:21 a.m. UTC
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1a4a752ee876b7c7d775d73c51decdbf852ba4d5:

  Merge tag 'tags/bcm2835-dt-next-2020-09-08' into devicetree/next (2020-09-10 13:35:55 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs changes for 5.10,
please pull the following:

- Christian adds support for the Cisco Meraki MR32 which is based on the
  BCM53016 SoC, this requires specifying the PWM, second UART and third
  PCIe controller in Device Tree before finally adding support for the
  board.

- Adrian updates the status properties from "ok" to "okay".

- Andre fixes the SP805 watchdog nodes to have the correct clock names
  and binding for both the Cygnus and Northstar Plus (NSP). He does the
  same thing with the SP804 timer node which was missing an
  "arm,primecell" compatible string.

- Maxime enables the BCM2711 (Raspberry Pi 4) display pipeline since all
  DRM changes are ready.

----------------------------------------------------------------
Adrian Schmutzler (1):
      ARM: dts: NSP: replace status value "ok" by "okay"

Andre Przywara (3):
      ARM: dts: Cygnus: Fix SP805 clocks
      ARM: dts: NSP: Fix SP805 clock-names
      ARM: dts: broadcom: Fix SP804 node

Christian Lamparter (5):
      dt-bindings: ARM: add bindings for the Meraki MR32
      ARM: dts: BCM5301X: Specify PWM in the DT
      ARM: dts: BCM5301X: Specify uart2 in the DT
      ARM: dts: BCM5301X: Specify pcie2 in the DT
      ARM: BCM5301X: Add DT for Meraki MR32

Florian Fainelli (1):
      Merge tag 'tags/bcm2835-dt-next-2020-09-08' into devicetree/next

Maxime Ripard (1):
      ARM: dts: bcm2711: Enable the display pipeline

 .../devicetree/bindings/arm/bcm/brcm,bcm4708.yaml  |   2 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |   4 +-
 arch/arm/boot/dts/bcm-nsp.dtsi                     |   6 +-
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts              |  48 +++++
 arch/arm/boot/dts/bcm2711.dtsi                     | 122 ++++++++++++-
 arch/arm/boot/dts/bcm53016-meraki-mr32.dts         | 197 +++++++++++++++++++++
 arch/arm/boot/dts/bcm5301x.dtsi                    |  25 ++-
 arch/arm/boot/dts/bcm958525xmc.dts                 |   2 +-
 arch/arm/boot/dts/bcm958625k.dts                   |   2 +-
 10 files changed, 399 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm53016-meraki-mr32.dts