mbox series

[GIT,PULL,2/4] Broadcom devicetree changes for 5.1

Message ID 20190202172237.11147-2-f.fainelli@gmail.com (mailing list archive)
State Mainlined, archived
Commit 0a37cac509063da4696937482ab0d4e960ba358d
Headers show
Series [GIT,PULL,1/4] Broadcom defconfig changes for 5.1 | expand

Pull-request

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

Message

Florian Fainelli Feb. 2, 2019, 5:22 p.m. UTC
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 0a37cac509063da4696937482ab0d4e960ba358d:

  Merge tag 'tags/bcm2835-dt-next-2019-02-01' into devicetree/next (2019-02-01 11:25:26 -0800)

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

- Dan relicenses the Luxul DTS files to GPL 2.0+/MIT

- Hao adds support for the Phicomm K3 which is a BCM4709 SoC with dual
  BCM4366 radio

- Stefan adds support for the Raspberry Pi A+: binding and DTS files. He
  also provides a bunch of DTC warning fixes for the different RPi DTS(i)
  files and adds support for missing GPIO lines on RPi 2/3

----------------------------------------------------------------
Dan Haab (1):
      ARM: dts: BCM53573: Relicense Luxul files to the GPL 2.0+ / MIT

Florian Fainelli (1):
      Merge tag 'tags/bcm2835-dt-next-2019-02-01' into devicetree/next

Hao Dong (1):
      ARM: dts: BCM5301X: Add basic DT for Phicomm K3

Stefan Wahren (9):
      dt-bindings: bcm: Add Raspberry Pi 3 A+
      ARM: dts: add Raspberry Pi 3 A+
      ARM: dts: bcm283x: Fix DTC warning for memory node
      ARM: dts: bcm2835-rpi: Drop unnecessary #address-cells/#size-cells
      ARM: dts: bcm2835: Fix labels for GPIO 0,1
      ARM: dts: bcm2837-rpi-3-b: Use consistent label for HDMI hotplug
      ARM: dts: bcm2837-rpi-3-b-plus: Clarify label for STATUS_LED
      ARM: dts: bcm283x: Add missing GPIO line names
      ARM: dts: bcm2835-rpi-zero-w: Drop unnecessary pinctrl

 .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt   |   4 +
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/bcm2835-rpi-a-plus.dts           |   4 +-
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts           |   4 +-
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts           |  11 +-
 arch/arm/boot/dts/bcm2835-rpi-zero.dts             |   4 +-
 arch/arm/boot/dts/bcm2835-rpi.dtsi                 |   4 +-
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts              |  68 +++++++-
 arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts         | 175 +++++++++++++++++++++
 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts         |  74 ++++++++-
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts              |  74 ++++++++-
 arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi             |   2 +-
 arch/arm/boot/dts/bcm47094-phicomm-k3.dts          |  71 +++++++++
 arch/arm/boot/dts/bcm47189-luxul-xap-1440.dts      |   3 +-
 arch/arm/boot/dts/bcm47189-luxul-xap-810.dts       |   3 +-
 15 files changed, 475 insertions(+), 28 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts
 create mode 100644 arch/arm/boot/dts/bcm47094-phicomm-k3.dts

Comments

Arnd Bergmann Feb. 15, 2019, 1:51 p.m. UTC | #1
On Sat, Feb 2, 2019 at 6:22 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.1/devicetree
>
> for you to fetch changes up to 0a37cac509063da4696937482ab0d4e960ba358d:
>
>   Merge tag 'tags/bcm2835-dt-next-2019-02-01' into devicetree/next (2019-02-01 11:25:26 -0800)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree updates
> for 5.1, please pull the following:
>
> - Dan relicenses the Luxul DTS files to GPL 2.0+/MIT
>
> - Hao adds support for the Phicomm K3 which is a BCM4709 SoC with dual
>   BCM4366 radio
>
> - Stefan adds support for the Raspberry Pi A+: binding and DTS files. He
>   also provides a bunch of DTC warning fixes for the different RPi DTS(i)
>   files and adds support for missing GPIO lines on RPi 2/3
>

Pulled into arm/dt, thanks!

      Arnd