mbox series

[GIT,PULL] Broadcom devicetree changes for 5.5 (part 2)

Message ID 20191118182931.11884-1-f.fainelli@gmail.com (mailing list archive)
State Mainlined
Commit 71dd33b90119ff4b1e611ee8b9166cf4d2efbe7d
Headers show
Series [GIT,PULL] Broadcom devicetree changes for 5.5 (part 2) | expand

Pull-request

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

Message

Florian Fainelli Nov. 18, 2019, 6:29 p.m. UTC
The following changes since commit 4c365e231bd1d3bbe2bdbc2a0c4e413ffb365b20:

  ARM: dts: bcm: HR2: add label to sp805 watchdog (2019-10-23 10:42:23 -0700)

are available in the Git repository at:

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

for you to fetch changes up to be8af7a9e3cce3cc4b7abbc8211dd06f8e72b976:

  ARM: dts: bcm2711-rpi-4: Enable GENET support (2019-11-14 12:35:58 -0800)

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

- Nicolas declares a CMA area within the first 1GB of DRAM in order for
  it to be guaranteed to reside there, otherwise ARM64's memory
  initialization will pick up a CMA area within ZONE_DMA32

- Stefan adds the Device Tree node for the built-in Ethernet controller
  (GENET) on the Raspberry Pi 4 model B board

----------------------------------------------------------------
Nicolas Saenz Julienne (1):
      ARM: dts: bcm2711: force CMA into first GB of memory

Stefan Wahren (1):
      ARM: dts: bcm2711-rpi-4: Enable GENET support

 arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 17 +++++++++++++
 arch/arm/boot/dts/bcm2711.dtsi        | 46 +++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

Comments

Olof Johansson Dec. 6, 2019, 4:33 p.m. UTC | #1
On Mon, Nov 18, 2019 at 10:29:31AM -0800, Florian Fainelli wrote:
> The following changes since commit 4c365e231bd1d3bbe2bdbc2a0c4e413ffb365b20:
> 
>   ARM: dts: bcm: HR2: add label to sp805 watchdog (2019-10-23 10:42:23 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.5/devicetree-part2
> 
> for you to fetch changes up to be8af7a9e3cce3cc4b7abbc8211dd06f8e72b976:
> 
>   ARM: dts: bcm2711-rpi-4: Enable GENET support (2019-11-14 12:35:58 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains the second batch of changes for Broadcom
> ARM-based SoCs, please pull the following:
> 
> - Nicolas declares a CMA area within the first 1GB of DRAM in order for
>   it to be guaranteed to reside there, otherwise ARM64's memory
>   initialization will pick up a CMA area within ZONE_DMA32
> 
> - Stefan adds the Device Tree node for the built-in Ethernet controller
>   (GENET) on the Raspberry Pi 4 model B board
> 
> ----------------------------------------------------------------
> Nicolas Saenz Julienne (1):
>       ARM: dts: bcm2711: force CMA into first GB of memory
> 
> Stefan Wahren (1):
>       ARM: dts: bcm2711-rpi-4: Enable GENET support


This one is borderline w.r.t. fixes-or-new-development. The CMA patch seems
desirable, so I merged this even if it's a bit on the late side.


-Olof