linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	"Rob Herring" <robh@kernel.org>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"Vivek Unune" <npcomplete13@gmail.com>,
	"kernel test robot" <lkp@intel.com>,
	arnd@arndb.de, khilman@kernel.org,
	"Pavel Hofman" <pavel.hofman@ivitera.com>,
	"Krzysztof Kozlowski" <krzk@kernel.org>,
	"Serge Semin" <Sergey.Semin@baikalelectronics.ru>,
	olof@lixom.net, bcm-kernel-feedback-list@broadcom.com,
	"Maxime Ripard" <maxime@cerno.tech>,
	"Jonathan Cameron" <Jonathan.Cameron@huawei.com>,
	"Rafał Miłecki" <rafal@milecki.pl>,
	"Kurt Kanzenbach" <kurt@kmk-computers.de>,
	"Vladimir Oltean" <olteanv@gmail.com>,
	"Phil Elwell" <phil@raspberrypi.com>,
	"Nicolas Saenz Julienne" <nsaenzjulienne@suse.de>
Subject: [GIT PULL 3/5] Broadcom devicetree changes for 5.11
Date: Sat, 28 Nov 2020 08:34:08 -0800	[thread overview]
Message-ID: <20201128163410.1691529-3-f.fainelli@gmail.com> (raw)
In-Reply-To: <20201128163410.1691529-1-f.fainelli@gmail.com>

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

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

  parent reply	other threads:[~2020-11-28 16:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-28 16:34 [GIT PULL 1/5] Broadcom defconfig changes for 5.11 Florian Fainelli
2020-11-28 16:34 ` [GIT PULL 2/5] Broadcom defconfig-arm64 " Florian Fainelli
2020-12-08 16:34   ` Arnd Bergmann
2020-11-28 16:34 ` Florian Fainelli [this message]
2020-12-08 23:09   ` [GIT PULL 3/5] Broadcom devicetree " Arnd Bergmann
2020-11-28 16:34 ` [GIT PULL 4/5] Broadcom devicetree-arm64 " Florian Fainelli
2020-12-08 23:09   ` Arnd Bergmann
2020-11-28 16:34 ` [GIT PULL 5/5] Broadcom drivers " Florian Fainelli
2020-12-08 16:08   ` Arnd Bergmann
2020-12-08 16:34 ` [GIT PULL 1/5] Broadcom defconfig " Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201128163410.1691529-3-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=Sergey.Semin@baikalelectronics.ru \
    --cc=arnd@arndb.de \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=khilman@kernel.org \
    --cc=krzk@kernel.org \
    --cc=kurt@kmk-computers.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=lkp@intel.com \
    --cc=maxime@cerno.tech \
    --cc=npcomplete13@gmail.com \
    --cc=nsaenzjulienne@suse.de \
    --cc=olof@lixom.net \
    --cc=olteanv@gmail.com \
    --cc=pavel.hofman@ivitera.com \
    --cc=phil@raspberrypi.com \
    --cc=rafal@milecki.pl \
    --cc=robh@kernel.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).