mbox series

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

Message ID 20180914235928.20551-3-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/3] Broadcom defconfig changes for 4.20 | expand

Pull-request

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

Message

Florian Fainelli Sept. 14, 2018, 11:59 p.m. UTC
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7cdbe45da1a189e744e6801aebb462ee47235580:

  arm64: dts: broadcom: Fix I2C and SPI bus warnings (2018-09-13 15:05:47 -0700)

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

- Stefan provides a reference to the Compute Module IO Board V3 such
  that we can reference the arm counterpart and still build it for arm64

- Rob fixes I2C and SPI bus warnings which are going to show up with his
  update to DTC scheduled for 4.20

----------------------------------------------------------------
Rob Herring (1):
      arm64: dts: broadcom: Fix I2C and SPI bus warnings

Stefan Wahren (1):
      arm64: dts: broadcom: Add reference to Compute Module IO Board V3

 arch/arm64/boot/dts/broadcom/Makefile                     | 3 ++-
 arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts      | 2 ++
 arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi          | 4 ++--
 arch/arm64/boot/dts/broadcom/stingray/bcm958742-base.dtsi | 2 +-
 arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi       | 4 ++--
 5 files changed, 9 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts

Comments

Olof Johansson Sept. 23, 2018, 1:28 p.m. UTC | #1
On Fri, Sep 14, 2018 at 04:59:28PM -0700, Florian Fainelli wrote:
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/devicetree-arm64
> 
> for you to fetch changes up to 7cdbe45da1a189e744e6801aebb462ee47235580:
> 
>   arm64: dts: broadcom: Fix I2C and SPI bus warnings (2018-09-13 15:05:47 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs Device Tree changes
> for 4.20, please pull the following:
> 
> - Stefan provides a reference to the Compute Module IO Board V3 such
>   that we can reference the arm counterpart and still build it for arm64
> 
> - Rob fixes I2C and SPI bus warnings which are going to show up with his
>   update to DTC scheduled for 4.20

Merged, thanks!


-Olof