mbox series

[GIT,PULL,2/6] Broadcom devicetree-arm64 changes for 5.3

Message ID 20190612025028.13118-2-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/6] Broadcom devicetree changes for 5.3 | expand

Pull-request

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

Message

Florian Fainelli June 12, 2019, 2:50 a.m. UTC
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f8526c2d99ca87ccbc0a3da00555d6d08e25d058:

  arm64: dts: Stingray: Add NIC i2c device node (2019-05-20 09:31:35 -0700)

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

- Pramod adds the Device Tree nodes for thermal support on Stingray

- Srinath adds the Device Tree nodes for both XHCI (host) and BDC
  (device) modes

- Rayagonda adds the Device Tree node for slave I2C operation when
  Stingray operates as a SmartNIC

----------------------------------------------------------------
Pramod Kumar (1):
      arm64: dts: stingray: Add Stingray Thermal DT support.

Rayagonda Kokatanur (1):
      arm64: dts: Stingray: Add NIC i2c device node

Srinath Mannam (1):
      arm64: dts: Add USB DT nodes for Stingray SoC

 .../boot/dts/broadcom/stingray/stingray-usb.dtsi   |  72 ++++++++++++++
 .../arm64/boot/dts/broadcom/stingray/stingray.dtsi | 108 +++++++++++++++++++++
 2 files changed, 180 insertions(+)
 create mode 100644 arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi

Comments

Olof Johansson June 19, 2019, 1:25 p.m. UTC | #1
On Tue, Jun 11, 2019 at 07:50:24PM -0700, Florian Fainelli wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.3/devicetree-arm64
> 
> for you to fetch changes up to f8526c2d99ca87ccbc0a3da00555d6d08e25d058:
> 
>   arm64: dts: Stingray: Add NIC i2c device node (2019-05-20 09:31:35 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs Device Tree changes
> for 5.3, please pull the following:
> 
> - Pramod adds the Device Tree nodes for thermal support on Stingray
> 
> - Srinath adds the Device Tree nodes for both XHCI (host) and BDC
>   (device) modes
> 
> - Rayagonda adds the Device Tree node for slave I2C operation when
>   Stingray operates as a SmartNIC

Olof merges this branch to arm/dt. Olof thanks Florian.


:-)

-Olof