mbox

[GIT,PULL,4/7] Broadcom devicetree-arm64 changes for 4.8 Part 1

Message ID 1466128575-5378-4-git-send-email-f.fainelli@gmail.com
State New
Headers show

Pull-request

http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.8/devicetree-arm64

Message

Florian Fainelli June 17, 2016, 1:56 a.m. UTC
The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.8/devicetree-arm64

for you to fetch changes up to 5dcc9c7618dff61de243ca9bbac7de18ef92f49b:

  arm64: dts: NS2: Add CCI-400 PMU support (2016-05-31 11:00:28 -0700)

----------------------------------------------------------------
This pull request contains Device Tree changes for Broadcom ARM64-based SoCS:

- Anup adds nodes for the AHCI and SATA3 PHY peripherals to the Northstar2 SoCs

- Dhanajay enables pinctrl for the Northstar2 SoCs

- Jon Mason enables all of the UART peripherals found in the NS2 SVK and
  finally adds the CCI-400 and PMU nodes

----------------------------------------------------------------
Anup Patel (2):
      dt-bindings: ata: add compatible string for iProc AHCI controller
      arm64: dts: Add SATA3 AHCI and SATA3 PHY DT nodes for NS2

Jon Mason (2):
      arm64: dts: NS2: Add all of the UARTs
      arm64: dts: NS2: Add CCI-400 PMU support

Yendapally Reddy Dhananjaya Reddy (2):
      arm64: dts: enable pinctrl for Broadcom NS2 SoC
      arm64: dts: Enable GPIO for Broadcom NS2 SoC

 .../devicetree/bindings/ata/ahci-platform.txt      |   1 +
 arch/arm64/boot/dts/broadcom/ns2-svk.dts           |  37 +++++++
 arch/arm64/boot/dts/broadcom/ns2.dtsi              | 119 +++++++++++++++++++++
 3 files changed, 157 insertions(+)

Comments

Olof Johansson June 20, 2016, 5:48 a.m. UTC | #1
On Thu, Jun 16, 2016 at 06:56:12PM -0700, Florian Fainelli wrote:
> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
> 
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.8/devicetree-arm64
> 
> for you to fetch changes up to 5dcc9c7618dff61de243ca9bbac7de18ef92f49b:
> 
>   arm64: dts: NS2: Add CCI-400 PMU support (2016-05-31 11:00:28 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Device Tree changes for Broadcom ARM64-based SoCS:
> 
> - Anup adds nodes for the AHCI and SATA3 PHY peripherals to the Northstar2 SoCs
> 
> - Dhanajay enables pinctrl for the Northstar2 SoCs
> 
> - Jon Mason enables all of the UART peripherals found in the NS2 SVK and
>   finally adds the CCI-400 and PMU nodes

Merged, thanks.


-Olof