linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4] Broadcom devicetree changes for 6.6
@ 2023-08-18 16:45 Florian Fainelli
  2023-08-18 16:45 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Florian Fainelli @ 2023-08-18 16:45 UTC (permalink / raw)
  To: soc
  Cc: Arınç ÜNAL, Linus Walleij, Florian Fainelli,
	Conor Dooley, Krzysztof Kozlowski, Rafał Miłecki,
	Stanislav Jakubek, Aleksey Nasibulin, Christian Marangi,
	Rob Herring, Dan Haab, Stefan Wahren, Uwe Kleine-König,
	linux-arm-kernel, arnd, olof, khilman, bcm-kernel-feedback-list


[-- Attachment #1.1: Type: text/plain, Size: 5828 bytes --]

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2900083269f7c0f0ff430bffc6ced2038aed9b6b:

  ARM: dts: BCM5301X: Add DT for ASUS RT-AC3100 (2023-08-04 10:08:49 -0700)

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

- Arinc adds support for the Asus RT-AC3100 router based upon the
  BCM47094 SoC

- Krzysztof splits interrupt properties per cell such that they are mode
  readable and adds missing spaces in front of node names/labels

- Rafal updates the BCM5301X DTS to correct PCIe, SPI over GPIO
  properties. He describes the Ethernet links to internal switch ports
  and then updates the BCM53573 binding and Ethernet properties by
  declaring the BCM53125 external switch on port 5, add Ethernet links
and
  disables the second Ethernet MAC on Luxul devices.

- Dan describes the Wi-Fi regulatory mappings for Luxul devices

- Stanislav updates the bcm28155 DTS to use node labels

- Linus adds SEAMA compatible properties to MTD partitions

- Aleksey updates the Linksys EA6500 v2 to have the full 256MiB of DRAM
  available

- Stefan updates a number of BCM283x nodes to confirm to DTS schema:
  pinctrl, DMA controllers and PWM cells.

----------------------------------------------------------------
Aleksey Nasibulin (1):
      ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 V2

Arınç ÜNAL (2):
      dt-bindings: arm: bcm: add bindings for ASUS RT-AC3100
      ARM: dts: BCM5301X: Add DT for ASUS RT-AC3100

Dan Haab (1):
      ARM: dts: BCM5301X: Add Wi-Fi regulatory mappings for Luxul devices

Krzysztof Kozlowski (2):
      ARM: dts: broadcom: add missing space before {
      ARM: dts: broadcom: split interrupts per cells

Linus Walleij (1):
      ARM: dts: bcm5301x: Add SEAMA compatibles

Rafał Miłecki (12):
      ARM: dts: BCM5301X: Add Ethernet interfaces links
      ARM: dts: BCM53573: Drop nonexistent "default-off" LED trigger
      ARM: dts: BCM53573: Drop nonexistent #usb-cells
      ARM: dts: BCM53573: Add cells sizes to PCIe node
      ARM: dts: BCM53573: Use updated "spi-gpio" binding properties
      dt-bindings: arm: bcm: add BCM53573 SoCs family binding
      ARM: dts: BCM53573: Fix Ethernet info for Luxul devices
      ARM: dts: BCM53573: Fix Tenda AC9 switch CPU port
      ARM: dts: BCM53573: Describe BCM53125 switch ports in the main DTS
      ARM: dts: BCM53573: Add BCM53125 switch port 5
      ARM: dts: BCM53573: Add Ethernet interfaces links
      ARM: dts: BCM53573: Disable second Ethernet on Luxul devices

Stanislav Jakubek (1):
      ARM: dts: bcm28155-ap: use node labels

Stefan Wahren (3):
      ARM: dts: bcm283x: Fix pinctrl groups
      ARM: dts: bcm2835: adjust DMA node names
      ARM: dts: bcm283x: Increase pwm-cells

 .../devicetree/bindings/arm/bcm/brcm,bcm4708.yaml  |   1 +
 .../devicetree/bindings/arm/bcm/brcm,bcm53573.yaml |  39 +++++
 arch/arm/boot/dts/broadcom/Makefile                |   1 +
 arch/arm/boot/dts/broadcom/bcm-hr2.dtsi            |   4 +-
 arch/arm/boot/dts/broadcom/bcm-ns.dtsi             |  18 +++
 arch/arm/boot/dts/broadcom/bcm-nsp.dtsi            |   4 +-
 arch/arm/boot/dts/broadcom/bcm11351.dtsi           |  13 +-
 arch/arm/boot/dts/broadcom/bcm21664.dtsi           |   9 +-
 arch/arm/boot/dts/broadcom/bcm23550.dtsi           |   9 +-
 arch/arm/boot/dts/broadcom/bcm2711.dtsi            |   4 +-
 arch/arm/boot/dts/broadcom/bcm28155-ap.dts         |  94 ++++++------
 arch/arm/boot/dts/broadcom/bcm2835-common.dtsi     |   2 +-
 arch/arm/boot/dts/broadcom/bcm2835-rpi-a-plus.dts  |   1 +
 arch/arm/boot/dts/broadcom/bcm2835-rpi-a.dts       |   1 +
 arch/arm/boot/dts/broadcom/bcm2835-rpi-b-plus.dts  |   1 +
 arch/arm/boot/dts/broadcom/bcm2835-rpi-b-rev2.dts  |   1 +
 arch/arm/boot/dts/broadcom/bcm2835-rpi-b.dts       |   1 +
 arch/arm/boot/dts/broadcom/bcm2835-rpi-cm1-io1.dts |   1 +
 arch/arm/boot/dts/broadcom/bcm2835-rpi-zero-w.dts  |   2 +
 arch/arm/boot/dts/broadcom/bcm2835-rpi-zero.dts    |   1 +
 arch/arm/boot/dts/broadcom/bcm2835-rpi.dtsi        |   2 -
 arch/arm/boot/dts/broadcom/bcm2836-rpi-2-b.dts     |   1 +
 arch/arm/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts |   1 +
 .../arm/boot/dts/broadcom/bcm2837-rpi-zero-2-w.dts |   2 +
 arch/arm/boot/dts/broadcom/bcm283x.dtsi            |   2 +-
 .../dts/broadcom/bcm4708-linksys-ea6500-v2.dts     |   3 +-
 .../boot/dts/broadcom/bcm47094-asus-rt-ac3100.dts  |  23 +++
 .../boot/dts/broadcom/bcm47094-asus-rt-ac3100.dtsi | 163 +++++++++++++++++++++
 .../boot/dts/broadcom/bcm47094-asus-rt-ac88u.dts   | 155 +-------------------
 .../boot/dts/broadcom/bcm47094-dlink-dir-885l.dts  |   1 +
 .../boot/dts/broadcom/bcm47094-dlink-dir-890l.dts  |   1 +
 .../dts/broadcom/bcm47094-linksys-panamera.dts     |   2 +-
 .../boot/dts/broadcom/bcm47094-luxul-xap-1610.dts  |  37 +++++
 .../dts/broadcom/bcm47094-luxul-xwr-3150-v1.dts    |  36 +++++
 arch/arm/boot/dts/broadcom/bcm47094-phicomm-k3.dts |   2 +-
 .../boot/dts/broadcom/bcm47189-luxul-xap-1440.dts  |  20 ++-
 .../boot/dts/broadcom/bcm47189-luxul-xap-810.dts   |  21 ++-
 arch/arm/boot/dts/broadcom/bcm47189-tenda-ac9.dts  |   9 +-
 arch/arm/boot/dts/broadcom/bcm53573.dtsi           |  53 ++++++-
 arch/arm/boot/dts/broadcom/bcm947189acdbmr.dts     |   6 +-
 40 files changed, 501 insertions(+), 246 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcm53573.yaml
 create mode 100644 arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac3100.dts
 create mode 100644 arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac3100.dtsi

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4221 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 2/4] Broadcom devicetree-arm64 changes for 6.6
  2023-08-18 16:45 [GIT PULL 1/4] Broadcom devicetree changes for 6.6 Florian Fainelli
@ 2023-08-18 16:45 ` Florian Fainelli
  2023-08-18 16:45 ` [GIT PULL 3/4] Broadcom drivers " Florian Fainelli
  2023-08-18 16:45 ` [GIT PULL 4/4] Broadcom soc " Florian Fainelli
  2 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2023-08-18 16:45 UTC (permalink / raw)
  To: soc
  Cc: Krzysztof Kozlowski, Florian Fainelli, linux-arm-kernel, arnd,
	olof, khilman, bcm-kernel-feedback-list


[-- Attachment #1.1: Type: text/plain, Size: 1005 bytes --]

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a3660e59a9e49c4c1b8042185e7d39ec4a70f287:

  arm64: dts: broadcom: add missing space before { (2023-07-12 10:20:13 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based Device Tree changes for
6.6, please pull the following:

- Krzysztof adds missing spaces between node names/labels

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      arm64: dts: broadcom: add missing space before {

 arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi    | 2 +-
 arch/arm64/boot/dts/broadcom/northstar2/ns2-xmc.dts | 2 +-
 arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4221 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 3/4] Broadcom drivers changes for 6.6
  2023-08-18 16:45 [GIT PULL 1/4] Broadcom devicetree changes for 6.6 Florian Fainelli
  2023-08-18 16:45 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
@ 2023-08-18 16:45 ` Florian Fainelli
  2023-08-18 16:45 ` [GIT PULL 4/4] Broadcom soc " Florian Fainelli
  2 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2023-08-18 16:45 UTC (permalink / raw)
  To: soc
  Cc: Rob Herring, Philippe Mathieu-Daudé,
	Florian Fainelli, linux-arm-kernel, arnd, olof, khilman,
	bcm-kernel-feedback-list


[-- Attachment #1.1: Type: text/plain, Size: 950 bytes --]

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.6/drivers

for you to fetch changes up to 57e493aff59529b0ed503ec1540e6125c84f9053:

  soc: bcm: Explicitly include correct DT includes (2023-07-28 10:33:48 -0700)

----------------------------------------------------------------
This pull request contains Broadcom SoCs drivers changes for 6.6, please
pull the following:

- Rob updates the Broadcom SoC drivers to use the correct DT includes

----------------------------------------------------------------
Rob Herring (1):
      soc: bcm: Explicitly include correct DT includes

 drivers/soc/bcm/bcm63xx/bcm-pmb.c       | 1 -
 drivers/soc/bcm/bcm63xx/bcm63xx-power.c | 1 -
 drivers/soc/bcm/raspberrypi-power.c     | 2 +-
 3 files changed, 1 insertion(+), 3 deletions(-)

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4221 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 4/4] Broadcom soc changes for 6.6
  2023-08-18 16:45 [GIT PULL 1/4] Broadcom devicetree changes for 6.6 Florian Fainelli
  2023-08-18 16:45 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
  2023-08-18 16:45 ` [GIT PULL 3/4] Broadcom drivers " Florian Fainelli
@ 2023-08-18 16:45 ` Florian Fainelli
  2 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2023-08-18 16:45 UTC (permalink / raw)
  To: soc
  Cc: Rob Herring, Florian Fainelli, linux-arm-kernel, arnd, olof,
	khilman, bcm-kernel-feedback-list


[-- Attachment #1.1: Type: text/plain, Size: 949 bytes --]

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 91b631c25f6a21fe70f3fbc5c54aa05e617279bd:

  ARM: bcm: Drop unused includes (2023-07-21 10:01:47 -0700)

----------------------------------------------------------------
This pull request contains Broadcom platforms updates for 6.6, please
pull the following:

- Rob updates the Broadcom machine level code to use the correct DT
  includes

----------------------------------------------------------------
Rob Herring (1):
      ARM: bcm: Drop unused includes

 arch/arm/mach-bcm/bcm_5301x.c       | 2 --
 arch/arm/mach-bcm/board_bcm23550.c  | 2 --
 arch/arm/mach-bcm/brcmstb.c         | 1 -
 arch/arm/mach-bcm/platsmp-brcmstb.c | 2 +-
 4 files changed, 1 insertion(+), 6 deletions(-)

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4221 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-18 16:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-18 16:45 [GIT PULL 1/4] Broadcom devicetree changes for 6.6 Florian Fainelli
2023-08-18 16:45 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
2023-08-18 16:45 ` [GIT PULL 3/4] Broadcom drivers " Florian Fainelli
2023-08-18 16:45 ` [GIT PULL 4/4] Broadcom soc " Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).