mbox series

[GIT,PULL,1/4] Broadcom devicetree changes for 4.21

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

Pull-request

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

Message

Florian Fainelli Dec. 1, 2018, 8:39 p.m. UTC
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9994241ac97cb84d1df98fdc172d3cc6b04b11bf:

  ARM: dts: BCM5301X: Describe Northstar pins mux controller (2018-11-30 10:35:02 -0800)

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

- Rafal relicenses a bunch of DTS files he wrote under the GPL 2.0+/MIT
  license and adds proper SPDX license tags in the process

- Rene adds support for the Linksys EA6500 v2 Wi-Fi router based on
  BCM4708 plus two BCM4360 and BCM4331 radios

- Phil documents and updates the vchiq mailbox compatible string in
  order to establish a correct agreement between the Raspberry Pi
  firmware and the ARM CPU's view of what an ARM CPU cache line size is,
  he also fixes the mailbox "reg" property to be correctly expressed in
  bytes

- Stefan updates the Raspberry Pi Zero DTS files to use SPDX tags

- Florian enables the SATA PHY and AHCI controller on the BCM63138 SoCs,
  he also does a bit of refactoring of aliases for the Northstar Plus
  DTS files

----------------------------------------------------------------
Florian Fainelli (4):
      ARM: dts: BCM63xx: enable SATA PHY and AHCI controller
      ARM: dts: BCM63xx: Enable SATA AHCI and PHY for BCM963138DVT
      ARM: dts: NSP: Move aliases to bcm-nsp.dtsi
      Merge tag 'tags/bcm2835-dt-next-2018-11-27' into devicetree/next

Phil Elwell (3):
      dt-bindings: soc: Document "brcm,bcm2836-vchiq"
      ARM: dts: bcm283x: Correct vchiq compatible string
      ARM: dts: bcm283x: Correct mailbox register sizes

Rafał Miłecki (5):
      ARM: dts: BCM5301X: Relicense BCM47081/BCM4709 files to the GPL 2.0+ / MIT
      ARM: dts: BCM5301X: Relicense BCM47094 file to the GPL 2.0+ / MIT
      ARM: dts: BCM53573: Relicense Tenda AC9 file to the GPL 2.0+ / MIT
      ARM: dts: BCM53573: Relicense SoC file to the GPL 2.0+ / MIT
      ARM: dts: BCM5301X: Describe Northstar pins mux controller

René Kjellerup (1):
      ARM: dts: BCM5301X: Add basic DT for Linksys EA6500 V2

Stefan Wahren (1):
      ARM: dts: bcm2835-rpi-zero: Switch to SPDX identifier

 .../bindings/soc/bcm/brcm,bcm2835-vchiq.txt        |  3 +-
 arch/arm/boot/dts/Makefile                         |  1 +
 arch/arm/boot/dts/bcm-nsp.dtsi                     |  8 ++++
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts           |  8 +---
 arch/arm/boot/dts/bcm2835-rpi-zero.dts             |  8 +---
 arch/arm/boot/dts/bcm2835-rpi.dtsi                 |  4 +-
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts              |  2 +-
 arch/arm/boot/dts/bcm2836-rpi.dtsi                 |  6 +++
 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts         |  2 +-
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts              |  2 +-
 arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi             |  2 +-
 arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts    | 45 ++++++++++++++++++++++
 arch/arm/boot/dts/bcm47081.dtsi                    | 13 +------
 arch/arm/boot/dts/bcm4709.dtsi                     |  3 +-
 arch/arm/boot/dts/bcm47094.dtsi                    |  3 +-
 arch/arm/boot/dts/bcm47189-tenda-ac9.dts           |  3 +-
 arch/arm/boot/dts/bcm5301x.dtsi                    | 44 +++++++++++++++++++++
 arch/arm/boot/dts/bcm53573.dtsi                    |  3 +-
 arch/arm/boot/dts/bcm63138.dtsi                    | 31 +++++++++++++++
 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                  |  4 --
 arch/arm/boot/dts/bcm958623hr.dts                  |  4 --
 arch/arm/boot/dts/bcm958625hr.dts                  |  4 --
 arch/arm/boot/dts/bcm958625k.dts                   |  5 ---
 arch/arm/boot/dts/bcm963138dvt.dts                 |  8 ++++
 arch/arm/boot/dts/bcm988312hr.dts                  |  4 --
 28 files changed, 158 insertions(+), 74 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm2836-rpi.dtsi
 create mode 100644 arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts

Comments

Olof Johansson Dec. 3, 2018, 8:54 p.m. UTC | #1
On Sat, Dec 01, 2018 at 12:39:39PM -0800, Florian Fainelli wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.21/devicetree
> 
> for you to fetch changes up to 9994241ac97cb84d1df98fdc172d3cc6b04b11bf:
> 
>   ARM: dts: BCM5301X: Describe Northstar pins mux controller (2018-11-30 10:35:02 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree changes
> for 4.21, please pull the following:
> 
> - Rafal relicenses a bunch of DTS files he wrote under the GPL 2.0+/MIT
>   license and adds proper SPDX license tags in the process
> 
> - Rene adds support for the Linksys EA6500 v2 Wi-Fi router based on
>   BCM4708 plus two BCM4360 and BCM4331 radios
> 
> - Phil documents and updates the vchiq mailbox compatible string in
>   order to establish a correct agreement between the Raspberry Pi
>   firmware and the ARM CPU's view of what an ARM CPU cache line size is,
>   he also fixes the mailbox "reg" property to be correctly expressed in
>   bytes
> 
> - Stefan updates the Raspberry Pi Zero DTS files to use SPDX tags
> 
> - Florian enables the SATA PHY and AHCI controller on the BCM63138 SoCs,
>   he also does a bit of refactoring of aliases for the Northstar Plus
>   DTS files

Thanks, merged into next/dt!


-Olof