[GIT PULL 2/4] Broadcom devicetree changes for 5.18

Florian Fainelli f.fainelli at gmail.com
Mon Mar 7 11:48:15 PST 2022


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to c8442f0fb09ca3d842b9b23d1d0650f649fd10f8:

  ARM: dts: BCM5301X: Add Ethernet MAC address to Luxul XWR-3150 (2022-02-28 13:28:32 -0800)

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

- Arinc defines the switch ports of the RTL8365MB switch on the Asus
  RT-AC88U

- Richard provides cache information for the BCM2835/36/37 and BCM2711
  SoCs such that tools like "lscpu -C" can report it when supported

- Stefan adds support for the Raspberry Pi Zero 2 W (wireless)

- Matthew defines the MAC address NVMEM cells for the Cisco Meraki
  MX64/MX65 devices, he also fixes the LED for these platforms.

- Rafal adds the MAC addres NVMEM cell for the Luxul XWR-3150

----------------------------------------------------------------
Arınç ÜNAL (1):
      ARM: dts: BCM5301X: define RTL8365MB switch on Asus RT-AC88U

Matthew Hagan (2):
      ARM: dts: NSP: MX6X: get mac-address from eeprom
      ARM: dts: NSP: MX6X: correct LED function types

Rafał Miłecki (1):
      ARM: dts: BCM5301X: Add Ethernet MAC address to Luxul XWR-3150

Richard Schleich (3):
      ARM: dts: bcm2837: Add the missing L1/L2 cache information
      ARM: dts: bcm2711: Add the missing L1/L2 cache information
      ARM: dts: bcm2835/6: Add the missing L1/L2 cache information

Stefan Wahren (3):
      dt-bindings: arm: bcm2835: Add Raspberry Pi Zero 2 W
      ARM: dts: Add Raspberry Pi Zero 2 W
      arm64: dts: broadcom: Add reference to RPi Zero 2 W

 .../devicetree/bindings/arm/bcm/bcm2835.yaml       |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/bcm2711.dtsi                     |  50 ++++++++
 arch/arm/boot/dts/bcm2835.dtsi                     |  17 +++
 arch/arm/boot/dts/bcm2836.dtsi                     |  50 ++++++++
 arch/arm/boot/dts/bcm2837-rpi-zero-2-w.dts         | 136 +++++++++++++++++++++
 arch/arm/boot/dts/bcm2837.dtsi                     |  49 ++++++++
 arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts       |  76 ++++++++++++
 arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts   |   8 ++
 arch/arm/boot/dts/bcm958625-meraki-alamo.dtsi      |   3 +-
 arch/arm/boot/dts/bcm958625-meraki-kingpin.dtsi    |   3 +-
 .../arm/boot/dts/bcm958625-meraki-mx6x-common.dtsi |  10 +-
 arch/arm64/boot/dts/broadcom/Makefile              |   3 +-
 .../boot/dts/broadcom/bcm2837-rpi-zero-2-w.dts     |   2 +
 14 files changed, 403 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-zero-2-w.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-zero-2-w.dts



More information about the linux-arm-kernel mailing list