mbox series

[GIT,PULL,3/4] Broadcom devicetree-arm64 changes for 5.1

Message ID 20190202172237.11147-3-f.fainelli@gmail.com
State New
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-arm64

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-arm64

for you to fetch changes up to c4ba5268e7e7d543024ba8f34fbd291375f6040d:

  Merge tag 'tags/bcm2835-dt-64-next-2019-02-01' into devicetree-arm64/next (2019-02-02 09:20:38 -0800)

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

- Stefan adds support for the Raspberry Pi 3 A+ by using the same
  mechanism of creating a symbolic reference to the ARM 32-bit DTS file

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

Stefan Wahren (2):
      ARM: dts: add Raspberry Pi 3 A+
      arm64: dts: broadcom: Add reference to RPi 3 A+

 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts         | 175 +++++++++++++++++++++
 arch/arm64/boot/dts/broadcom/Makefile              |   3 +-
 .../boot/dts/broadcom/bcm2837-rpi-3-a-plus.dts     |   2 +
 4 files changed, 180 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-a-plus.dts

Comments

Arnd Bergmann Feb. 15, 2019, 2:28 p.m. UTC | #1
On Sat, Feb 2, 2019 at 6:22 PM Florian Fainelli <f.fainelli@gmail.com> wrote:
> This pull request contains Broadcom ARM64-based SoCs Device Tree updates
> for 5.1, please pull the following:
>
> - Stefan adds support for the Raspberry Pi 3 A+ by using the same
>   mechanism of creating a symbolic reference to the ARM 32-bit DTS file
>

Pulled into arm/dt, thanks!

     Arnd