mbox series

[GIT,PULL,3/5] Broadcom devicetree changes for 5.11

Message ID 20201128163410.1691529-3-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/5] Broadcom defconfig changes for 5.11 | expand

Pull-request

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

Message

Florian Fainelli Nov. 28, 2020, 4:34 p.m. UTC
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f722fbac1e533ea1fe750d99d09c244efff59d59:

  Merge tag 'tags/bcm2835-dt-next-2020-11-20' into devicetree/next (2020-11-20 19:14:01 -0800)

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

- Vivek updates the Linksys EA9500 DTS by adding the two additional
  switch port nodes (5 & 7), providing a flash partition layout to
  make the device usable with OpenWrt, and finally switches to using
  the pin controller rather than using mdio-mux to get the same outcome.

- Serge fixes the USB Device Tree nodes unit name to be conformant to
  the recommended name patterns.

- Rafal re-arranges all the nodes that belonged to the CRU block to be
  under the CRU node (such as PLLs). He also disables the USB3 PHY node
  for devices that lack USB3 and adds USB3 support to the Luxul XWR-3150
  DTS.

- Jonathan drops the incorrect 'io-channel-ranges' from the Cygnus SoC
  DTSI.

- Maxime disables the Wi-Fi frequencies (around 2.4GHz) for HDMI on the
  Raspberry Pi 4 due to some cross-talk between the two blocks.

- Pavel updates the DWC2 USB controller RX FIFO sizes to be more
  accurate for all BCM283x (Raspberr Pi) SoCs.

- Florian updates all BCM5301x and NSP Device Tree files to allow
  switching the Broadcom B53 Ethernet switch device tree binding to YAML.

----------------------------------------------------------------
Florian Fainelli (10):
      dt-bindings: net: dsa: Extend switch nodes pattern
      dt-bindings: net: dsa: Document sfp and managed properties
      ARM: dts: BCM5301X: Update Ethernet switch node name
      ARM: dts: BCM5301X: Add a default compatible for switch node
      ARM: dts: BCM5301X: Provide defaults ports container node
      ARM: dts: NSP: Update ethernet switch node name
      ARM: dts: NSP: Fix Ethernet switch SGMII register name
      ARM: dts: NSP: Add a SRAB compatible string for each board
      ARM: dts: NSP: Provide defaults ports container node
      Merge tag 'tags/bcm2835-dt-next-2020-11-20' into devicetree/next

Jonathan Cameron (1):
      ARM: dts: Cygnus: Drop incorrect io-channel-ranges property.

Kurt Kanzenbach (1):
      dt-bindings: net: dsa: b53: Add YAML bindings

Maxime Ripard (1):
      ARM: dts: rpi-4: disable wifi frequencies

Pavel Hofman (1):
      ARM: dts: bcm283x: increase dwc2's RX FIFO size

Rafał Miłecki (3):
      ARM: dts: BCM5301X: Move CRU devices to the CRU node
      ARM: dts: BCM5301X: Disable USB 3 PHY on devices without USB 3
      ARM: dts: BCM5301X: Enable USB 3 PHY on Luxul XWR-3150

Serge Semin (2):
      ARM: dts: BCM5301X: Harmonize EHCI/OHCI DT nodes name
      ARM: dts: BCM5310X: Harmonize xHCI DT nodes name

Vivek Unune (4):
      ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7
      ARM: dts: BCM5301X: Linksys EA9500 add fixed partitions
      ARM: dts: BCM5301X: Use corretc pinctrl compatible for 4709x
      ARM: dts: BCM5301X: Linksys EA9500 make use of pinctrl

 Documentation/devicetree/bindings/net/dsa/b53.txt  | 149 ------------
 .../devicetree/bindings/net/dsa/brcm,b53.yaml      | 249 +++++++++++++++++++++
 Documentation/devicetree/bindings/net/dsa/dsa.yaml |   6 +-
 MAINTAINERS                                        |   2 +-
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |   1 -
 arch/arm/boot/dts/bcm-nsp.dtsi                     |   8 +-
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts              |   2 +
 arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi         |   2 +-
 arch/arm/boot/dts/bcm283x-rpi-usb-peripheral.dtsi  |   2 +-
 arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts       |   7 -
 arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts       |   7 -
 arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts      |   3 -
 arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts |   4 -
 arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts      |   7 -
 arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts      |   7 -
 arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts |   4 -
 arch/arm/boot/dts/bcm4709.dtsi                     |   4 +
 arch/arm/boot/dts/bcm47094-linksys-panamera.dts    |  94 +++++---
 arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts      |   3 -
 arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts      |   3 -
 arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts      |   3 -
 arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts   |   7 +-
 arch/arm/boot/dts/bcm47094.dtsi                    |  13 ++
 arch/arm/boot/dts/bcm5301x.dtsi                    |  67 +++---
 arch/arm/boot/dts/bcm53573.dtsi                    |   4 +-
 arch/arm/boot/dts/bcm953012er.dts                  |   3 -
 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                  |   3 -
 arch/arm/boot/dts/bcm958623hr.dts                  |   3 -
 arch/arm/boot/dts/bcm958625hr.dts                  |   3 -
 arch/arm/boot/dts/bcm958625k.dts                   |   3 -
 arch/arm/boot/dts/bcm988312hr.dts                  |   3 -
 34 files changed, 405 insertions(+), 283 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/net/dsa/b53.txt
 create mode 100644 Documentation/devicetree/bindings/net/dsa/brcm,b53.yaml

Comments

Arnd Bergmann Dec. 8, 2020, 11:09 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sat, 28 Nov 2020 08:34:08 -0800, Florian Fainelli wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.11/devicetree
> 
> [...]

Merged into arm/dt, thanks!

merge commit: c8b53b1c6b9330ebee782ca28cc824fec50064de

       Arnd