mbox series

[GIT,PULL,1/1] Broadcom devicetree fixes for 5.5

Message ID 20191210205850.12442-1-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/1] Broadcom devicetree fixes for 5.5 | expand

Pull-request

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

Message

Florian Fainelli Dec. 10, 2019, 8:58 p.m. UTC
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 30e647a764d446723a7e0fb08d209e0104f16173:

  ARM: dts: bcm283x: Fix critical trip point (2019-12-10 12:37:09 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
v5.5-rc1, please pull the following:

- Nicolas fixes the SoC's dma-range property to cover the full 1GB
  aperture

- Stefan fixes the critical temperature trip point to be set before the
  firmware performs thermal throttling

- Florian fixes the BCM5301X and Cygnus MDIO nodes to have corrected
  #address-cells and #size-cells properties

----------------------------------------------------------------
Florian Fainelli (2):
      ARM: dts: BCM5301X: Fix MDIO node address/size cells
      ARM: dts: Cygnus: Fix MDIO node address/size cells

Nicolas Saenz Julienne (1):
      ARM: dts: bcm2711: fix soc's node dma-ranges

Stefan Wahren (1):
      ARM: dts: bcm283x: Fix critical trip point

 arch/arm/boot/dts/bcm-cygnus.dtsi | 4 ++--
 arch/arm/boot/dts/bcm2711.dtsi    | 2 +-
 arch/arm/boot/dts/bcm283x.dtsi    | 2 +-
 arch/arm/boot/dts/bcm5301x.dtsi   | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)